{
  "openapi": "3.0.4",
  "info": {
    "title": "Facturita.Presentacion.Web.Api",
    "version": "1.0"
  },
  "paths": {
    "/api/Accesodirecto/addupdate": {
      "post": {
        "tags": [
          "Accesodirecto"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.AccesosDirectos.AccesodirectoDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.AccesosDirectos.AccesodirectoDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.AccesosDirectos.AccesodirectoDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Accesodirecto/getdatos": {
      "get": {
        "tags": [
          "Accesodirecto"
        ],
        "parameters": [
          {
            "name": "idacceso",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Accesodirecto/getall": {
      "get": {
        "tags": [
          "Accesodirecto"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Accesodirecto/fillall": {
      "get": {
        "tags": [
          "Accesodirecto"
        ],
        "parameters": [
          {
            "name": "textobuscar",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idempleado",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Accesodirecto/getallbyempleado": {
      "get": {
        "tags": [
          "Accesodirecto"
        ],
        "parameters": [
          {
            "name": "idempleado",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Accesodirecto/anular": {
      "post": {
        "tags": [
          "Accesodirecto"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.AccesosDirectos.AccesodirectoDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.AccesosDirectos.AccesodirectoDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.AccesosDirectos.AccesodirectoDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Accesodirecto/recalcularposicion": {
      "post": {
        "tags": [
          "Accesodirecto"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.AccesosDirectos.AccesodirectoDto"
                }
              }
            },
            "text/json": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.AccesosDirectos.AccesodirectoDto"
                }
              }
            },
            "application/*+json": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.AccesosDirectos.AccesodirectoDto"
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Almacen/registrar": {
      "post": {
        "tags": [
          "Almacen"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Almacenes.AlmacenDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Almacenes.AlmacenDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Almacenes.AlmacenDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Almacen/actualizar": {
      "post": {
        "tags": [
          "Almacen"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Almacenes.AlmacenDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Almacenes.AlmacenDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Almacenes.AlmacenDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Almacen/getallxempresa": {
      "get": {
        "tags": [
          "Almacen"
        ],
        "parameters": [
          {
            "name": "rucempresa",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Almacen/getallbyusuario": {
      "get": {
        "tags": [
          "Almacen"
        ],
        "parameters": [
          {
            "name": "rucempresa",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idempleado",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Almacen/getdatos": {
      "get": {
        "tags": [
          "Almacen"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Caja/addupdate": {
      "post": {
        "tags": [
          "Caja"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Cajas.CajaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Cajas.CajaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Cajas.CajaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Caja/getall": {
      "get": {
        "tags": [
          "Caja"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Caja/fillbuscar": {
      "get": {
        "tags": [
          "Caja"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "texto",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Caja/getdatos": {
      "get": {
        "tags": [
          "Caja"
        ],
        "parameters": [
          {
            "name": "idcaja",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Caja/anular": {
      "post": {
        "tags": [
          "Caja"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Cajas.CajaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Cajas.CajaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Cajas.CajaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Caja/updatedatosprint": {
      "post": {
        "tags": [
          "Caja"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Cajas.CajaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Cajas.CajaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Cajas.CajaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Caja/represumencajas": {
      "post": {
        "tags": [
          "Caja"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Caja/excelrepresumencajas": {
      "post": {
        "tags": [
          "Caja"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/CajaConfiguracion/agregar": {
      "post": {
        "tags": [
          "CajaConfiguracion"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasConfiguracion.CajaConfiguracionDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasConfiguracion.CajaConfiguracionDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasConfiguracion.CajaConfiguracionDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CajaConfiguracion/actualizar": {
      "post": {
        "tags": [
          "CajaConfiguracion"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasConfiguracion.CajaConfiguracionDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasConfiguracion.CajaConfiguracionDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasConfiguracion.CajaConfiguracionDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CajaConfiguracion/getallbycaja": {
      "get": {
        "tags": [
          "CajaConfiguracion"
        ],
        "parameters": [
          {
            "name": "idcaja",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CajaConfiguracion/getdatos": {
      "get": {
        "tags": [
          "CajaConfiguracion"
        ],
        "parameters": [
          {
            "name": "idconfiguracion",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idcaja",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CajaConfiguracion/eliminar": {
      "post": {
        "tags": [
          "CajaConfiguracion"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasConfiguracion.CajaConfiguracionDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasConfiguracion.CajaConfiguracionDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasConfiguracion.CajaConfiguracionDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CajaConfiguracion/fillmant": {
      "get": {
        "tags": [
          "CajaConfiguracion"
        ],
        "parameters": [
          {
            "name": "idcaja",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CajaConfiguracion/getalllogin": {
      "get": {
        "tags": [
          "CajaConfiguracion"
        ],
        "parameters": [
          {
            "name": "idcaja",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CajaFormaPago/agregar": {
      "post": {
        "tags": [
          "CajaFormaPago"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasFormaPago.CajaFormaPagoDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasFormaPago.CajaFormaPagoDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasFormaPago.CajaFormaPagoDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CajaFormaPago/actualizar": {
      "post": {
        "tags": [
          "CajaFormaPago"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasFormaPago.CajaFormaPagoDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasFormaPago.CajaFormaPagoDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasFormaPago.CajaFormaPagoDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CajaFormaPago/getallbycaja": {
      "get": {
        "tags": [
          "CajaFormaPago"
        ],
        "parameters": [
          {
            "name": "idcaja",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CajaFormaPago/eliminar": {
      "post": {
        "tags": [
          "CajaFormaPago"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasFormaPago.CajaFormaPagoDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasFormaPago.CajaFormaPagoDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasFormaPago.CajaFormaPagoDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CajaImpresora/registrar": {
      "post": {
        "tags": [
          "CajaImpresora"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasImpresora.CajaImpresoraDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasImpresora.CajaImpresoraDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasImpresora.CajaImpresoraDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CajaImpresora/actualizar": {
      "post": {
        "tags": [
          "CajaImpresora"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasImpresora.CajaImpresoraDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasImpresora.CajaImpresoraDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasImpresora.CajaImpresoraDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CajaImpresora/getallbycaja": {
      "get": {
        "tags": [
          "CajaImpresora"
        ],
        "parameters": [
          {
            "name": "idcaja",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CajaImpresora/getbyid": {
      "get": {
        "tags": [
          "CajaImpresora"
        ],
        "parameters": [
          {
            "name": "idimpresora",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CajaImpresora/eliminar": {
      "post": {
        "tags": [
          "CajaImpresora"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasImpresora.CajaImpresoraDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasImpresora.CajaImpresoraDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasImpresora.CajaImpresoraDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CajaIsla/registrar": {
      "post": {
        "tags": [
          "CajaIsla"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasIsla.CajaIslaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasIsla.CajaIslaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasIsla.CajaIslaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CajaIsla/actualizar": {
      "post": {
        "tags": [
          "CajaIsla"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasIsla.CajaIslaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasIsla.CajaIslaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasIsla.CajaIslaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CajaIsla/getallbycaja": {
      "get": {
        "tags": [
          "CajaIsla"
        ],
        "parameters": [
          {
            "name": "idcaja",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CajaIsla/delete": {
      "post": {
        "tags": [
          "CajaIsla"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasIsla.CajaIslaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasIsla.CajaIslaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasIsla.CajaIslaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CajaLiquidacion/registrar": {
      "post": {
        "tags": [
          "CajaLiquidacion"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasLiquidacion.Entidades.CajaLiquidacionDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasLiquidacion.Entidades.CajaLiquidacionDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasLiquidacion.Entidades.CajaLiquidacionDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CajaLiquidacion/fillhistorialcajas": {
      "post": {
        "tags": [
          "CajaLiquidacion"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CajaLiquidacion/excelfillhistorialcajas": {
      "post": {
        "tags": [
          "CajaLiquidacion"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CajaLiquidacion/actualizarcierre": {
      "post": {
        "tags": [
          "CajaLiquidacion"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasLiquidacion.Entradas.CajaLiquidacionUpdate"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasLiquidacion.Entradas.CajaLiquidacionUpdate"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasLiquidacion.Entradas.CajaLiquidacionUpdate"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CajaLiquidacion/updatemontoapertura": {
      "post": {
        "tags": [
          "CajaLiquidacion"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasLiquidacion.Entidades.CajaLiquidacionDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasLiquidacion.Entidades.CajaLiquidacionDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasLiquidacion.Entidades.CajaLiquidacionDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CajaLiquidacion/getdatos": {
      "get": {
        "tags": [
          "CajaLiquidacion"
        ],
        "parameters": [
          {
            "name": "idcajaliquidacion",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CajaLiquidacion/getdatosprint": {
      "get": {
        "tags": [
          "CajaLiquidacion"
        ],
        "parameters": [
          {
            "name": "idcajaliquidacion",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CajaLiquidacion/getprintfull": {
      "get": {
        "tags": [
          "CajaLiquidacion"
        ],
        "parameters": [
          {
            "name": "idcajaliquidacion",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CajaLiquidacion/getlastliquibycaja": {
      "get": {
        "tags": [
          "CajaLiquidacion"
        ],
        "parameters": [
          {
            "name": "idcaja",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CajaLiquidacion/getliquiabiertabycaja": {
      "get": {
        "tags": [
          "CajaLiquidacion"
        ],
        "parameters": [
          {
            "name": "idcaja",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CajaLiquidacion/allcajaspv": {
      "get": {
        "tags": [
          "CajaLiquidacion"
        ],
        "parameters": [
          {
            "name": "idusuario",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CajaLiquidacion/allcajaschicas": {
      "get": {
        "tags": [
          "CajaLiquidacion"
        ],
        "parameters": [
          {
            "name": "idusuario",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CajaLiquidacionLectura/agregar": {
      "post": {
        "tags": [
          "CajaLiquidacionLectura"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajaLiquidacionLecturas.CajaLiquidacionLecturaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajaLiquidacionLecturas.CajaLiquidacionLecturaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajaLiquidacionLecturas.CajaLiquidacionLecturaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CajaLiquidacionLectura/actualizar": {
      "post": {
        "tags": [
          "CajaLiquidacionLectura"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajaLiquidacionLecturas.CajaLiquidacionLecturaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajaLiquidacionLecturas.CajaLiquidacionLecturaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajaLiquidacionLecturas.CajaLiquidacionLecturaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CajaLiquidacionLectura/getallbyliquidacion": {
      "get": {
        "tags": [
          "CajaLiquidacionLectura"
        ],
        "parameters": [
          {
            "name": "idliquidacion",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CajaLiquidacionLectura/eliminar": {
      "post": {
        "tags": [
          "CajaLiquidacionLectura"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajaLiquidacionLecturas.CajaLiquidacionLecturaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajaLiquidacionLecturas.CajaLiquidacionLecturaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajaLiquidacionLecturas.CajaLiquidacionLecturaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Campaniapuntos/fillcampanias": {
      "post": {
        "tags": [
          "Campaniapuntos"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Campaniapuntos/delete": {
      "post": {
        "tags": [
          "Campaniapuntos"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Campanias.CampaniapuntosDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Campanias.CampaniapuntosDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Campanias.CampaniapuntosDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Campaniapuntos/getconsumopuntos": {
      "get": {
        "tags": [
          "Campaniapuntos"
        ],
        "parameters": [
          {
            "name": "idcampania",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idsocio",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Campaniapuntos/gettotalpuntosbyturno": {
      "get": {
        "tags": [
          "Campaniapuntos"
        ],
        "parameters": [
          {
            "name": "idturno",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Campaniapuntos/getpuntoscliente": {
      "get": {
        "tags": [
          "Campaniapuntos"
        ],
        "parameters": [
          {
            "name": "idcliente",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Campaniapuntos/getcampaniaactiva": {
      "get": {
        "tags": [
          "Campaniapuntos"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Campaniapuntos/reppuntoscanje": {
      "post": {
        "tags": [
          "Campaniapuntos"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Campaniapuntos/excelreppuntoscanje": {
      "post": {
        "tags": [
          "Campaniapuntos"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/Campaniapuntos/addupdate": {
      "post": {
        "tags": [
          "Campaniapuntos"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Campanias.CampaniapuntosInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Campanias.CampaniapuntosInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Campanias.CampaniapuntosInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Campaniapuntos/cerrar": {
      "post": {
        "tags": [
          "Campaniapuntos"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.CampaniapuntosController.CerrarCampaniaInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.CampaniapuntosController.CerrarCampaniaInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.CampaniapuntosController.CerrarCampaniaInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Campaniapuntos/getall": {
      "get": {
        "tags": [
          "Campaniapuntos"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Campaniapuntos/getdatos": {
      "get": {
        "tags": [
          "Campaniapuntos"
        ],
        "parameters": [
          {
            "name": "idcampania",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Campaniapuntos/reportepuntos": {
      "post": {
        "tags": [
          "Campaniapuntos"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Campaniapuntos/excelreportepuntos": {
      "post": {
        "tags": [
          "Campaniapuntos"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Campaniapuntos/updateestadoenvio": {
      "post": {
        "tags": [
          "Campaniapuntos"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.CampaniapuntosController.UpdateEstadoEnvioInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.CampaniapuntosController.UpdateEstadoEnvioInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.CampaniapuntosController.UpdateEstadoEnvioInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CatalogoVirtual/addupdate": {
      "post": {
        "tags": [
          "CatalogoVirtual"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Catalogos.CatalogoVirtualInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Catalogos.CatalogoVirtualInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Catalogos.CatalogoVirtualInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CatalogoVirtual/getall": {
      "get": {
        "tags": [
          "CatalogoVirtual"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CatalogoVirtual/getdatos": {
      "get": {
        "tags": [
          "CatalogoVirtual"
        ],
        "parameters": [
          {
            "name": "idcatalogo",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CatalogoVirtual/fillbuscar": {
      "get": {
        "tags": [
          "CatalogoVirtual"
        ],
        "parameters": [
          {
            "name": "texto",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CatalogoVirtual/getidcatalogobyempresa": {
      "get": {
        "tags": [
          "CatalogoVirtual"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CatalogoVirtual/anular": {
      "post": {
        "tags": [
          "CatalogoVirtual"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Catalogos.CatalogoVirtualInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Catalogos.CatalogoVirtualInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Catalogos.CatalogoVirtualInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CatalogoVirtual/getformaspagobycatalogo": {
      "get": {
        "tags": [
          "CatalogoVirtual"
        ],
        "parameters": [
          {
            "name": "idcatalogo",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CatalogoVirtual/agregarfp": {
      "post": {
        "tags": [
          "CatalogoVirtual"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Catalogos.CatalogoVirtualFormaPagoDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Catalogos.CatalogoVirtualFormaPagoDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Catalogos.CatalogoVirtualFormaPagoDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CatalogoVirtual/actualizarfp": {
      "post": {
        "tags": [
          "CatalogoVirtual"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Catalogos.CatalogoVirtualFormaPagoDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Catalogos.CatalogoVirtualFormaPagoDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Catalogos.CatalogoVirtualFormaPagoDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CatalogoVirtual/eliminarfp": {
      "post": {
        "tags": [
          "CatalogoVirtual"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Catalogos.CatalogoVirtualFormaPagoDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Catalogos.CatalogoVirtualFormaPagoDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Catalogos.CatalogoVirtualFormaPagoDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Categoria/fillCategoria": {
      "post": {
        "tags": [
          "Categoria"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Categoria/filllineas": {
      "post": {
        "tags": [
          "Categoria"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Categoria/addupdate": {
      "post": {
        "tags": [
          "Categoria"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Categoria.CategoriaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Categoria.CategoriaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Categoria.CategoriaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Categoria/getall": {
      "get": {
        "tags": [
          "Categoria"
        ],
        "parameters": [
          {
            "name": "tipouso",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Categoria/getallbase": {
      "get": {
        "tags": [
          "Categoria"
        ],
        "parameters": [
          {
            "name": "tipouso",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Categoria/getallforpos": {
      "get": {
        "tags": [
          "Categoria"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Categoria/getdatos": {
      "get": {
        "tags": [
          "Categoria"
        ],
        "parameters": [
          {
            "name": "idcategoria",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Categoria/fillbuscar": {
      "get": {
        "tags": [
          "Categoria"
        ],
        "parameters": [
          {
            "name": "texto",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Categoria/anular": {
      "post": {
        "tags": [
          "Categoria"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Categoria.CategoriaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Categoria.CategoriaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Categoria.CategoriaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/certificadopse/actual": {
      "get": {
        "tags": [
          "CertificadoPse"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/certificadopse/historial": {
      "get": {
        "tags": [
          "CertificadoPse"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/certificadopse/subir": {
      "post": {
        "tags": [
          "CertificadoPse"
        ],
        "requestBody": {
          "content": {
            "multipart/form-data": {
              "schema": {
                "type": "object",
                "properties": {
                  "file": {
                    "type": "string",
                    "format": "binary"
                  },
                  "password": {
                    "type": "string"
                  },
                  "reemplazarActivo": {
                    "type": "boolean",
                    "default": true
                  }
                }
              },
              "encoding": {
                "file": {
                  "style": "form"
                },
                "password": {
                  "style": "form"
                },
                "reemplazarActivo": {
                  "style": "form"
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/certificadopse/invalidar-cache": {
      "post": {
        "tags": [
          "CertificadoPse"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Chofer/fillchoferes": {
      "post": {
        "tags": [
          "Chofer"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Chofer/registrar": {
      "post": {
        "tags": [
          "Chofer"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Choferes.ChoferDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Choferes.ChoferDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Choferes.ChoferDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Chofer/actualizar": {
      "post": {
        "tags": [
          "Chofer"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Choferes.ChoferDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Choferes.ChoferDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Choferes.ChoferDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Chofer/getdatos": {
      "get": {
        "tags": [
          "Chofer"
        ],
        "parameters": [
          {
            "name": "idchofer",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Chofer/fillbuscar": {
      "get": {
        "tags": [
          "Chofer"
        ],
        "parameters": [
          {
            "name": "texto",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Chofer/delete": {
      "post": {
        "tags": [
          "Chofer"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Choferes.ChoferDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Choferes.ChoferDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Choferes.ChoferDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Compra/fillbuscar": {
      "post": {
        "tags": [
          "Compra"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Compra/excelfill": {
      "post": {
        "tags": [
          "Compra"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/Compra/fillcompraspagar": {
      "get": {
        "tags": [
          "Compra"
        ],
        "parameters": [
          {
            "name": "desde",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hasta",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Compra/registrar": {
      "post": {
        "tags": [
          "Compra"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Compras.Entradas.CompraInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Compras.Entradas.CompraInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Compras.Entradas.CompraInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Compra/getdatos": {
      "get": {
        "tags": [
          "Compra"
        ],
        "parameters": [
          {
            "name": "idcompra",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Compra/getdatosregimen": {
      "get": {
        "tags": [
          "Compra"
        ],
        "parameters": [
          {
            "name": "idcompra",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Compra/getexiste": {
      "get": {
        "tags": [
          "Compra"
        ],
        "parameters": [
          {
            "name": "idcompra",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idproveedor",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "serie",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nro",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "coddocumento",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Compra/getpendpagobyprov": {
      "get": {
        "tags": [
          "Compra"
        ],
        "parameters": [
          {
            "name": "rucempresa",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idproveedor",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Compra/getcomprasforretencion": {
      "get": {
        "tags": [
          "Compra"
        ],
        "parameters": [
          {
            "name": "idproveedor",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Compra/anular": {
      "post": {
        "tags": [
          "Compra"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Compras.Entidades.CompraDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Compras.Entidades.CompraDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Compras.Entidades.CompraDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Compra/setdatosregimen": {
      "post": {
        "tags": [
          "Compra"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Compras.Entradas.DatosRegimenInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Compras.Entradas.DatosRegimenInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Compras.Entradas.DatosRegimenInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Compra/aprobar": {
      "post": {
        "tags": [
          "Compra"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.SoloIdRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.SoloIdRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.SoloIdRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Compra/revertircompra": {
      "post": {
        "tags": [
          "Compra"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.SoloIdRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.SoloIdRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.SoloIdRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Compra/repdetallecompras": {
      "post": {
        "tags": [
          "Compra"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Compra/excelrepdetcompra": {
      "post": {
        "tags": [
          "Compra"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/Compra/filllibro": {
      "post": {
        "tags": [
          "Compra"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Compra/excelfilllibro": {
      "post": {
        "tags": [
          "Compra"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/Compra/txtfilllibro": {
      "post": {
        "tags": [
          "Compra"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/Compra/txtanex8add": {
      "post": {
        "tags": [
          "Compra"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/Compra/txtanex8data": {
      "post": {
        "tags": [
          "Compra"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/Compra/txtanex11": {
      "post": {
        "tags": [
          "Compra"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/ConceptoKardex/addupdate": {
      "post": {
        "tags": [
          "ConceptoKardex"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.ConceptosKardex.ConceptoKardexDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.ConceptosKardex.ConceptoKardexDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.ConceptosKardex.ConceptoKardexDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/ConceptoKardex/getall": {
      "get": {
        "tags": [
          "ConceptoKardex"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/ConceptoKardex/getbytipo": {
      "get": {
        "tags": [
          "ConceptoKardex"
        ],
        "parameters": [
          {
            "name": "tipo",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CondicionPago/addupdate": {
      "post": {
        "tags": [
          "CondicionPago"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CondicionesPago.CondicionPagoDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CondicionesPago.CondicionPagoDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CondicionesPago.CondicionPagoDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/CondicionPago/getall": {
      "get": {
        "tags": [
          "CondicionPago"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Configuracion/getallbyalmacen": {
      "get": {
        "tags": [
          "Configuracion"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Configuracion/getallopciones": {
      "get": {
        "tags": [
          "Configuracion"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "tipoempresa",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Cuentas/login": {
      "post": {
        "tags": [
          "Cuentas"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Cuentas.Entradas.LoginInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Cuentas.Entradas.LoginInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Cuentas.Entradas.LoginInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Cuentas/loginapp": {
      "post": {
        "tags": [
          "Cuentas"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Cuentas.Entradas.LoginInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Cuentas.Entradas.LoginInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Cuentas.Entradas.LoginInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Cupon/registrar": {
      "post": {
        "tags": [
          "Cupon"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Cupones.Entradas.CuponInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Cupones.Entradas.CuponInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Cupones.Entradas.CuponInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Cupon/fillcupon": {
      "post": {
        "tags": [
          "Cupon"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Cupon/getdatosasync": {
      "get": {
        "tags": [
          "Cupon"
        ],
        "parameters": [
          {
            "name": "idcupon",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Cupon/getdetallebycupon": {
      "get": {
        "tags": [
          "Cupon"
        ],
        "parameters": [
          {
            "name": "idcupon",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Cupon/delete": {
      "post": {
        "tags": [
          "Cupon"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Cupones.Entidades.CuponDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Cupones.Entidades.CuponDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Cupones.Entidades.CuponDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Cupon/updateestadoenvio": {
      "post": {
        "tags": [
          "Cupon"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Cupones.Entidades.CuponDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Cupones.Entidades.CuponDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Cupones.Entidades.CuponDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Cupon/liberarcuponasync": {
      "post": {
        "tags": [
          "Cupon"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Cupones.Entidades.CuponDetalleDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Cupones.Entidades.CuponDetalleDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Cupones.Entidades.CuponDetalleDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Cupon/getdetalleconsumoasync": {
      "get": {
        "tags": [
          "Cupon"
        ],
        "parameters": [
          {
            "name": "idcupondetalle",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Cupon/getdetventaasync": {
      "get": {
        "tags": [
          "Cupon"
        ],
        "parameters": [
          {
            "name": "idventa",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Documento/getall": {
      "get": {
        "tags": [
          "Documento"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Documento/getdocventas": {
      "get": {
        "tags": [
          "Documento"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Documento/getdoccompras": {
      "get": {
        "tags": [
          "Documento"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/DocumentoCorrelativo/registrar": {
      "post": {
        "tags": [
          "DocumentoCorrelativo"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.DocumentosCorrelativos.DocumentoCorrelativoDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.DocumentosCorrelativos.DocumentoCorrelativoDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.DocumentosCorrelativos.DocumentoCorrelativoDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/DocumentoCorrelativo/actualizar": {
      "post": {
        "tags": [
          "DocumentoCorrelativo"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.DocumentosCorrelativos.DocumentoCorrelativoDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.DocumentosCorrelativos.DocumentoCorrelativoDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.DocumentosCorrelativos.DocumentoCorrelativoDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/DocumentoCorrelativo/getbyidcompuesto": {
      "get": {
        "tags": [
          "DocumentoCorrelativo"
        ],
        "parameters": [
          {
            "name": "coddocumento",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serieactual",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/DocumentoCorrelativo/getallbyalmacen": {
      "get": {
        "tags": [
          "DocumentoCorrelativo"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/DocumentoCorrelativo/getallbyventas": {
      "get": {
        "tags": [
          "DocumentoCorrelativo"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idcaja",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/DocumentoCorrelativo/getallbycompras": {
      "get": {
        "tags": [
          "DocumentoCorrelativo"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/DocumentoCorrelativo/getallbyretencion": {
      "get": {
        "tags": [
          "DocumentoCorrelativo"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "coddoc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/DocumentoCorrelativo/getallbyproduccion": {
      "get": {
        "tags": [
          "DocumentoCorrelativo"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idcaja",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/DocumentoCorrelativo/getallbyguias": {
      "get": {
        "tags": [
          "DocumentoCorrelativo"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/DocumentoCorrelativo/getallbyguiastrans": {
      "get": {
        "tags": [
          "DocumentoCorrelativo"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/DocumentoCorrelativo/getallncventas": {
      "get": {
        "tags": [
          "DocumentoCorrelativo"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "tipo",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/DocumentoCorrelativo/getallndventas": {
      "get": {
        "tags": [
          "DocumentoCorrelativo"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "tipo",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/DocumentoCorrelativo/getallnccompras": {
      "get": {
        "tags": [
          "DocumentoCorrelativo"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "tipo",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/DocumentoCorrelativo/getallforpos": {
      "get": {
        "tags": [
          "DocumentoCorrelativo"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idcaja",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/DocumentoCorrelativo/anular": {
      "post": {
        "tags": [
          "DocumentoCorrelativo"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.DocumentosCorrelativos.DocumentoCorrelativoDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.DocumentosCorrelativos.DocumentoCorrelativoDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.DocumentosCorrelativos.DocumentoCorrelativoDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/DocumentoCorrelativo/updateformato": {
      "post": {
        "tags": [
          "DocumentoCorrelativo"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.DocumentosCorrelativos.DocumentoCorrelativoDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.DocumentosCorrelativos.DocumentoCorrelativoDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.DocumentosCorrelativos.DocumentoCorrelativoDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Empleado/fillempleados": {
      "post": {
        "tags": [
          "Empleado"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Empleado/addupdate": {
      "post": {
        "tags": [
          "Empleado"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Empleados.EmpleadoInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Empleados.EmpleadoInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Empleados.EmpleadoInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Empleado/getall": {
      "get": {
        "tags": [
          "Empleado"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Empleado/getallbyalmacen": {
      "get": {
        "tags": [
          "Empleado"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Empleado/getdatos": {
      "get": {
        "tags": [
          "Empleado"
        ],
        "parameters": [
          {
            "name": "idempleado",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Empleado/getvalidapass": {
      "get": {
        "tags": [
          "Empleado"
        ],
        "parameters": [
          {
            "name": "idempleado",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "pass",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Empleado/anular": {
      "post": {
        "tags": [
          "Empleado"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Empleados.EmpleadoDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Empleados.EmpleadoDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Empleados.EmpleadoDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Empleado/updatepass": {
      "post": {
        "tags": [
          "Empleado"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Empleados.EmpleadoDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Empleados.EmpleadoDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Empleados.EmpleadoDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Empleado/updateperfil": {
      "post": {
        "tags": [
          "Empleado"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Empleados.EmpleadoDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Empleados.EmpleadoDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Empleados.EmpleadoDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/": {
      "get": {
        "tags": [
          "Facturita.Presentacion.Web.Api"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/FormaPago/addupdate": {
      "post": {
        "tags": [
          "FormaPago"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.FormasPago.FormaPagoInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.FormasPago.FormaPagoInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.FormasPago.FormaPagoInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/FormaPago/getall": {
      "get": {
        "tags": [
          "FormaPago"
        ],
        "parameters": [
          {
            "name": "vertipo",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/FormaPago/fillbuscar": {
      "get": {
        "tags": [
          "FormaPago"
        ],
        "parameters": [
          {
            "name": "texto",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/FormaPago/getformaspagobycaja": {
      "get": {
        "tags": [
          "FormaPago"
        ],
        "parameters": [
          {
            "name": "idcaja",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/FormaPago/anular": {
      "post": {
        "tags": [
          "FormaPago"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.FormasPago.FormaPagoDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.FormasPago.FormaPagoDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.FormasPago.FormaPagoDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/gastosprogramados": {
      "get": {
        "tags": [
          "GastosProgramados"
        ],
        "parameters": [
          {
            "name": "rucEmpresa",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "incluirInactivos",
            "in": "query",
            "schema": {
              "type": "boolean",
              "default": false
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.GastosProgramados.GastoProgramadoDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.GastosProgramados.GastoProgramadoDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.GastosProgramados.GastoProgramadoDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "GastosProgramados"
        ],
        "parameters": [
          {
            "name": "idUsuario",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.GastosProgramados.GastoProgramadoDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.GastosProgramados.GastoProgramadoDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.GastosProgramados.GastoProgramadoDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "GastosProgramados"
        ],
        "parameters": [
          {
            "name": "idUsuario",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.GastosProgramados.GastoProgramadoDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.GastosProgramados.GastoProgramadoDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.GastosProgramados.GastoProgramadoDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/gastosprogramados/{id}": {
      "get": {
        "tags": [
          "GastosProgramados"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.GastosProgramados.GastoProgramadoDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.GastosProgramados.GastoProgramadoDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.GastosProgramados.GastoProgramadoDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/gastosprogramados/{id}/estado": {
      "put": {
        "tags": [
          "GastosProgramados"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.GastosProgramadosController.CambiarEstadoRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.GastosProgramadosController.CambiarEstadoRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.GastosProgramadosController.CambiarEstadoRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/gastosprogramados/{id}/cuotas": {
      "get": {
        "tags": [
          "GastosProgramados"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.GastosProgramados.GastoProgramadoCuotaDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.GastosProgramados.GastoProgramadoCuotaDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.GastosProgramados.GastoProgramadoCuotaDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/gastosprogramados/agenda": {
      "get": {
        "tags": [
          "GastosProgramados"
        ],
        "parameters": [
          {
            "name": "rucEmpresa",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "desde",
            "in": "query",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "hasta",
            "in": "query",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "incluirEjecutadas",
            "in": "query",
            "schema": {
              "type": "boolean",
              "default": false
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.GastosProgramados.GastoProgramadoCuotaDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.GastosProgramados.GastoProgramadoCuotaDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.GastosProgramados.GastoProgramadoCuotaDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/gastosprogramados/vencidas/contar": {
      "get": {
        "tags": [
          "GastosProgramados"
        ],
        "parameters": [
          {
            "name": "rucEmpresa",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/gastosprogramados/cuota/jalar": {
      "post": {
        "tags": [
          "GastosProgramados"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.GastosProgramados.JalarCuotaRequestDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.GastosProgramados.JalarCuotaRequestDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.GastosProgramados.JalarCuotaRequestDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/gastosprogramados/cuota/restablecer/{id}": {
      "post": {
        "tags": [
          "GastosProgramados"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/gastosprogramados/recalcular": {
      "post": {
        "tags": [
          "GastosProgramados"
        ],
        "parameters": [
          {
            "name": "rucEmpresa",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/gastosprogramados/cuota/{idCuota}/vincular-operacion": {
      "put": {
        "tags": [
          "GastosProgramados"
        ],
        "parameters": [
          {
            "name": "idCuota",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idOperacion",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/gastosprogramados/cuota/{idCuota}/vincular-compra": {
      "put": {
        "tags": [
          "GastosProgramados"
        ],
        "parameters": [
          {
            "name": "idCuota",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idCompra",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/Grupo/addupdate": {
      "post": {
        "tags": [
          "Grupo"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Grupos.GrupoDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Grupos.GrupoDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Grupos.GrupoDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Grupo/getall": {
      "get": {
        "tags": [
          "Grupo"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Grupo/fillall": {
      "get": {
        "tags": [
          "Grupo"
        ],
        "parameters": [
          {
            "name": "textobuscar",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Grupo/getdatos": {
      "get": {
        "tags": [
          "Grupo"
        ],
        "parameters": [
          {
            "name": "idzona",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Grupo/anular": {
      "post": {
        "tags": [
          "Grupo"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Grupos.GrupoDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Grupos.GrupoDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Grupos.GrupoDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/GuiaRemision/registrar": {
      "post": {
        "tags": [
          "GuiaRemision"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.GuiasRemision.Entradas.GuiaRemisionInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.GuiasRemision.Entradas.GuiaRemisionInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.GuiasRemision.Entradas.GuiaRemisionInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/GuiaRemision/getdatosview": {
      "get": {
        "tags": [
          "GuiaRemision"
        ],
        "parameters": [
          {
            "name": "idguia",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/GuiaRemision/fillguias": {
      "post": {
        "tags": [
          "GuiaRemision"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/GuiaRemision/excelfillguiasrem": {
      "post": {
        "tags": [
          "GuiaRemision"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/GuiaRemision/excelfillguiastrans": {
      "post": {
        "tags": [
          "GuiaRemision"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/GuiaRemision/printguia": {
      "get": {
        "tags": [
          "GuiaRemision"
        ],
        "parameters": [
          {
            "name": "idguia",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/GuiaRemision/getguiabyorden": {
      "get": {
        "tags": [
          "GuiaRemision"
        ],
        "parameters": [
          {
            "name": "idorden",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/GuiaRemision/anular": {
      "post": {
        "tags": [
          "GuiaRemision"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.GuiasRemision.Entidades.GuiaRemisionDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.GuiasRemision.Entidades.GuiaRemisionDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.GuiasRemision.Entidades.GuiaRemisionDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/GuiaRemision/getgroupbyguias": {
      "post": {
        "tags": [
          "GuiaRemision"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "array",
                "items": {
                  "type": "integer",
                  "format": "int32"
                }
              }
            },
            "text/json": {
              "schema": {
                "type": "array",
                "items": {
                  "type": "integer",
                  "format": "int32"
                }
              }
            },
            "application/*+json": {
              "schema": {
                "type": "array",
                "items": {
                  "type": "integer",
                  "format": "int32"
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/GuiaRemision/{idguia}/enviarsunat": {
      "post": {
        "tags": [
          "GuiaRemision"
        ],
        "parameters": [
          {
            "name": "idguia",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/GuiaRemision/{idguia}/cdr": {
      "get": {
        "tags": [
          "GuiaRemision"
        ],
        "parameters": [
          {
            "name": "idguia",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/GuiaRemision/{idguia}/xmltest": {
      "get": {
        "tags": [
          "GuiaRemision"
        ],
        "parameters": [
          {
            "name": "idguia",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Impuesto/addupdate": {
      "post": {
        "tags": [
          "Impuesto"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Impuestos.ImpuestoDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Impuestos.ImpuestoDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Impuestos.ImpuestoDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Impuesto/getall": {
      "get": {
        "tags": [
          "Impuesto"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Inventario/fillinventario": {
      "post": {
        "tags": [
          "Inventario"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Inventario/getdatosview": {
      "get": {
        "tags": [
          "Inventario"
        ],
        "parameters": [
          {
            "name": "idinventario",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Inventario/exceldetalleinv": {
      "get": {
        "tags": [
          "Inventario"
        ],
        "parameters": [
          {
            "name": "idinventario",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "estadoenvio",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Inventario/delete": {
      "post": {
        "tags": [
          "Inventario"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Inventarios.Entidades.InventarioDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Inventarios.Entidades.InventarioDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Inventarios.Entidades.InventarioDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Inventario/registrar": {
      "post": {
        "tags": [
          "Inventario"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Inventarios.Entradas.InventarioInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Inventarios.Entradas.InventarioInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Inventarios.Entradas.InventarioInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Inventario/agregardetalle": {
      "post": {
        "tags": [
          "Inventario"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Inventarios.Entradas.AgregarDetalleInventarioInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Inventarios.Entradas.AgregarDetalleInventarioInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Inventarios.Entradas.AgregarDetalleInventarioInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Inventario/setestadoenvio/{idinventario}": {
      "post": {
        "tags": [
          "Inventario"
        ],
        "parameters": [
          {
            "name": "idinventario",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Inventario/actualizar": {
      "post": {
        "tags": [
          "Inventario"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Inventarios.Entradas.InventarioInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Inventarios.Entradas.InventarioInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Inventarios.Entradas.InventarioInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Kardex/registrar": {
      "post": {
        "tags": [
          "Kardex"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Kardexs.Entradas.KardexInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Kardexs.Entradas.KardexInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Kardexs.Entradas.KardexInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Kardex/validar": {
      "post": {
        "tags": [
          "Kardex"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Kardexs.Entradas.KardexInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Kardexs.Entradas.KardexInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Kardexs.Entradas.KardexInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Kardex/revertir": {
      "post": {
        "tags": [
          "Kardex"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.SoloIdRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.SoloIdRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.SoloIdRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Kardex/procesarcosteo": {
      "post": {
        "tags": [
          "Kardex"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.SoloIdRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.SoloIdRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.SoloIdRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Kardex/fillkardex": {
      "post": {
        "tags": [
          "Kardex"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Kardex/excelfillkardex": {
      "post": {
        "tags": [
          "Kardex"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Kardex/fillinvvalorizado": {
      "post": {
        "tags": [
          "Kardex"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Kardex/excelfillinvvalorizado": {
      "post": {
        "tags": [
          "Kardex"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/Kardex/fillkardexgeneral": {
      "post": {
        "tags": [
          "Kardex"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Kardex/excelfillkardexgeneral": {
      "post": {
        "tags": [
          "Kardex"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/Kardex/getdetallebyid": {
      "get": {
        "tags": [
          "Kardex"
        ],
        "parameters": [
          {
            "name": "idkardex",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Kardex/getkardexcostoprom": {
      "get": {
        "tags": [
          "Kardex"
        ],
        "parameters": [
          {
            "name": "idproducto",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Kardex/movimientoskardexref": {
      "get": {
        "tags": [
          "Kardex"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "id",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "tipo",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Kardex/getmovbyprod": {
      "get": {
        "tags": [
          "Kardex"
        ],
        "parameters": [
          {
            "name": "idproducto",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Kardex/printkardex": {
      "get": {
        "tags": [
          "Kardex"
        ],
        "parameters": [
          {
            "name": "idkardex",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Kardex/getdatos": {
      "get": {
        "tags": [
          "Kardex"
        ],
        "parameters": [
          {
            "name": "idkardex",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Kardex/anular": {
      "post": {
        "tags": [
          "Kardex"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Kardexs.Entidades.KardexDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Kardexs.Entidades.KardexDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Kardexs.Entidades.KardexDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Kardex/repdescuadre": {
      "get": {
        "tags": [
          "Kardex"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "estadomov",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Kardex/excelrepdescuadre": {
      "get": {
        "tags": [
          "Kardex"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "estadomov",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "estadofilter",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/Kardex/fillpendentrega": {
      "post": {
        "tags": [
          "Kardex"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Kardex/excelfillpendentrega": {
      "post": {
        "tags": [
          "Kardex"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/Kardex/fillprodtipomov": {
      "post": {
        "tags": [
          "Kardex"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Kardex/excelfillprodtipomov": {
      "post": {
        "tags": [
          "Kardex"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/Kardex/add": {
      "post": {
        "tags": [
          "Kardex"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Kardexs.Entradas.KardexInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Kardexs.Entradas.KardexInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Kardexs.Entradas.KardexInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Kardex/add2": {
      "post": {
        "tags": [
          "Kardex"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Kardexs.Entradas.KardexEspejoInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Kardexs.Entradas.KardexEspejoInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Kardexs.Entradas.KardexEspejoInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/Kardex/procesarinv": {
      "post": {
        "tags": [
          "Kardex"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Inventarios.Entradas.ProcesarInventarioInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Inventarios.Entradas.ProcesarInventarioInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Inventarios.Entradas.ProcesarInventarioInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/Kardex/reportkardex": {
      "post": {
        "tags": [
          "Kardex"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Kardexs.Entradas.ReportKardexInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Kardexs.Entradas.ReportKardexInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Kardexs.Entradas.ReportKardexInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.Kardexs.Salidas.Especificas.ReportKardexOutputDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.Kardexs.Salidas.Especificas.ReportKardexOutputDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.Kardexs.Salidas.Especificas.ReportKardexOutputDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/Kardex/excelreportkardex": {
      "post": {
        "tags": [
          "Kardex"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Kardexs.Entradas.ReportKardexInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Kardexs.Entradas.ReportKardexInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Kardexs.Entradas.ReportKardexInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/ListaPrecios/addupdate": {
      "post": {
        "tags": [
          "ListaPrecios"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.ListasPrecios.ListaPreciosDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.ListasPrecios.ListaPreciosDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.ListasPrecios.ListaPreciosDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/ListaPrecios/fillasync": {
      "get": {
        "tags": [
          "ListaPrecios"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "texto",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/ListaPrecios/getdatos": {
      "get": {
        "tags": [
          "ListaPrecios"
        ],
        "parameters": [
          {
            "name": "idlista",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/ListaPrecios/anular": {
      "post": {
        "tags": [
          "ListaPrecios"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.ListasPrecios.ListaPreciosDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.ListasPrecios.ListaPreciosDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.ListasPrecios.ListaPreciosDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/ListaPrecios/getall": {
      "get": {
        "tags": [
          "ListaPrecios"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/ListaPrecios/getdetallelp": {
      "get": {
        "tags": [
          "ListaPrecios"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/ListaPrecios/filllistapreciosproducto": {
      "post": {
        "tags": [
          "ListaPrecios"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Marca/addupdate": {
      "post": {
        "tags": [
          "Marca"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Marcas.MarcaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Marcas.MarcaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Marcas.MarcaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Marca/getall": {
      "get": {
        "tags": [
          "Marca"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Marcacion/fillmarcacion": {
      "post": {
        "tags": [
          "Marcacion"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Marcacion/registrar": {
      "post": {
        "tags": [
          "Marcacion"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Marcaciones.MarcacionInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Marcaciones.MarcacionInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Marcaciones.MarcacionInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Marcacion/update": {
      "post": {
        "tags": [
          "Marcacion"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Marcaciones.MarcacionInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Marcaciones.MarcacionInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Marcaciones.MarcacionInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Marcacion/anularnew": {
      "post": {
        "tags": [
          "Marcacion"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Marcaciones.MarcacionDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Marcaciones.MarcacionDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Marcaciones.MarcacionDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Marcacion/eliminar": {
      "post": {
        "tags": [
          "Marcacion"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Marcaciones.MarcacionDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Marcaciones.MarcacionDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Marcaciones.MarcacionDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Marcacion/getdatos": {
      "get": {
        "tags": [
          "Marcacion"
        ],
        "parameters": [
          {
            "name": "idmarcacion",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Marcacion/getall": {
      "get": {
        "tags": [
          "Marcacion"
        ],
        "parameters": [
          {
            "name": "idestablecimiento",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Marcacion/reporteasistencia": {
      "get": {
        "tags": [
          "Marcacion"
        ],
        "parameters": [
          {
            "name": "idestablecimiento",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idempleado",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "desde",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hasta",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tipo",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Marcacion/excelreporteasistencia": {
      "get": {
        "tags": [
          "Marcacion"
        ],
        "parameters": [
          {
            "name": "idestablecimiento",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idempleado",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "desde",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hasta",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tipo",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/mc/admin/jobs/run-now": {
      "post": {
        "tags": [
          "McAdmin"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Interfaces.CasosUso.McJobs.JobsResult, Facturita.Aplicacion.Interfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Interfaces.CasosUso.McJobs.JobsResult, Facturita.Aplicacion.Interfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Interfaces.CasosUso.McJobs.JobsResult, Facturita.Aplicacion.Interfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/admin/jobs/marcar-vencidas": {
      "post": {
        "tags": [
          "McAdmin"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/admin/jobs/snapshot-consumo": {
      "post": {
        "tags": [
          "McAdmin"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/auth/login": {
      "post": {
        "tags": [
          "McAuth"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCuentas.McLoginPortalRequestDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCuentas.McLoginPortalRequestDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCuentas.McLoginPortalRequestDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McCuentas.McLoginPortalResponseDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McCuentas.McLoginPortalResponseDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McCuentas.McLoginPortalResponseDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/auth/me": {
      "get": {
        "tags": [
          "McAuth"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McCuentas.McCuentaUsuarioDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McCuentas.McCuentaUsuarioDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McCuentas.McCuentaUsuarioDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/auth/cambiarpassword": {
      "post": {
        "tags": [
          "McAuth"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.McAuthController.CambiarPasswordRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.McAuthController.CambiarPasswordRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.McAuthController.CambiarPasswordRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/auth/logout": {
      "post": {
        "tags": [
          "McAuth"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/auth/existe-root": {
      "get": {
        "tags": [
          "McAuth"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/auth/bootstrap-root": {
      "post": {
        "tags": [
          "McAuth"
        ],
        "parameters": [
          {
            "name": "X-Bootstrap-Secret",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.McAuthController.BootstrapRootRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.McAuthController.BootstrapRootRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.McAuthController.BootstrapRootRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/cpe/empresas-afiliadas": {
      "get": {
        "tags": [
          "McCpe"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeEmpresaAfiliadaDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeEmpresaAfiliadaDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeEmpresaAfiliadaDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/cpe/dashboard": {
      "get": {
        "tags": [
          "McCpe"
        ],
        "parameters": [
          {
            "name": "rucs",
            "in": "query",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeDashboardOutputDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeDashboardOutputDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeDashboardOutputDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/cpe/pendientes": {
      "get": {
        "tags": [
          "McCpe"
        ],
        "parameters": [
          {
            "name": "rucs",
            "in": "query",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "tipoError",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "TODOS"
            }
          },
          {
            "name": "codTipoDoc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fechaDesde",
            "in": "query",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "fechaHasta",
            "in": "query",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 200
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeComprobantePendienteDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeComprobantePendienteDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeComprobantePendienteDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/cpe/reenviar": {
      "post": {
        "tags": [
          "McCpe"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeReenviarInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeReenviarInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeReenviarInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeReenviarOutputDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeReenviarOutputDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeReenviarOutputDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/cpe/estado": {
      "get": {
        "tags": [
          "McCpe"
        ],
        "parameters": [
          {
            "name": "rucs",
            "in": "query",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "desde",
            "in": "query",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "hasta",
            "in": "query",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "serie",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nro",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "estadoSunat",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "codTipoDoc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tipoComprobante",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "textoBusqueda",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 1
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 50
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.RespuestaQuery`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeEstadoItemDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.RespuestaQuery`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeEstadoItemDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.RespuestaQuery`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeEstadoItemDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/cpe/resumenes/candidatos": {
      "get": {
        "tags": [
          "McCpe"
        ],
        "parameters": [
          {
            "name": "ruc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fecha",
            "in": "query",
            "schema": {
              "type": "string",
              "format": "date"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeBoletaCandidataDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeBoletaCandidataDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeBoletaCandidataDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/cpe/resumenes": {
      "post": {
        "tags": [
          "McCpe"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeCrearResumenInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeCrearResumenInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeCrearResumenInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeResumenDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeResumenDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeResumenDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "McCpe"
        ],
        "parameters": [
          {
            "name": "rucs",
            "in": "query",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "estado",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeResumenDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeResumenDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeResumenDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/cpe/resumenes/{idResumen}/iddocumento": {
      "patch": {
        "tags": [
          "McCpe"
        ],
        "parameters": [
          {
            "name": "idResumen",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeCambiarIdDocumentoDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeCambiarIdDocumentoDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeCambiarIdDocumentoDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/cpe/resumenes/{idResumen}/enviar": {
      "post": {
        "tags": [
          "McCpe"
        ],
        "parameters": [
          {
            "name": "idResumen",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/cpe/bajas/candidatos": {
      "get": {
        "tags": [
          "McCpe"
        ],
        "parameters": [
          {
            "name": "ruc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tipoSerie",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "B"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeBajaCandidatoDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeBajaCandidatoDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeBajaCandidatoDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/cpe/bajas": {
      "post": {
        "tags": [
          "McCpe"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeCrearBajaInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeCrearBajaInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeCrearBajaInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeResumenDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeResumenDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeResumenDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "McCpe"
        ],
        "parameters": [
          {
            "name": "rucs",
            "in": "query",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "estado",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeResumenDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeResumenDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeResumenDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/cpe/bajas/{idResumen}/iddocumento": {
      "patch": {
        "tags": [
          "McCpe"
        ],
        "parameters": [
          {
            "name": "idResumen",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeCambiarIdDocumentoDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeCambiarIdDocumentoDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeCambiarIdDocumentoDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/cpe/bajas/{idResumen}/enviar": {
      "post": {
        "tags": [
          "McCpe"
        ],
        "parameters": [
          {
            "name": "idResumen",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/cpe/worker/status": {
      "get": {
        "tags": [
          "McCpe"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeWorkerStatusDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeWorkerStatusDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeWorkerStatusDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/cpe/worker/{worker}/pause": {
      "post": {
        "tags": [
          "McCpe"
        ],
        "parameters": [
          {
            "name": "worker",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeWorkerControlInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeWorkerControlInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeWorkerControlInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/cpe/worker/{worker}/resume": {
      "post": {
        "tags": [
          "McCpe"
        ],
        "parameters": [
          {
            "name": "worker",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeWorkerControlInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeWorkerControlInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeWorkerControlInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/cpe/worker/{worker}/start": {
      "post": {
        "tags": [
          "McCpe"
        ],
        "parameters": [
          {
            "name": "worker",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeWorkerControlInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeWorkerControlInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeWorkerControlInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/cpe/worker/logs": {
      "get": {
        "tags": [
          "McCpe"
        ],
        "parameters": [
          {
            "name": "worker",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "since",
            "in": "query",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "take",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 50
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeWorkerLogDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeWorkerLogDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeWorkerLogDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/cuenta-empresa/asignar": {
      "post": {
        "tags": [
          "McCuentaEmpresa"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCuentas.McCuentaEmpresaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCuentas.McCuentaEmpresaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCuentas.McCuentaEmpresaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/cuenta-empresa/{idCuenta}/{rucEmpresa}": {
      "delete": {
        "tags": [
          "McCuentaEmpresa"
        ],
        "parameters": [
          {
            "name": "idCuenta",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "rucEmpresa",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/cuenta-empresa/cuenta/{idCuenta}": {
      "get": {
        "tags": [
          "McCuentaEmpresa"
        ],
        "parameters": [
          {
            "name": "idCuenta",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCuentas.McCuentaEmpresaDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCuentas.McCuentaEmpresaDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCuentas.McCuentaEmpresaDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/cuenta-empresa/empresa/{rucEmpresa}": {
      "get": {
        "tags": [
          "McCuentaEmpresa"
        ],
        "parameters": [
          {
            "name": "rucEmpresa",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCuentas.McCuentaEmpresaDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCuentas.McCuentaEmpresaDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCuentas.McCuentaEmpresaDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/cuentas": {
      "get": {
        "tags": [
          "McCuentas"
        ],
        "parameters": [
          {
            "name": "incluirInactivas",
            "in": "query",
            "schema": {
              "type": "boolean",
              "default": false
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCuentas.McCuentaUsuarioDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCuentas.McCuentaUsuarioDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCuentas.McCuentaUsuarioDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "McCuentas"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCuentas.McCuentaUsuarioDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCuentas.McCuentaUsuarioDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCuentas.McCuentaUsuarioDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "McCuentas"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCuentas.McCuentaUsuarioDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCuentas.McCuentaUsuarioDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCuentas.McCuentaUsuarioDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/cuentas/{idCuenta}": {
      "get": {
        "tags": [
          "McCuentas"
        ],
        "parameters": [
          {
            "name": "idCuenta",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McCuentas.McCuentaUsuarioDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McCuentas.McCuentaUsuarioDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McCuentas.McCuentaUsuarioDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "McCuentas"
        ],
        "parameters": [
          {
            "name": "idCuenta",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/cuentas/{idCuenta}/estado": {
      "put": {
        "tags": [
          "McCuentas"
        ],
        "parameters": [
          {
            "name": "idCuenta",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.McCuentasController.CambiarEstadoCuentaRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.McCuentasController.CambiarEstadoCuentaRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.McCuentasController.CambiarEstadoCuentaRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/cuentas/resellers-resumen": {
      "get": {
        "tags": [
          "McCuentas"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCuentas.McResellerResumenDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCuentas.McResellerResumenDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCuentas.McResellerResumenDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/empresas/buscar": {
      "get": {
        "tags": [
          "McEmpresas"
        ],
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "max",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 10
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McEmpresas.McEmpresaBusquedaDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McEmpresas.McEmpresaBusquedaDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McEmpresas.McEmpresaBusquedaDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/empresas/mis-empresas": {
      "get": {
        "tags": [
          "McEmpresas"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McEmpresas.McEmpresaListItemDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McEmpresas.McEmpresaListItemDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McEmpresas.McEmpresaListItemDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/empresas/mis-empresas-busqueda": {
      "get": {
        "tags": [
          "McEmpresas"
        ],
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "max",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 10
            }
          },
          {
            "name": "excluyeAsignadasA",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McEmpresas.McEmpresaBusquedaDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McEmpresas.McEmpresaBusquedaDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McEmpresas.McEmpresaBusquedaDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/empresas/tipos-paquete": {
      "get": {
        "tags": [
          "McEmpresas"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McEmpresas.McTipoPaqueteDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McEmpresas.McTipoPaqueteDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McEmpresas.McTipoPaqueteDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/empresas/onboarding": {
      "post": {
        "tags": [
          "McEmpresas"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McEmpresas.McEmpresaOnboardingRequestDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McEmpresas.McEmpresaOnboardingRequestDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McEmpresas.McEmpresaOnboardingRequestDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/empresas/{rucEmpresa}/transferir-reseller": {
      "put": {
        "tags": [
          "McEmpresas"
        ],
        "parameters": [
          {
            "name": "rucEmpresa",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.McEmpresasController.TransferirResellerRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.McEmpresasController.TransferirResellerRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.McEmpresasController.TransferirResellerRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/empresas/{rucEmpresa}/estado": {
      "put": {
        "tags": [
          "McEmpresas"
        ],
        "parameters": [
          {
            "name": "rucEmpresa",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.McEmpresasController.CambiarEstadoRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.McEmpresasController.CambiarEstadoRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.McEmpresasController.CambiarEstadoRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/grupos": {
      "post": {
        "tags": [
          "McGrupos"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McGrupos.McGrupoEmpresarialDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McGrupos.McGrupoEmpresarialDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McGrupos.McGrupoEmpresarialDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "McGrupos"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McGrupos.McGrupoEmpresarialDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McGrupos.McGrupoEmpresarialDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McGrupos.McGrupoEmpresarialDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "McGrupos"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McGrupos.McGrupoEmpresarialDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McGrupos.McGrupoEmpresarialDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McGrupos.McGrupoEmpresarialDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/grupos/{idGrupo}": {
      "delete": {
        "tags": [
          "McGrupos"
        ],
        "parameters": [
          {
            "name": "idGrupo",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "McGrupos"
        ],
        "parameters": [
          {
            "name": "idGrupo",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McGrupos.McGrupoEmpresarialDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McGrupos.McGrupoEmpresarialDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McGrupos.McGrupoEmpresarialDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/grupos/{idGrupo}/detalle": {
      "get": {
        "tags": [
          "McGrupos"
        ],
        "parameters": [
          {
            "name": "idGrupo",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McGrupos.McGrupoEmpresarialDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McGrupos.McGrupoEmpresarialDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McGrupos.McGrupoEmpresarialDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/grupos/{idGrupo}/empresas": {
      "post": {
        "tags": [
          "McGrupos"
        ],
        "parameters": [
          {
            "name": "idGrupo",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.McGruposController.AgregarEmpresaRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.McGruposController.AgregarEmpresaRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.McGruposController.AgregarEmpresaRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/grupos/{idGrupo}/empresas/{rucEmpresa}": {
      "delete": {
        "tags": [
          "McGrupos"
        ],
        "parameters": [
          {
            "name": "idGrupo",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "rucEmpresa",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/notificaciones/enviar": {
      "post": {
        "tags": [
          "McNotificaciones"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McNotificaciones.McEnviarNotificacionRequestDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McNotificaciones.McEnviarNotificacionRequestDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McNotificaciones.McEnviarNotificacionRequestDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/notificaciones/enviadas/{idCuentaEmisor}": {
      "get": {
        "tags": [
          "McNotificaciones"
        ],
        "parameters": [
          {
            "name": "idCuentaEmisor",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McNotificaciones.McNotificacionDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McNotificaciones.McNotificacionDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McNotificaciones.McNotificacionDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/notificaciones/bandeja/{rucEmpresa}": {
      "get": {
        "tags": [
          "McNotificaciones"
        ],
        "parameters": [
          {
            "name": "rucEmpresa",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McNotificaciones.McNotificacionDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McNotificaciones.McNotificacionDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McNotificaciones.McNotificacionDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/notificaciones/bandeja/{rucEmpresa}/no-leidas": {
      "get": {
        "tags": [
          "McNotificaciones"
        ],
        "parameters": [
          {
            "name": "rucEmpresa",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/notificaciones/{idNotificacion}/leer/{rucEmpresa}": {
      "patch": {
        "tags": [
          "McNotificaciones"
        ],
        "parameters": [
          {
            "name": "idNotificacion",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "rucEmpresa",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/notificaciones/{idNotificacion}/archivar/{rucEmpresa}": {
      "patch": {
        "tags": [
          "McNotificaciones"
        ],
        "parameters": [
          {
            "name": "idNotificacion",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "rucEmpresa",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/reportes/consolidado/{idGrupo}": {
      "get": {
        "tags": [
          "McReportes"
        ],
        "parameters": [
          {
            "name": "idGrupo",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "periodo",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "anio",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "mes",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "desde",
            "in": "query",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "hasta",
            "in": "query",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McReportes.McReporteConsolidadoDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McReportes.McReporteConsolidadoDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McReportes.McReporteConsolidadoDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/reportes/portafolio": {
      "get": {
        "tags": [
          "McReportes"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McReportes.McPortafolioDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McReportes.McPortafolioDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McReportes.McPortafolioDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/suscripcion/limite/{rucEmpresa}": {
      "get": {
        "tags": [
          "McSuscripcion"
        ],
        "parameters": [
          {
            "name": "rucEmpresa",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.McLimiteSuscripcionDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.McLimiteSuscripcionDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.McLimiteSuscripcionDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/suscripcion/limite": {
      "post": {
        "tags": [
          "McSuscripcion"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.McLimiteSuscripcionDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.McLimiteSuscripcionDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.McLimiteSuscripcionDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/suscripcion/consumo/{rucEmpresa}/{anio}/{mes}": {
      "get": {
        "tags": [
          "McSuscripcion"
        ],
        "parameters": [
          {
            "name": "rucEmpresa",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "anio",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "mes",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.McConsumoMensualDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.McConsumoMensualDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.McConsumoMensualDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/suscripcion/consumo/{rucEmpresa}/historial/{ultimosMeses}": {
      "get": {
        "tags": [
          "McSuscripcion"
        ],
        "parameters": [
          {
            "name": "rucEmpresa",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ultimosMeses",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.McConsumoMensualDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.McConsumoMensualDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.McConsumoMensualDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/suscripcion/uso/{rucEmpresa}/{anio}/{mes}": {
      "get": {
        "tags": [
          "McSuscripcion"
        ],
        "parameters": [
          {
            "name": "rucEmpresa",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "anio",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "mes",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.McConsumoVsLimiteDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.McConsumoVsLimiteDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.McConsumoVsLimiteDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/suscripcion/facturas/{idFactura}": {
      "get": {
        "tags": [
          "McSuscripcion"
        ],
        "parameters": [
          {
            "name": "idFactura",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McFacturas.McFacturaSuscripcionDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McFacturas.McFacturaSuscripcionDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McFacturas.McFacturaSuscripcionDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "McSuscripcion"
        ],
        "parameters": [
          {
            "name": "idFactura",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/suscripcion/facturas/empresa/{rucEmpresa}": {
      "get": {
        "tags": [
          "McSuscripcion"
        ],
        "parameters": [
          {
            "name": "rucEmpresa",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "estado",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "anio",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McFacturas.McFacturaSuscripcionDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McFacturas.McFacturaSuscripcionDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McFacturas.McFacturaSuscripcionDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/suscripcion/facturas/vencidas": {
      "get": {
        "tags": [
          "McSuscripcion"
        ],
        "parameters": [
          {
            "name": "rucEmpresa",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McFacturas.McFacturaSuscripcionDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McFacturas.McFacturaSuscripcionDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McFacturas.McFacturaSuscripcionDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/suscripcion/facturas/empresa/{rucEmpresa}/saldo-pendiente": {
      "get": {
        "tags": [
          "McSuscripcion"
        ],
        "parameters": [
          {
            "name": "rucEmpresa",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Double, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Double, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Double, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/suscripcion/facturas": {
      "post": {
        "tags": [
          "McSuscripcion"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McFacturas.McFacturaSuscripcionDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McFacturas.McFacturaSuscripcionDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McFacturas.McFacturaSuscripcionDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/suscripcion/facturas/{idFactura}/pago": {
      "post": {
        "tags": [
          "McSuscripcion"
        ],
        "parameters": [
          {
            "name": "idFactura",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.McSuscripcionController.RegistrarPagoRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.McSuscripcionController.RegistrarPagoRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.McSuscripcionController.RegistrarPagoRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/mc/suscripcion/pagos/empresa/{rucEmpresa}": {
      "get": {
        "tags": [
          "McSuscripcion"
        ],
        "parameters": [
          {
            "name": "rucEmpresa",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "anio",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.PagoSuscripcionDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.PagoSuscripcionDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.PagoSuscripcionDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/Menu/getaccesoporgrupo": {
      "get": {
        "tags": [
          "Menu"
        ],
        "parameters": [
          {
            "name": "idgrupo",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "tipo",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Menu/listmenuweb": {
      "get": {
        "tags": [
          "Menu"
        ],
        "parameters": [
          {
            "name": "idtipopaquete",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "rucempresa",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idgrupo",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/MenuEmpresa/getallbyempresa": {
      "get": {
        "tags": [
          "MenuEmpresa"
        ],
        "parameters": [
          {
            "name": "tipo",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/MenuEmpresa/getmenusconfig": {
      "get": {
        "tags": [
          "MenuEmpresa"
        ],
        "parameters": [
          {
            "name": "rucempresa",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idtipopaquete",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "tipo",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/MenuEmpresa/gettiposdisponibles": {
      "get": {
        "tags": [
          "MenuEmpresa"
        ],
        "parameters": [
          {
            "name": "rucempresa",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/MenuEmpresa/asignarmenus": {
      "post": {
        "tags": [
          "MenuEmpresa"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.MenuEmpresaController.AsignarMenusEmpresaRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.MenuEmpresaController.AsignarMenusEmpresaRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.MenuEmpresaController.AsignarMenusEmpresaRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/MenuGrupo/agregar": {
      "post": {
        "tags": [
          "MenuGrupo"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.MenusGrupo.MenuGrupoDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.MenusGrupo.MenuGrupoDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.MenusGrupo.MenuGrupoDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/MenuGrupo/actualizar": {
      "post": {
        "tags": [
          "MenuGrupo"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.MenusGrupo.MenuGrupoDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.MenusGrupo.MenuGrupoDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.MenusGrupo.MenuGrupoDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/MenuGrupo/getallbygrupo": {
      "get": {
        "tags": [
          "MenuGrupo"
        ],
        "parameters": [
          {
            "name": "idgrupo",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "tipo",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/MenuGrupo/getadminaccesogrupo": {
      "get": {
        "tags": [
          "MenuGrupo"
        ],
        "parameters": [
          {
            "name": "idgrupo",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "tipo",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/MenuGrupo/getdatos": {
      "get": {
        "tags": [
          "MenuGrupo"
        ],
        "parameters": [
          {
            "name": "idmenu",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idgrupo",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/MenuGrupo/eliminar": {
      "post": {
        "tags": [
          "MenuGrupo"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.MenusGrupo.MenuGrupoDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.MenusGrupo.MenuGrupoDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.MenusGrupo.MenuGrupoDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/MenuGrupo/asignarmenus": {
      "post": {
        "tags": [
          "MenuGrupo"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.MenuGrupoController.AsignarMenusGrupoRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.MenuGrupoController.AsignarMenusGrupoRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.MenuGrupoController.AsignarMenusGrupoRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/menutipopaquete/getmenusconfig": {
      "get": {
        "tags": [
          "MenuTipoPaquete"
        ],
        "parameters": [
          {
            "name": "idtipopaquete",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "tipo",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/menutipopaquete/getidsmenu": {
      "get": {
        "tags": [
          "MenuTipoPaquete"
        ],
        "parameters": [
          {
            "name": "idtipopaquete",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/menutipopaquete/agregar": {
      "post": {
        "tags": [
          "MenuTipoPaquete"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.MenusTipoPaquete.MenuTipoPaqueteDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.MenusTipoPaquete.MenuTipoPaqueteDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.MenusTipoPaquete.MenuTipoPaqueteDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/menutipopaquete/{idMenu}/{idTipoPaquete}": {
      "delete": {
        "tags": [
          "MenuTipoPaquete"
        ],
        "parameters": [
          {
            "name": "idMenu",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idTipoPaquete",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/menutipopaquete/asignarmenus": {
      "post": {
        "tags": [
          "MenuTipoPaquete"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.MenusTipoPaquete.AsignarMenusTipoPaqueteRequestDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.MenusTipoPaquete.AsignarMenusTipoPaqueteRequestDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.MenusTipoPaquete.AsignarMenusTipoPaqueteRequestDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Mesa/fillbysalon": {
      "get": {
        "tags": [
          "Mesa"
        ],
        "parameters": [
          {
            "name": "idsalon",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "texto",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Mesa/addupdate": {
      "post": {
        "tags": [
          "Mesa"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Mesas.MesaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Mesas.MesaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Mesas.MesaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Mesa/addmasivo": {
      "post": {
        "tags": [
          "Mesa"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Mesas.MesaDto"
                }
              }
            },
            "text/json": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Mesas.MesaDto"
                }
              }
            },
            "application/*+json": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Mesas.MesaDto"
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Mesa/getdatos": {
      "get": {
        "tags": [
          "Mesa"
        ],
        "parameters": [
          {
            "name": "idmesa",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Mesa/getallbyalmacen": {
      "get": {
        "tags": [
          "Mesa"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Mesa/getallbysalon": {
      "get": {
        "tags": [
          "Mesa"
        ],
        "parameters": [
          {
            "name": "idsalon",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Mesa/anular": {
      "post": {
        "tags": [
          "Mesa"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Mesas.MesaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Mesas.MesaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Mesas.MesaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Mesa/updateestadoenvio": {
      "post": {
        "tags": [
          "Mesa"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Mesas.MesaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Mesas.MesaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Mesas.MesaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Mesa/cambiomesa": {
      "post": {
        "tags": [
          "Mesa"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Mesas.CambioMesaInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Mesas.CambioMesaInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Mesas.CambioMesaInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/MetaVenta/registrar": {
      "post": {
        "tags": [
          "MetaVenta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.MetasVenta.MetaVentaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.MetasVenta.MetaVentaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.MetasVenta.MetaVentaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/MetaVenta/actualizar": {
      "post": {
        "tags": [
          "MetaVenta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.MetasVenta.MetaVentaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.MetasVenta.MetaVentaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.MetasVenta.MetaVentaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/MetaVenta/getdatos": {
      "get": {
        "tags": [
          "MetaVenta"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/MetaVenta/getall": {
      "get": {
        "tags": [
          "MetaVenta"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "desde",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hasta",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Moneda/addupdate": {
      "post": {
        "tags": [
          "Moneda"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Monedas.MonedaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Monedas.MonedaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Monedas.MonedaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Moneda/getall": {
      "get": {
        "tags": [
          "Moneda"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Motivotraslado/getall": {
      "get": {
        "tags": [
          "Motivotraslado"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Notificacion/getallnotificaciones": {
      "get": {
        "tags": [
          "Notificacion"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Operaciones/registrar": {
      "post": {
        "tags": [
          "Operaciones"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Operaciones.Entradas.OperacionesInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Operaciones.Entradas.OperacionesInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Operaciones.Entradas.OperacionesInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Operaciones/addupdatemasivo": {
      "post": {
        "tags": [
          "Operaciones"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Operaciones.Entidades.OperacionesDto"
                }
              }
            },
            "text/json": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Operaciones.Entidades.OperacionesDto"
                }
              }
            },
            "application/*+json": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Operaciones.Entidades.OperacionesDto"
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Operaciones/addopetransferencia": {
      "post": {
        "tags": [
          "Operaciones"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Operaciones.Entradas.OpeTransferenciaInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Operaciones.Entradas.OpeTransferenciaInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Operaciones.Entradas.OpeTransferenciaInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Operaciones/fillctacobrarpagar": {
      "post": {
        "tags": [
          "Operaciones"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Operaciones/excelfillctacobrarpagar": {
      "post": {
        "tags": [
          "Operaciones"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Operaciones/getopebyliquidacion": {
      "get": {
        "tags": [
          "Operaciones"
        ],
        "parameters": [
          {
            "name": "idliquidacion",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idcaja",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Operaciones/excelgetopebyliquidacion": {
      "get": {
        "tags": [
          "Operaciones"
        ],
        "parameters": [
          {
            "name": "idliquidacion",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idcaja",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "montoopen",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Operaciones/getopebyviaje": {
      "get": {
        "tags": [
          "Operaciones"
        ],
        "parameters": [
          {
            "name": "idviaje",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Operaciones/getopebyordencompra": {
      "get": {
        "tags": [
          "Operaciones"
        ],
        "parameters": [
          {
            "name": "idorden",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Operaciones/getopebyordenventa": {
      "get": {
        "tags": [
          "Operaciones"
        ],
        "parameters": [
          {
            "name": "idorden",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Operaciones/getsuboperaciones": {
      "get": {
        "tags": [
          "Operaciones"
        ],
        "parameters": [
          {
            "name": "idoperacion",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Operaciones/getoperacionesorigen": {
      "get": {
        "tags": [
          "Operaciones"
        ],
        "parameters": [
          {
            "name": "idoperacion",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Operaciones/represumengastos": {
      "post": {
        "tags": [
          "Operaciones"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Operaciones/repflujocaja": {
      "post": {
        "tags": [
          "Operaciones"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Operaciones/getdatos": {
      "get": {
        "tags": [
          "Operaciones"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Operaciones/anular": {
      "post": {
        "tags": [
          "Operaciones"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Operaciones.Entidades.OperacionesDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Operaciones.Entidades.OperacionesDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Operaciones.Entidades.OperacionesDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Operaciones/updateformapago": {
      "post": {
        "tags": [
          "Operaciones"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Operaciones.Entidades.OperacionesDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Operaciones.Entidades.OperacionesDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Operaciones.Entidades.OperacionesDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Operaciones/transferir": {
      "post": {
        "tags": [
          "Operaciones"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Operaciones.Entradas.TransferenciaInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Operaciones.Entradas.TransferenciaInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Operaciones.Entradas.TransferenciaInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Operaciones/aplicaranticipo": {
      "post": {
        "tags": [
          "Operaciones"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Operaciones.Entradas.AplicarAnticipoInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Operaciones.Entradas.AplicarAnticipoInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Operaciones.Entradas.AplicarAnticipoInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Operaciones/anticipossinaplicar": {
      "get": {
        "tags": [
          "Operaciones"
        ],
        "parameters": [
          {
            "name": "idcliente",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "tipo",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Operaciones/saldoscaja": {
      "get": {
        "tags": [
          "Operaciones"
        ],
        "parameters": [
          {
            "name": "idcaja",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "desde",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idempleado",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "rucempresa",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Operaciones/movimientostesoreria": {
      "post": {
        "tags": [
          "Operaciones"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Operaciones.Entradas.MovimientosTesoreriaInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Operaciones.Entradas.MovimientosTesoreriaInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Operaciones.Entradas.MovimientosTesoreriaInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Operaciones/excelmovimientostesoreria": {
      "post": {
        "tags": [
          "Operaciones"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Operaciones.Entradas.MovimientosTesoreriaInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Operaciones.Entradas.MovimientosTesoreriaInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Operaciones.Entradas.MovimientosTesoreriaInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenCompra/fillbuscar": {
      "post": {
        "tags": [
          "OrdenCompra"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenCompra/excelfillbuscar": {
      "post": {
        "tags": [
          "OrdenCompra"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenCompra/registrar": {
      "post": {
        "tags": [
          "OrdenCompra"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesCompra.Entradas.OrdenCompraInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesCompra.Entradas.OrdenCompraInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesCompra.Entradas.OrdenCompraInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenCompra/getdatos": {
      "get": {
        "tags": [
          "OrdenCompra"
        ],
        "parameters": [
          {
            "name": "idordencompra",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenCompra/getdatosprint": {
      "get": {
        "tags": [
          "OrdenCompra"
        ],
        "parameters": [
          {
            "name": "idordencompra",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenCompra/getdatosforfactura": {
      "get": {
        "tags": [
          "OrdenCompra"
        ],
        "parameters": [
          {
            "name": "idordencompra",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenCompra/getordenes": {
      "get": {
        "tags": [
          "OrdenCompra"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "texto",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenCompra/getpendrecibir": {
      "get": {
        "tags": [
          "OrdenCompra"
        ],
        "parameters": [
          {
            "name": "texto",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenCompra/getpenddespacho": {
      "get": {
        "tags": [
          "OrdenCompra"
        ],
        "parameters": [
          {
            "name": "idordencompra",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenCompra/anular": {
      "post": {
        "tags": [
          "OrdenCompra"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesCompra.Entidades.OrdenCompraDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesCompra.Entidades.OrdenCompraDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesCompra.Entidades.OrdenCompraDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenCompra/actualizarestadoenvio": {
      "post": {
        "tags": [
          "OrdenCompra"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesCompra.Entidades.OrdenCompraDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesCompra.Entidades.OrdenCompraDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesCompra.Entidades.OrdenCompraDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenCompra/aprobar": {
      "post": {
        "tags": [
          "OrdenCompra"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.SoloIdRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.SoloIdRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.SoloIdRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenCompra/revertir": {
      "post": {
        "tags": [
          "OrdenCompra"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.SoloIdRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.SoloIdRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.SoloIdRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenVenta/registrar": {
      "post": {
        "tags": [
          "OrdenVenta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entradas.OrdenVentaInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entradas.OrdenVentaInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entradas.OrdenVentaInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenVenta/addupdatepos": {
      "post": {
        "tags": [
          "OrdenVenta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entradas.OrdenVentaInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entradas.OrdenVentaInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entradas.OrdenVentaInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenVenta/updateestadoenvioexterna": {
      "post": {
        "tags": [
          "OrdenVenta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entradas.OrdenVentaExternaInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entradas.OrdenVentaExternaInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entradas.OrdenVentaExternaInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenVenta/dividirorden": {
      "post": {
        "tags": [
          "OrdenVenta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entradas.DividirOrdenInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entradas.DividirOrdenInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entradas.DividirOrdenInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenVenta/consolidarordenes": {
      "post": {
        "tags": [
          "OrdenVenta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entradas.ConsolidarOrdenesInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entradas.ConsolidarOrdenesInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entradas.ConsolidarOrdenesInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenVenta/getordenbymesa": {
      "get": {
        "tags": [
          "OrdenVenta"
        ],
        "parameters": [
          {
            "name": "idmesa",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenVenta/getdatosasync": {
      "get": {
        "tags": [
          "OrdenVenta"
        ],
        "parameters": [
          {
            "name": "idorden",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenVenta/getdatosticketasync": {
      "get": {
        "tags": [
          "OrdenVenta"
        ],
        "parameters": [
          {
            "name": "idorden",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenVenta/getdatosprint": {
      "get": {
        "tags": [
          "OrdenVenta"
        ],
        "parameters": [
          {
            "name": "idorden",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenVenta/getordenforpos": {
      "get": {
        "tags": [
          "OrdenVenta"
        ],
        "parameters": [
          {
            "name": "idorden",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenVenta/fillcomandascocina": {
      "post": {
        "tags": [
          "OrdenVenta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenVenta/fillcotizacion": {
      "post": {
        "tags": [
          "OrdenVenta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenVenta/excelfillcotizacion": {
      "post": {
        "tags": [
          "OrdenVenta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenVenta/fillped": {
      "post": {
        "tags": [
          "OrdenVenta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenVenta/excelfillped": {
      "post": {
        "tags": [
          "OrdenVenta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenVenta/filltickets": {
      "post": {
        "tags": [
          "OrdenVenta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenVenta/excelfilltickets": {
      "post": {
        "tags": [
          "OrdenVenta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenVenta/excelfillentregas": {
      "post": {
        "tags": [
          "OrdenVenta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenVenta/getpenddespacho": {
      "get": {
        "tags": [
          "OrdenVenta"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "texto",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenVenta/getdetallependdespacho": {
      "get": {
        "tags": [
          "OrdenVenta"
        ],
        "parameters": [
          {
            "name": "idorden",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenVenta/getdetalleviaje": {
      "get": {
        "tags": [
          "OrdenVenta"
        ],
        "parameters": [
          {
            "name": "idviaje",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenVenta/fillpendviaje": {
      "get": {
        "tags": [
          "OrdenVenta"
        ],
        "parameters": [
          {
            "name": "iddestino",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "textobuscar",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenVenta/updatefechaentrega": {
      "post": {
        "tags": [
          "OrdenVenta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entidades.OrdenVentaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entidades.OrdenVentaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entidades.OrdenVentaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenVenta/updateestadoitemdet": {
      "post": {
        "tags": [
          "OrdenVenta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entidades.OrdenVentaDetalleDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entidades.OrdenVentaDetalleDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entidades.OrdenVentaDetalleDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenVenta/updatecomandadet": {
      "post": {
        "tags": [
          "OrdenVenta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entradas.UpdateComandaInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entradas.UpdateComandaInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entradas.UpdateComandaInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenVenta/anular": {
      "post": {
        "tags": [
          "OrdenVenta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entidades.OrdenVentaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entidades.OrdenVentaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entidades.OrdenVentaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenVenta/{idorden}/pdf": {
      "get": {
        "tags": [
          "OrdenVenta"
        ],
        "parameters": [
          {
            "name": "idorden",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "formato",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "A4"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenVenta/getventabyorden": {
      "get": {
        "tags": [
          "OrdenVenta"
        ],
        "parameters": [
          {
            "name": "idorden",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenVenta/fillpedbandeja": {
      "post": {
        "tags": [
          "OrdenVenta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenVenta/fillpedpendfact": {
      "post": {
        "tags": [
          "OrdenVenta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenVenta/excelfillpedpendfact": {
      "post": {
        "tags": [
          "OrdenVenta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/OrdenVenta/agregarviajemasivo": {
      "post": {
        "tags": [
          "OrdenVenta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entradas.AgregarViajeMasivoInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entradas.AgregarViajeMasivoInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entradas.AgregarViajeMasivoInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenVenta/desasociarviaje": {
      "post": {
        "tags": [
          "OrdenVenta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.OrdenVentaController.DesasociarViajeInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.OrdenVentaController.DesasociarViajeInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.OrdenVentaController.DesasociarViajeInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenVenta/{idordenventa}/detalle": {
      "get": {
        "tags": [
          "OrdenVenta"
        ],
        "parameters": [
          {
            "name": "idordenventa",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenVenta/repproductospedido": {
      "post": {
        "tags": [
          "OrdenVenta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenVenta/excelrepproductospedido": {
      "post": {
        "tags": [
          "OrdenVenta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenVentaExterna/getdatos": {
      "get": {
        "tags": [
          "OrdenVentaExterna"
        ],
        "parameters": [
          {
            "name": "idordenexterna",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/OrdenVentaExterna/getpedexternospend": {
      "get": {
        "tags": [
          "OrdenVentaExterna"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Participante/getall": {
      "get": {
        "tags": [
          "Participante"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Participante/getallbyapoderado": {
      "get": {
        "tags": [
          "Participante"
        ],
        "parameters": [
          {
            "name": "idapoderado",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Participante/getcounthijosapoderado": {
      "get": {
        "tags": [
          "Participante"
        ],
        "parameters": [
          {
            "name": "idapoderado",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Participante/getcountparticipantecumple": {
      "get": {
        "tags": [
          "Participante"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Participante/fillparticipantecumple": {
      "get": {
        "tags": [
          "Participante"
        ],
        "parameters": [
          {
            "name": "textobuscar",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fecha",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Participante/fillbuscar": {
      "get": {
        "tags": [
          "Participante"
        ],
        "parameters": [
          {
            "name": "textobuscar",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idapoderado",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/pdfplantillas": {
      "get": {
        "tags": [
          "PdfPlantilla"
        ],
        "parameters": [
          {
            "name": "rucEmpresa",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tipoDocumento",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.PdfPlantillas.EmpresaPdfPlantillaDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.PdfPlantillas.EmpresaPdfPlantillaDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.PdfPlantillas.EmpresaPdfPlantillaDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "PdfPlantilla"
        ],
        "parameters": [
          {
            "name": "idUsuario",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.PdfPlantillas.EmpresaPdfPlantillaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.PdfPlantillas.EmpresaPdfPlantillaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.PdfPlantillas.EmpresaPdfPlantillaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "PdfPlantilla"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.PdfPlantillas.EmpresaPdfPlantillaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.PdfPlantillas.EmpresaPdfPlantillaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.PdfPlantillas.EmpresaPdfPlantillaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/pdfplantillas/{id}": {
      "get": {
        "tags": [
          "PdfPlantilla"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.PdfPlantillas.EmpresaPdfPlantillaDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.PdfPlantillas.EmpresaPdfPlantillaDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.PdfPlantillas.EmpresaPdfPlantillaDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "PdfPlantilla"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/pdfplantillas/activa": {
      "get": {
        "tags": [
          "PdfPlantilla"
        ],
        "parameters": [
          {
            "name": "rucEmpresa",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tipoDocumento",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serie",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "codDocumento",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.PdfPlantillas.EmpresaPdfPlantillaDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.PdfPlantillas.EmpresaPdfPlantillaDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.PdfPlantillas.EmpresaPdfPlantillaDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/pdfplantillas/preset": {
      "get": {
        "tags": [
          "PdfPlantilla"
        ],
        "parameters": [
          {
            "name": "tipoDocumento",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.PdfPlantillas.EmpresaPdfPlantillaDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.PdfPlantillas.EmpresaPdfPlantillaDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.PdfPlantillas.EmpresaPdfPlantillaDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/pdfplantillas/{id}/marcar-default": {
      "put": {
        "tags": [
          "PdfPlantilla"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/pdfplantillas/campos": {
      "get": {
        "tags": [
          "PdfPlantilla"
        ],
        "parameters": [
          {
            "name": "tipoDocumento",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Pdf.Engine.Models.CampoCatalogo, Facturita.Pdf.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Pdf.Engine.Models.CampoCatalogo, Facturita.Pdf.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Pdf.Engine.Models.CampoCatalogo, Facturita.Pdf.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/pdfplantillas/tipos": {
      "get": {
        "tags": [
          "PdfPlantilla"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/PrdCentro/getallbyalmacen": {
      "get": {
        "tags": [
          "PrdCentro"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/PrdCentro/fillbuscar": {
      "get": {
        "tags": [
          "PrdCentro"
        ],
        "parameters": [
          {
            "name": "texto",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/PrdCentro/addupdate": {
      "post": {
        "tags": [
          "PrdCentro"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.ProdCentros.PrdCentroDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.ProdCentros.PrdCentroDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.ProdCentros.PrdCentroDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/PrdCentro/anular": {
      "post": {
        "tags": [
          "PrdCentro"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.PrdCentroController.AnularPrdCentroInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.PrdCentroController.AnularPrdCentroInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.PrdCentroController.AnularPrdCentroInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Privilegio/getall": {
      "get": {
        "tags": [
          "Privilegio"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Privilegio/getbyambiente": {
      "get": {
        "tags": [
          "Privilegio"
        ],
        "parameters": [
          {
            "name": "ambiente",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Privilegio/getallbyempleado": {
      "get": {
        "tags": [
          "Privilegio"
        ],
        "parameters": [
          {
            "name": "idempleado",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Privilegio/getallconfigbyempleado": {
      "get": {
        "tags": [
          "Privilegio"
        ],
        "parameters": [
          {
            "name": "idempleado",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Privilegio/getdatosprivempleado": {
      "get": {
        "tags": [
          "Privilegio"
        ],
        "parameters": [
          {
            "name": "idprivilegio",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idempleado",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Privilegio/addprivemp": {
      "post": {
        "tags": [
          "Privilegio"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Privilegios.PrivilegioEmpleadoDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Privilegios.PrivilegioEmpleadoDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Privilegios.PrivilegioEmpleadoDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Privilegio/updateprivemp": {
      "post": {
        "tags": [
          "Privilegio"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Privilegios.PrivilegioEmpleadoDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Privilegios.PrivilegioEmpleadoDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Privilegios.PrivilegioEmpleadoDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Producto/forpos": {
      "get": {
        "tags": [
          "Producto"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "tipouso",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "soloalmacen",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "desde",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "cantidad",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "listaprecios",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Producto/allprodstockpos": {
      "get": {
        "tags": [
          "Producto"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "fechaUltima",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Producto/getinsumos": {
      "get": {
        "tags": [
          "Producto"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Producto/addupdatenew": {
      "post": {
        "tags": [
          "Producto"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Productos.ProductoInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Productos.ProductoInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Productos.ProductoInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Producto/agregar": {
      "post": {
        "tags": [
          "Producto"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Productos.ProductoInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Productos.ProductoInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Productos.ProductoInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Producto/actualizar": {
      "post": {
        "tags": [
          "Producto"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Productos.ProductoInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Productos.ProductoInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Productos.ProductoInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Producto/agregarmasivo": {
      "post": {
        "tags": [
          "Producto"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Productos.ProductoDto"
                }
              }
            },
            "text/json": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Productos.ProductoDto"
                }
              }
            },
            "application/*+json": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Productos.ProductoDto"
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Producto/repstockcolumnas": {
      "post": {
        "tags": [
          "Producto"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Producto/excelrepstockcolumnas": {
      "post": {
        "tags": [
          "Producto"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Producto/updatefavoritosedicion": {
      "post": {
        "tags": [
          "Producto"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Productos.ProductoDto"
                }
              }
            },
            "text/json": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Productos.ProductoDto"
                }
              }
            },
            "application/*+json": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Productos.ProductoDto"
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Producto/intercambiarfavorito": {
      "post": {
        "tags": [
          "Producto"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Productos.Especificas.ProdFavoritoInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Productos.Especificas.ProdFavoritoInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Productos.Especificas.ProdFavoritoInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Producto/setedicion": {
      "post": {
        "tags": [
          "Producto"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Productos.Especificas.ProductoEditRapidoDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Productos.Especificas.ProductoEditRapidoDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Productos.Especificas.ProductoEditRapidoDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Producto/anular": {
      "post": {
        "tags": [
          "Producto"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Productos.ProductoDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Productos.ProductoDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Productos.ProductoDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Producto/actualizarcantcontenido": {
      "post": {
        "tags": [
          "Producto"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Productos.ProductoDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Productos.ProductoDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Productos.ProductoDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Producto/getdatos": {
      "get": {
        "tags": [
          "Producto"
        ],
        "parameters": [
          {
            "name": "idproducto",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Producto/getlastsubcodebyalmacen": {
      "get": {
        "tags": [
          "Producto"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Producto/getdatosonlyid": {
      "get": {
        "tags": [
          "Producto"
        ],
        "parameters": [
          {
            "name": "idproducto",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Producto/getdatosview": {
      "get": {
        "tags": [
          "Producto"
        ],
        "parameters": [
          {
            "name": "idproducto",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Producto/getconceptos": {
      "get": {
        "tags": [
          "Producto"
        ],
        "parameters": [
          {
            "name": "naturaleza",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Producto/fillconceptos": {
      "get": {
        "tags": [
          "Producto"
        ],
        "parameters": [
          {
            "name": "texto",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Producto/fillproductos": {
      "post": {
        "tags": [
          "Producto"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Producto/excelfillproductos": {
      "post": {
        "tags": [
          "Producto"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Producto/excelproductosimport": {
      "post": {
        "tags": [
          "Producto"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Productos.ProductoOutputDto"
                }
              }
            },
            "text/json": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Productos.ProductoOutputDto"
                }
              }
            },
            "application/*+json": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Productos.ProductoOutputDto"
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Producto/fillprodventa": {
      "get": {
        "tags": [
          "Producto"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idlista",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "tipouso",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "texto",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Producto/fillprodcompra": {
      "get": {
        "tags": [
          "Producto"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "texto",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Producto/fillprodkardex": {
      "get": {
        "tags": [
          "Producto"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "texto",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Producto/fillprodall": {
      "get": {
        "tags": [
          "Producto"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "texto",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Producto/gethistorialcompras": {
      "get": {
        "tags": [
          "Producto"
        ],
        "parameters": [
          {
            "name": "idproducto",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "texto",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Producto/fillprodcotizados": {
      "post": {
        "tags": [
          "Producto"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Producto/fillprodmasvendidos": {
      "post": {
        "tags": [
          "Producto"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Producto/excelfillprodmasvendidos": {
      "post": {
        "tags": [
          "Producto"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/Producto/fillprodbajostock": {
      "post": {
        "tags": [
          "Producto"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Producto/excelfillprodbajostock": {
      "post": {
        "tags": [
          "Producto"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/Producto/fillprodvendido": {
      "post": {
        "tags": [
          "Producto"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Producto/excelfillprodvendido": {
      "post": {
        "tags": [
          "Producto"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.RespuestaQueryTotales`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.RespuestaQueryTotales`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.RespuestaQueryTotales`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/Producto/excelfillprodvendidosinagrupar": {
      "post": {
        "tags": [
          "Producto"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.RespuestaQueryTotales`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.RespuestaQueryTotales`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.RespuestaQueryTotales`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/Producto/repstockexcel": {
      "post": {
        "tags": [
          "Producto"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/Producto/fillvendidocat": {
      "post": {
        "tags": [
          "Producto"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Producto/excelfillvendidocat": {
      "post": {
        "tags": [
          "Producto"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/Producto/addupdateimg": {
      "post": {
        "tags": [
          "Producto"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Productos.Entradas.ProductoImagenInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Productos.Entradas.ProductoImagenInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Productos.Entradas.ProductoImagenInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Producto/listventa": {
      "get": {
        "tags": [
          "Producto"
        ],
        "parameters": [
          {
            "name": "rucempresa",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idlista",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "tipouso",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "texto",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Producto/listinventario": {
      "get": {
        "tags": [
          "Producto"
        ],
        "parameters": [
          {
            "name": "rucempresa",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idcategoria",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "pagina",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "nroelementos",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "soloalmacen",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "catIds",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "texto",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/ProductoAlmacen/getallbyproducto": {
      "get": {
        "tags": [
          "ProductoAlmacen"
        ],
        "parameters": [
          {
            "name": "idproducto",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/ProductoAlmacen/getmovstock": {
      "get": {
        "tags": [
          "ProductoAlmacen"
        ],
        "parameters": [
          {
            "name": "idproducto",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/ProductoGrupoKit/getgruposkitinsumos": {
      "get": {
        "tags": [
          "ProductoGrupoKit"
        ],
        "parameters": [
          {
            "name": "idproducto",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/ProductoGrupoKit/addupdate": {
      "post": {
        "tags": [
          "ProductoGrupoKit"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.ProductoGrupoKits.ProductoGrupoKitInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.ProductoGrupoKits.ProductoGrupoKitInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.ProductoGrupoKits.ProductoGrupoKitInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/ProductoGrupoKit/eliminar": {
      "post": {
        "tags": [
          "ProductoGrupoKit"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.ProductoGrupoKits.ProductoGrupoKitInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.ProductoGrupoKits.ProductoGrupoKitInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.ProductoGrupoKits.ProductoGrupoKitInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/ProductoInsumo/registrar": {
      "post": {
        "tags": [
          "ProductoInsumo"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.ProductoInsumos.ProductoInsumoInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.ProductoInsumos.ProductoInsumoInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.ProductoInsumos.ProductoInsumoInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/ProductoInsumo/actualizar": {
      "post": {
        "tags": [
          "ProductoInsumo"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.ProductoInsumos.ProductoInsumoInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.ProductoInsumos.ProductoInsumoInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.ProductoInsumos.ProductoInsumoInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/ProductoInsumo/eliminar": {
      "post": {
        "tags": [
          "ProductoInsumo"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.ProductoInsumos.ProductoInsumoInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.ProductoInsumos.ProductoInsumoInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.ProductoInsumos.ProductoInsumoInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/ProductoInsumo/getinsumosbyproducto": {
      "get": {
        "tags": [
          "ProductoInsumo"
        ],
        "parameters": [
          {
            "name": "idproducto",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/ProductoPresentacion/agregar": {
      "post": {
        "tags": [
          "ProductoPresentacion"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.ProductoPresentaciones.ProductoPresentacionDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.ProductoPresentaciones.ProductoPresentacionDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.ProductoPresentaciones.ProductoPresentacionDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/ProductoPresentacion/actualizar": {
      "post": {
        "tags": [
          "ProductoPresentacion"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.ProductoPresentaciones.ProductoPresentacionDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.ProductoPresentaciones.ProductoPresentacionDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.ProductoPresentaciones.ProductoPresentacionDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/ProductoPresentacion/getpresentaciones": {
      "get": {
        "tags": [
          "ProductoPresentacion"
        ],
        "parameters": [
          {
            "name": "idproducto",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idunidadbase",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/ProductoPresentacion/eliminar": {
      "post": {
        "tags": [
          "ProductoPresentacion"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.ProductoPresentaciones.ProductoPresentacionDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.ProductoPresentaciones.ProductoPresentacionDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.ProductoPresentaciones.ProductoPresentacionDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Promocion/fillpromociones": {
      "post": {
        "tags": [
          "Promocion"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Promocion/addupdate": {
      "post": {
        "tags": [
          "Promocion"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Promociones.Entradas.PromocionInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Promociones.Entradas.PromocionInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Promociones.Entradas.PromocionInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Promocion/get": {
      "get": {
        "tags": [
          "Promocion"
        ],
        "parameters": [
          {
            "name": "idpromocion",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Promocion/getallforpos": {
      "get": {
        "tags": [
          "Promocion"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Promocion/allvtsxpromocion": {
      "get": {
        "tags": [
          "Promocion"
        ],
        "parameters": [
          {
            "name": "idpromocion",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Promocion/delete": {
      "post": {
        "tags": [
          "Promocion"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Promociones.Entidades.PromocionDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Promociones.Entidades.PromocionDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Promociones.Entidades.PromocionDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Promocion/updateestadoenvio": {
      "post": {
        "tags": [
          "Promocion"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Promociones.Entidades.PromocionDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Promociones.Entidades.PromocionDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Promociones.Entidades.PromocionDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Publico/addpedidoexterno": {
      "post": {
        "tags": [
          "Publico"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Publicos.PedidoExternoInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Publicos.PedidoExternoInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Publicos.PedidoExternoInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Publico/updateestadoenvio": {
      "post": {
        "tags": [
          "Publico"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entradas.OrdenVentaExternaInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entradas.OrdenVentaExternaInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entradas.OrdenVentaExternaInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Publico/getdatosempresa": {
      "get": {
        "tags": [
          "Publico"
        ],
        "parameters": [
          {
            "name": "identificador",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Publico/getformaspago": {
      "get": {
        "tags": [
          "Publico"
        ],
        "parameters": [
          {
            "name": "identificador",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Publico/getzonas": {
      "get": {
        "tags": [
          "Publico"
        ],
        "parameters": [
          {
            "name": "identificador",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Publico/getdatosorden": {
      "get": {
        "tags": [
          "Publico"
        ],
        "parameters": [
          {
            "name": "idorden",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Publico/getdatosproddelivery": {
      "get": {
        "tags": [
          "Publico"
        ],
        "parameters": [
          {
            "name": "idproducto",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Publico/fillprodcatalogo": {
      "get": {
        "tags": [
          "Publico"
        ],
        "parameters": [
          {
            "name": "identificador",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Publico/fillcatcatalogo": {
      "get": {
        "tags": [
          "Publico"
        ],
        "parameters": [
          {
            "name": "identificador",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Regimen/getall": {
      "get": {
        "tags": [
          "Regimen"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Repartidor/fillrepartidor": {
      "post": {
        "tags": [
          "Repartidor"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Repartidor/fillbuscar": {
      "get": {
        "tags": [
          "Repartidor"
        ],
        "parameters": [
          {
            "name": "texto",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Repartidor/addupdate": {
      "post": {
        "tags": [
          "Repartidor"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Repartidores.RepartidorDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Repartidores.RepartidorDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Repartidores.RepartidorDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Repartidor/anular": {
      "post": {
        "tags": [
          "Repartidor"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Repartidores.RepartidorDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Repartidores.RepartidorDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Repartidores.RepartidorDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Retencion/fillretencion": {
      "post": {
        "tags": [
          "Retencion"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Retencion/excelfillretencion": {
      "post": {
        "tags": [
          "Retencion"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Retencion/addupdate": {
      "post": {
        "tags": [
          "Retencion"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Retenciones.Entradas.RetencionInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Retenciones.Entradas.RetencionInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Retenciones.Entradas.RetencionInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Retencion/getdatos": {
      "get": {
        "tags": [
          "Retencion"
        ],
        "parameters": [
          {
            "name": "idretencion",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Retencion/getdatosprint": {
      "get": {
        "tags": [
          "Retencion"
        ],
        "parameters": [
          {
            "name": "idretencion",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Retencion/anular": {
      "post": {
        "tags": [
          "Retencion"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Retenciones.Entidades.RetencionDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Retenciones.Entidades.RetencionDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Retenciones.Entidades.RetencionDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Retencion/{idretencion}/enviarsunat": {
      "post": {
        "tags": [
          "Retencion"
        ],
        "parameters": [
          {
            "name": "idretencion",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Salon/addupdate": {
      "post": {
        "tags": [
          "Salon"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Salones.SalonDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Salones.SalonDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Salones.SalonDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Salon/fillasync": {
      "get": {
        "tags": [
          "Salon"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "texto",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Salon/getdatos": {
      "get": {
        "tags": [
          "Salon"
        ],
        "parameters": [
          {
            "name": "idsalon",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Salon/getallbyalmacen": {
      "get": {
        "tags": [
          "Salon"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Salon/anular": {
      "post": {
        "tags": [
          "Salon"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Salones.SalonDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Salones.SalonDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Salones.SalonDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/SocioNegocios/fillclientes": {
      "post": {
        "tags": [
          "SocioNegocios"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/SocioNegocios/fillcatalogopartic": {
      "post": {
        "tags": [
          "SocioNegocios"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/SocioNegocios/excelfillclientes": {
      "post": {
        "tags": [
          "SocioNegocios"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/SocioNegocios/excelfillparticipantes": {
      "post": {
        "tags": [
          "SocioNegocios"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/SocioNegocios/addupdate": {
      "post": {
        "tags": [
          "SocioNegocios"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.SociosNegocio.SocioNegociosInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.SociosNegocio.SocioNegociosInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.SociosNegocio.SocioNegociosInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/SocioNegocios/getsocio": {
      "get": {
        "tags": [
          "SocioNegocios"
        ],
        "parameters": [
          {
            "name": "idsocio",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/SocioNegocios/getbyid": {
      "get": {
        "tags": [
          "SocioNegocios"
        ],
        "parameters": [
          {
            "name": "idsocio",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/SocioNegocios/getsociobydocumento": {
      "get": {
        "tags": [
          "SocioNegocios"
        ],
        "parameters": [
          {
            "name": "documento",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tipo",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/SocioNegocios/gettotalesdash": {
      "get": {
        "tags": [
          "SocioNegocios"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "desde",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hasta",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/SocioNegocios/getclientesfrecuentes": {
      "get": {
        "tags": [
          "SocioNegocios"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "anio",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "mes",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "top",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/SocioNegocios/fillbuscar": {
      "get": {
        "tags": [
          "SocioNegocios"
        ],
        "parameters": [
          {
            "name": "tipo",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "textobuscar",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/SocioNegocios/fillsocioaddexiste": {
      "get": {
        "tags": [
          "SocioNegocios"
        ],
        "parameters": [
          {
            "name": "documento",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tipo",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "responsable",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.SociosNegocio.SocioNegociosDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.SociosNegocio.SocioNegociosDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.SociosNegocio.SocioNegociosDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/SocioNegocios/fillsnaddexiste": {
      "get": {
        "tags": [
          "SocioNegocios"
        ],
        "parameters": [
          {
            "name": "documento",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tipo",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "responsable",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.SociosNegocio.SocioNegociosDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.SociosNegocio.SocioNegociosDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.SociosNegocio.SocioNegociosDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/SocioNegocios/consultanrodoc": {
      "get": {
        "tags": [
          "SocioNegocios"
        ],
        "parameters": [
          {
            "name": "nrodocumento",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tipo",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/SocioNegocios/anular": {
      "post": {
        "tags": [
          "SocioNegocios"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.SociosNegocio.SocioNegociosDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.SociosNegocio.SocioNegociosDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.SociosNegocio.SocioNegociosDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/SocioNegocios/updatepuntosasigna": {
      "post": {
        "tags": [
          "SocioNegocios"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.SociosNegocioAsignacion.SocioNegociosAsignacionDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.SociosNegocioAsignacion.SocioNegociosAsignacionDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.SociosNegocioAsignacion.SocioNegociosAsignacionDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/SocioNegocios/updatefechavalida": {
      "post": {
        "tags": [
          "SocioNegocios"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.SociosNegocio.SocioNegociosInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.SociosNegocio.SocioNegociosInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.SociosNegocio.SocioNegociosInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/SocioNegocios/updateclavecanje": {
      "post": {
        "tags": [
          "SocioNegocios"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.SociosNegocio.SocioNegociosDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.SociosNegocio.SocioNegociosDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.SociosNegocio.SocioNegociosDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/SocioNegocios/getsocioautomatico": {
      "get": {
        "tags": [
          "SocioNegocios"
        ],
        "parameters": [
          {
            "name": "documento",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tipo",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/SocioNegociosAsignacion/gethistorialsocio": {
      "get": {
        "tags": [
          "SocioNegociosAsignacion"
        ],
        "parameters": [
          {
            "name": "idsocionegocios",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/solicitudaprobacion/pendientes/{rucEmpresa}": {
      "get": {
        "tags": [
          "SolicitudAprobacion"
        ],
        "parameters": [
          {
            "name": "rucEmpresa",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idAlmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.SolicitudesAprobacion.SolicitudAprobacionView, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.SolicitudesAprobacion.SolicitudAprobacionView, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.SolicitudesAprobacion.SolicitudAprobacionView, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/solicitudaprobacion/mis/{idSolicitante}": {
      "get": {
        "tags": [
          "SolicitudAprobacion"
        ],
        "parameters": [
          {
            "name": "idSolicitante",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.SolicitudesAprobacion.SolicitudAprobacionView, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.SolicitudesAprobacion.SolicitudAprobacionView, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.SolicitudesAprobacion.SolicitudAprobacionView, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/solicitudaprobacion/{id}": {
      "get": {
        "tags": [
          "SolicitudAprobacion"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.SolicitudesAprobacion.SolicitudAprobacionView, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.SolicitudesAprobacion.SolicitudAprobacionView, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.SolicitudesAprobacion.SolicitudAprobacionView, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/solicitudaprobacion/contar/{rucEmpresa}": {
      "get": {
        "tags": [
          "SolicitudAprobacion"
        ],
        "parameters": [
          {
            "name": "rucEmpresa",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idAlmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/solicitudaprobacion/solicitar": {
      "post": {
        "tags": [
          "SolicitudAprobacion"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.SolicitudesAprobacion.SolicitarAprobacionRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.SolicitudesAprobacion.SolicitarAprobacionRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.SolicitudesAprobacion.SolicitarAprobacionRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/solicitudaprobacion/{id}/resolver": {
      "post": {
        "tags": [
          "SolicitudAprobacion"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.SolicitudesAprobacion.ResolverAprobacionRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.SolicitudesAprobacion.ResolverAprobacionRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.SolicitudesAprobacion.ResolverAprobacionRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/solicitudaprobacion/{id}/cancelar": {
      "post": {
        "tags": [
          "SolicitudAprobacion"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idSolicitante",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/Tarea/addupdate": {
      "post": {
        "tags": [
          "Tarea"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Tareas.TareaInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Tareas.TareaInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Tareas.TareaInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Tarea/reportetareas": {
      "post": {
        "tags": [
          "Tarea"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Tarea/getdatos": {
      "get": {
        "tags": [
          "Tarea"
        ],
        "parameters": [
          {
            "name": "idtarea",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Tarea/fillbuscar": {
      "get": {
        "tags": [
          "Tarea"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "texto",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Tarea/filltareasdiarias": {
      "get": {
        "tags": [
          "Tarea"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idtipotarea",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "fecha",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Tarea/filltareasrepetitivas": {
      "get": {
        "tags": [
          "Tarea"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idtipotarea",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "fecha",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Tarea/anular": {
      "post": {
        "tags": [
          "Tarea"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Tareas.TareaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Tareas.TareaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Tareas.TareaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Tarea/updateestadoenvio": {
      "post": {
        "tags": [
          "Tarea"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Tareas.TareaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Tareas.TareaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Tareas.TareaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Tarea/completar": {
      "post": {
        "tags": [
          "Tarea"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Tareas.TareaInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Tareas.TareaInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Tareas.TareaInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/TipoAnalitica/addupdate": {
      "post": {
        "tags": [
          "TipoAnalitica"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TiposAnalitica.TipoAnaliticaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TiposAnalitica.TipoAnaliticaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TiposAnalitica.TipoAnaliticaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/TipoAnalitica/fillasync": {
      "get": {
        "tags": [
          "TipoAnalitica"
        ],
        "parameters": [
          {
            "name": "texto",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/TipoAnalitica/getall": {
      "get": {
        "tags": [
          "TipoAnalitica"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/TipoAnalitica/getdatos": {
      "get": {
        "tags": [
          "TipoAnalitica"
        ],
        "parameters": [
          {
            "name": "idtipocot",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/TipoAnalitica/anular": {
      "post": {
        "tags": [
          "TipoAnalitica"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TiposAnalitica.TipoAnaliticaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TiposAnalitica.TipoAnaliticaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TiposAnalitica.TipoAnaliticaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/TipoConceptoDocCredito/addupdate": {
      "post": {
        "tags": [
          "TipoConceptoDocCredito"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TipoConceptosCredido.TipoConceptoDocCreditoDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TipoConceptosCredido.TipoConceptoDocCreditoDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TipoConceptosCredido.TipoConceptoDocCreditoDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/TipoConceptoDocCredito/getall": {
      "get": {
        "tags": [
          "TipoConceptoDocCredito"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/TipoConceptoDocCredito/getallxdoc": {
      "get": {
        "tags": [
          "TipoConceptoDocCredito"
        ],
        "parameters": [
          {
            "name": "coddoc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/TipoConfiguracion/addupdate": {
      "post": {
        "tags": [
          "TipoConfiguracion"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TiposConfiguracion.TipoConfiguracionDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TiposConfiguracion.TipoConfiguracionDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TiposConfiguracion.TipoConfiguracionDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/TipoConfiguracion/getall": {
      "get": {
        "tags": [
          "TipoConfiguracion"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/TipoCotizacion/addupdate": {
      "post": {
        "tags": [
          "TipoCotizacion"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TipoCotizaciones.TipoCotizacionDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TipoCotizaciones.TipoCotizacionDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TipoCotizaciones.TipoCotizacionDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/TipoCotizacion/fillasync": {
      "get": {
        "tags": [
          "TipoCotizacion"
        ],
        "parameters": [
          {
            "name": "texto",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/TipoCotizacion/getall": {
      "get": {
        "tags": [
          "TipoCotizacion"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/TipoCotizacion/getdatos": {
      "get": {
        "tags": [
          "TipoCotizacion"
        ],
        "parameters": [
          {
            "name": "idtipocot",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/TipoCotizacion/anular": {
      "post": {
        "tags": [
          "TipoCotizacion"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TipoCotizaciones.TipoCotizacionDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TipoCotizaciones.TipoCotizacionDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TipoCotizaciones.TipoCotizacionDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/TipoPrintDoc/getall": {
      "get": {
        "tags": [
          "TipoPrintDoc"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/TipoTarea/addupdate": {
      "post": {
        "tags": [
          "TipoTarea"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TiposTarea.TipoTareaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TiposTarea.TipoTareaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TiposTarea.TipoTareaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/TipoTarea/fillbuscar": {
      "get": {
        "tags": [
          "TipoTarea"
        ],
        "parameters": [
          {
            "name": "texto",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/TipoTarea/getall": {
      "get": {
        "tags": [
          "TipoTarea"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/TipoTarea/getdatos": {
      "get": {
        "tags": [
          "TipoTarea"
        ],
        "parameters": [
          {
            "name": "idtipotarea",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/TipoTarea/anular": {
      "post": {
        "tags": [
          "TipoTarea"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TiposTarea.TipoTareaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TiposTarea.TipoTareaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TiposTarea.TipoTareaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/TipoTarjeta/getall": {
      "get": {
        "tags": [
          "TipoTarjeta"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/TipoUnidadMedida/addupdate": {
      "post": {
        "tags": [
          "TipoUnidadMedida"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TiposUnidadMedida.TipoUnidadMedidaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TiposUnidadMedida.TipoUnidadMedidaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TiposUnidadMedida.TipoUnidadMedidaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/TipoUnidadMedida/getall": {
      "get": {
        "tags": [
          "TipoUnidadMedida"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/TipoUnidadMedida/getdatos": {
      "get": {
        "tags": [
          "TipoUnidadMedida"
        ],
        "parameters": [
          {
            "name": "idtipounidadmedida",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/TipoUnidadMedida/anular": {
      "post": {
        "tags": [
          "TipoUnidadMedida"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TiposUnidadMedida.TipoUnidadMedidaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TiposUnidadMedida.TipoUnidadMedidaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TiposUnidadMedida.TipoUnidadMedidaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/TransporteGuia/fillvehiculos": {
      "post": {
        "tags": [
          "TransporteGuia"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/TransporteGuia/addupdate": {
      "post": {
        "tags": [
          "TransporteGuia"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TransportesGuia.TransporteGuiaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TransportesGuia.TransporteGuiaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TransportesGuia.TransporteGuiaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/TransporteGuia/getall": {
      "get": {
        "tags": [
          "TransporteGuia"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/TransporteGuia/getdatos": {
      "get": {
        "tags": [
          "TransporteGuia"
        ],
        "parameters": [
          {
            "name": "idtransporte",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/TransporteGuia/anular": {
      "post": {
        "tags": [
          "TransporteGuia"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TransportesGuia.TransporteGuiaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TransportesGuia.TransporteGuiaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TransportesGuia.TransporteGuiaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Turno/addupdate": {
      "post": {
        "tags": [
          "Turno"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Turnos.TurnoDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Turnos.TurnoDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Turnos.TurnoDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Turno/getallxalmacen": {
      "get": {
        "tags": [
          "Turno"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Ubigeo/getall": {
      "get": {
        "tags": [
          "Ubigeo"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Ubigeo/fillbuscar": {
      "get": {
        "tags": [
          "Ubigeo"
        ],
        "parameters": [
          {
            "name": "textobuscar",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/UnidadMedida/fillunidadm": {
      "post": {
        "tags": [
          "UnidadMedida"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/UnidadMedida/addupdate": {
      "post": {
        "tags": [
          "UnidadMedida"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.UnidadesMedida.UnidadMedidaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.UnidadesMedida.UnidadMedidaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.UnidadesMedida.UnidadMedidaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/UnidadMedida/getallbase": {
      "get": {
        "tags": [
          "UnidadMedida"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/UnidadMedida/getequivalencias": {
      "get": {
        "tags": [
          "UnidadMedida"
        ],
        "parameters": [
          {
            "name": "idum",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/UnidadMedida/getdatos": {
      "get": {
        "tags": [
          "UnidadMedida"
        ],
        "parameters": [
          {
            "name": "idunidadmedida",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/UnidadMedida/getallbyabreviatura": {
      "get": {
        "tags": [
          "UnidadMedida"
        ],
        "parameters": [
          {
            "name": "abreviatura",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/UnidadMedida/anular": {
      "post": {
        "tags": [
          "UnidadMedida"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.UnidadesMedida.UnidadMedidaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.UnidadesMedida.UnidadMedidaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.UnidadesMedida.UnidadMedidaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/UsuarioAlmacen/agregar": {
      "post": {
        "tags": [
          "UsuarioAlmacen"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.UsuarioAlmacenes.UsuarioAlmacenDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.UsuarioAlmacenes.UsuarioAlmacenDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.UsuarioAlmacenes.UsuarioAlmacenDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/UsuarioAlmacen/getdatos": {
      "get": {
        "tags": [
          "UsuarioAlmacen"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idempleado",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/UsuarioAlmacen/eliminar": {
      "post": {
        "tags": [
          "UsuarioAlmacen"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.UsuarioAlmacenes.UsuarioAlmacenDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.UsuarioAlmacenes.UsuarioAlmacenDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.UsuarioAlmacenes.UsuarioAlmacenDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/UsuarioAlmacen/getallbyempleado": {
      "get": {
        "tags": [
          "UsuarioAlmacen"
        ],
        "parameters": [
          {
            "name": "idempleado",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/UsuarioCaja/getallforconfig": {
      "get": {
        "tags": [
          "UsuarioCaja"
        ],
        "parameters": [
          {
            "name": "idempleado",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/UsuarioCaja/getbyempleado": {
      "get": {
        "tags": [
          "UsuarioCaja"
        ],
        "parameters": [
          {
            "name": "idempleado",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/UsuarioCaja/getallposbyempleado": {
      "get": {
        "tags": [
          "UsuarioCaja"
        ],
        "parameters": [
          {
            "name": "idempleado",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/UsuarioCaja/getcajasbancobyempleado": {
      "get": {
        "tags": [
          "UsuarioCaja"
        ],
        "parameters": [
          {
            "name": "idempleado",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/UsuarioCaja/getcajachicabyuser": {
      "get": {
        "tags": [
          "UsuarioCaja"
        ],
        "parameters": [
          {
            "name": "idempleado",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "solocajas",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/UsuarioCaja/getfpbyempleado": {
      "get": {
        "tags": [
          "UsuarioCaja"
        ],
        "parameters": [
          {
            "name": "idempleado",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idformapago",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/UsuarioCaja/getconfigbycaja": {
      "get": {
        "tags": [
          "UsuarioCaja"
        ],
        "parameters": [
          {
            "name": "idcaja",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/UsuarioCaja/agregar": {
      "post": {
        "tags": [
          "UsuarioCaja"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.UsuarioCajas.UsuarioCajaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.UsuarioCajas.UsuarioCajaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.UsuarioCajas.UsuarioCajaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/UsuarioCaja/eliminar": {
      "post": {
        "tags": [
          "UsuarioCaja"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.UsuarioCajas.UsuarioCajaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.UsuarioCajas.UsuarioCajaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.UsuarioCajas.UsuarioCajaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/UsuarioCaja/getdatos": {
      "get": {
        "tags": [
          "UsuarioCaja"
        ],
        "parameters": [
          {
            "name": "idcaja",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idempleado",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Variableformat/getall": {
      "get": {
        "tags": [
          "Variableformat"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Variableformat/getallbytipo": {
      "get": {
        "tags": [
          "Variableformat"
        ],
        "parameters": [
          {
            "name": "tipo",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/fillventa": {
      "post": {
        "tags": [
          "Venta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/excelfillventa": {
      "post": {
        "tags": [
          "Venta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/repdetventas": {
      "post": {
        "tags": [
          "Venta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/repincidencias": {
      "post": {
        "tags": [
          "Venta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/excelrepincidencias": {
      "post": {
        "tags": [
          "Venta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/repventas": {
      "post": {
        "tags": [
          "Venta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/excelrepventas": {
      "post": {
        "tags": [
          "Venta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/represumenventa": {
      "post": {
        "tags": [
          "Venta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/excelrepresumenventa": {
      "post": {
        "tags": [
          "Venta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/reprepartidorvslp": {
      "post": {
        "tags": [
          "Venta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/excelreprepartidorvslp": {
      "post": {
        "tags": [
          "Venta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/repzonavslp": {
      "post": {
        "tags": [
          "Venta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/excelrepzonavslp": {
      "post": {
        "tags": [
          "Venta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/replpvsfp": {
      "post": {
        "tags": [
          "Venta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/excelreplpvsfp": {
      "post": {
        "tags": [
          "Venta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/repcartera": {
      "post": {
        "tags": [
          "Venta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/excelrepcartera": {
      "post": {
        "tags": [
          "Venta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/repventasconzonas": {
      "post": {
        "tags": [
          "Venta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/excelrepventasconzonas": {
      "post": {
        "tags": [
          "Venta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/fillventaspordoc": {
      "post": {
        "tags": [
          "Venta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/fillventasporfp": {
      "post": {
        "tags": [
          "Venta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/excelfillventasporfp": {
      "post": {
        "tags": [
          "Venta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/Venta/excelfillventaspordoc": {
      "post": {
        "tags": [
          "Venta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/Venta/repventasporcliente": {
      "post": {
        "tags": [
          "Venta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/repventasporvend": {
      "post": {
        "tags": [
          "Venta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/excelrepventasporvend": {
      "post": {
        "tags": [
          "Venta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/Venta/repventasconpagos": {
      "post": {
        "tags": [
          "Venta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/excelrepventasconpagos": {
      "post": {
        "tags": [
          "Venta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/reputilidaddet": {
      "post": {
        "tags": [
          "Venta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/excelreputilidaddet": {
      "post": {
        "tags": [
          "Venta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/reputilidadconsol": {
      "post": {
        "tags": [
          "Venta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/excelreputilidadconsol": {
      "post": {
        "tags": [
          "Venta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/fillventasdscto": {
      "post": {
        "tags": [
          "Venta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/excelfillventasdscto": {
      "post": {
        "tags": [
          "Venta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/Venta/registrar": {
      "post": {
        "tags": [
          "Venta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Ventas.Modelos.VentaInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Ventas.Modelos.VentaInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Ventas.Modelos.VentaInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/addupdate": {
      "post": {
        "tags": [
          "Venta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Ventas.Modelos.VentaInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Ventas.Modelos.VentaInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Ventas.Modelos.VentaInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/anular": {
      "post": {
        "tags": [
          "Venta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Ventas.Entradas.AnulaVtaInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Ventas.Entradas.AnulaVtaInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Ventas.Entradas.AnulaVtaInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/represumenfp": {
      "get": {
        "tags": [
          "Venta"
        ],
        "parameters": [
          {
            "name": "desde",
            "in": "query",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "hasta",
            "in": "query",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "idAlmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/fillventacpe": {
      "get": {
        "tags": [
          "Venta"
        ],
        "parameters": [
          {
            "name": "rucempresa",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tipocomp",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serie",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nro",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "fechaemision",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "total",
            "in": "query",
            "schema": {
              "type": "number",
              "format": "double"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/getestadofinanciero": {
      "get": {
        "tags": [
          "Venta"
        ],
        "parameters": [
          {
            "name": "desde",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hasta",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/getdatosview": {
      "get": {
        "tags": [
          "Venta"
        ],
        "parameters": [
          {
            "name": "idventa",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/getdatosprint": {
      "get": {
        "tags": [
          "Venta"
        ],
        "parameters": [
          {
            "name": "idventa",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/{idventa}/pdf": {
      "get": {
        "tags": [
          "Venta"
        ],
        "parameters": [
          {
            "name": "idventa",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "formato",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "A4"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/getlastventacliente": {
      "get": {
        "tags": [
          "Venta"
        ],
        "parameters": [
          {
            "name": "idproducto",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idcliente",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/getprodmasvendidosdash": {
      "get": {
        "tags": [
          "Venta"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "anio",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "mes",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "top",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/getprodmasrentablesdash": {
      "get": {
        "tags": [
          "Venta"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "anio",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "mes",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "top",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/getdiamasvendidodash": {
      "get": {
        "tags": [
          "Venta"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "anio",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "mes",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/gethoramasvendidodash": {
      "get": {
        "tags": [
          "Venta"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "anio",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "mes",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/getconsumopromediosndash": {
      "get": {
        "tags": [
          "Venta"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "anio",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "mes",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "top",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/getventasmeta": {
      "get": {
        "tags": [
          "Venta"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "desde",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hasta",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/getpendcobro": {
      "get": {
        "tags": [
          "Venta"
        ],
        "parameters": [
          {
            "name": "texto",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/fillventascobrar": {
      "get": {
        "tags": [
          "Venta"
        ],
        "parameters": [
          {
            "name": "desde",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hasta",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/getpenddespacho": {
      "get": {
        "tags": [
          "Venta"
        ],
        "parameters": [
          {
            "name": "texto",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/getdetallependdespacho": {
      "get": {
        "tags": [
          "Venta"
        ],
        "parameters": [
          {
            "name": "idventa",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/getclientesfrec": {
      "get": {
        "tags": [
          "Venta"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "desde",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hasta",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/excelgetclientesfrec": {
      "get": {
        "tags": [
          "Venta"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "desde",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hasta",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/Venta/getventasvendedor": {
      "get": {
        "tags": [
          "Venta"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idvendedor",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "desde",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hasta",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/excelgetventasvendedor": {
      "get": {
        "tags": [
          "Venta"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idvendedor",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "desde",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hasta",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/Venta/{idventa}/enviarsunat": {
      "post": {
        "tags": [
          "Venta"
        ],
        "parameters": [
          {
            "name": "idventa",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.VentaController.EnviarSunatVentaInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.VentaController.EnviarSunatVentaInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Presentacion.Web.Api.Controllers.VentaController.EnviarSunatVentaInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/getxml": {
      "get": {
        "tags": [
          "Venta"
        ],
        "parameters": [
          {
            "name": "rucempresa",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "codDoc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serieDoc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nroDoc",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/getcdr": {
      "get": {
        "tags": [
          "Venta"
        ],
        "parameters": [
          {
            "name": "rucempresa",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "codDoc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serieDoc",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nroDoc",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/estadocuenta": {
      "get": {
        "tags": [
          "Venta"
        ],
        "parameters": [
          {
            "name": "rucempresa",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idcliente",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "desde",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hasta",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pagina",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 1
            }
          },
          {
            "name": "nroelementos",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 20
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/excelestadocuenta": {
      "get": {
        "tags": [
          "Venta"
        ],
        "parameters": [
          {
            "name": "rucempresa",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idcliente",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "desde",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hasta",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/libroventa": {
      "post": {
        "tags": [
          "Venta"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Ventas.Entradas.LibroVentaInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Ventas.Entradas.LibroVentaInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Ventas.Entradas.LibroVentaInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/excellibroventa": {
      "get": {
        "tags": [
          "Venta"
        ],
        "parameters": [
          {
            "name": "rucempresa",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "anio",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mes",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "textobuscar",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "coddocumento",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "0"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/libroventatxt": {
      "get": {
        "tags": [
          "Venta"
        ],
        "parameters": [
          {
            "name": "rucempresa",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "anio",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mes",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "textobuscar",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "coddocumento",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "0"
            }
          },
          {
            "name": "pagina",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 1
            }
          },
          {
            "name": "nroelementos",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 100000
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/repanalisisdemanda": {
      "get": {
        "tags": [
          "Venta"
        ],
        "parameters": [
          {
            "name": "rucempresa",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "mesesanalisis",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "mesespedir",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idcategoria",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "tipo",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "texto",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/excelrepanalisisdemanda": {
      "get": {
        "tags": [
          "Venta"
        ],
        "parameters": [
          {
            "name": "rucempresa",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "mesesanalisis",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "mesespedir",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "idcategoria",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "tipo",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "texto",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/excelrepmetasdiarias": {
      "get": {
        "tags": [
          "Venta"
        ],
        "parameters": [
          {
            "name": "rucempresa",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "desde",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hasta",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/totalesperiodo": {
      "get": {
        "tags": [
          "Venta"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "fechaactual",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "periodo",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tipo",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Venta/getkpisdash": {
      "get": {
        "tags": [
          "Venta"
        ],
        "parameters": [
          {
            "name": "idalmacen",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "desde",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hasta",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/VentaAlquiler/addupdate": {
      "post": {
        "tags": [
          "VentaAlquiler"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Ventas.Entradas.VentaAlquilerInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Ventas.Entradas.VentaAlquilerInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Ventas.Entradas.VentaAlquilerInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/VentaAlquiler/getdatos": {
      "get": {
        "tags": [
          "VentaAlquiler"
        ],
        "parameters": [
          {
            "name": "idalquiler",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/VentaAlquiler/fillalquiler": {
      "get": {
        "tags": [
          "VentaAlquiler"
        ],
        "parameters": [
          {
            "name": "desde",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hasta",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/VentaAlquiler/getincidenciaspartic": {
      "get": {
        "tags": [
          "VentaAlquiler"
        ],
        "parameters": [
          {
            "name": "idapoderado",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/VentaAlquiler/updateestadoenvio": {
      "post": {
        "tags": [
          "VentaAlquiler"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Ventas.Entidades.VentaAlquilerDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Ventas.Entidades.VentaAlquilerDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Ventas.Entidades.VentaAlquilerDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/VentaAlquiler/updateentradasalida": {
      "post": {
        "tags": [
          "VentaAlquiler"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Ventas.Entidades.VentaAlquilerDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Ventas.Entidades.VentaAlquilerDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Ventas.Entidades.VentaAlquilerDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/VentaAlquiler/updatesalidareal": {
      "post": {
        "tags": [
          "VentaAlquiler"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Ventas.Entidades.VentaAlquilerDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Ventas.Entidades.VentaAlquilerDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Ventas.Entidades.VentaAlquilerDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/VentaAlquiler/updateincidencia": {
      "post": {
        "tags": [
          "VentaAlquiler"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Ventas.Entradas.VentaAlquilerInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Ventas.Entradas.VentaAlquilerInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Ventas.Entradas.VentaAlquilerInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/VentaAlquiler/updateasignaadicion": {
      "post": {
        "tags": [
          "VentaAlquiler"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Ventas.Entradas.VentaAlquilerInputDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Ventas.Entradas.VentaAlquilerInputDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Ventas.Entradas.VentaAlquilerInputDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/VentaAlquiler/updatecuponadicional": {
      "post": {
        "tags": [
          "VentaAlquiler"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Ventas.Entidades.VentaAlquilerDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Ventas.Entidades.VentaAlquilerDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Ventas.Entidades.VentaAlquilerDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/VentaAlquiler/updateconsumopromo": {
      "post": {
        "tags": [
          "VentaAlquiler"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Ventas.Entidades.VentaDetalleDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Ventas.Entidades.VentaDetalleDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Ventas.Entidades.VentaDetalleDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Viaje/fillviajes": {
      "post": {
        "tags": [
          "Viaje"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Viaje/excelfillviajes": {
      "post": {
        "tags": [
          "Viaje"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Viaje/excelfillllegadas": {
      "post": {
        "tags": [
          "Viaje"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Viaje/anular": {
      "post": {
        "tags": [
          "Viaje"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Viajes.ViajeDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Viajes.ViajeDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Viajes.ViajeDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Viaje/updateestadoenvio": {
      "post": {
        "tags": [
          "Viaje"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Viajes.ViajeDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Viajes.ViajeDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Viajes.ViajeDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Viaje/addupdate": {
      "post": {
        "tags": [
          "Viaje"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Viajes.ViajeDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Viajes.ViajeDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Viajes.ViajeDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Viaje/getdatos": {
      "get": {
        "tags": [
          "Viaje"
        ],
        "parameters": [
          {
            "name": "idviaje",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Viaje/getcobrosbyviaje": {
      "get": {
        "tags": [
          "Viaje"
        ],
        "parameters": [
          {
            "name": "idviaje",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Viaje/getall": {
      "get": {
        "tags": [
          "Viaje"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Viaje/getdetalleconsolbyviaje": {
      "get": {
        "tags": [
          "Viaje"
        ],
        "parameters": [
          {
            "name": "idviaje",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Viaje/getdetalladobyviaje": {
      "get": {
        "tags": [
          "Viaje"
        ],
        "parameters": [
          {
            "name": "idviaje",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Viaje/excelviaje": {
      "post": {
        "tags": [
          "Viaje"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Viajes.ViajeExcelOutPutDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Viajes.ViajeExcelOutPutDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Viajes.ViajeExcelOutPutDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/api/VtaPolitica/addupdate": {
      "post": {
        "tags": [
          "VtaPolitica"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Politicas.VtaPoliticaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Politicas.VtaPoliticaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Politicas.VtaPoliticaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/VtaPolitica/fillbuscar": {
      "get": {
        "tags": [
          "VtaPolitica"
        ],
        "parameters": [
          {
            "name": "texto",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/VtaPolitica/getall": {
      "get": {
        "tags": [
          "VtaPolitica"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/VtaPolitica/getdatos": {
      "get": {
        "tags": [
          "VtaPolitica"
        ],
        "parameters": [
          {
            "name": "idpolitica",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/VtaPolitica/anular": {
      "post": {
        "tags": [
          "VtaPolitica"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Politicas.VtaPoliticaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Politicas.VtaPoliticaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Politicas.VtaPoliticaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/VtaTipoIncidencia/addupdate": {
      "post": {
        "tags": [
          "VtaTipoIncidencia"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TiposIncidencia.VtaTipoIncidenciaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TiposIncidencia.VtaTipoIncidenciaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TiposIncidencia.VtaTipoIncidenciaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/VtaTipoIncidencia/fillbuscar": {
      "get": {
        "tags": [
          "VtaTipoIncidencia"
        ],
        "parameters": [
          {
            "name": "texto",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/VtaTipoIncidencia/getall": {
      "get": {
        "tags": [
          "VtaTipoIncidencia"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/VtaTipoIncidencia/getdatos": {
      "get": {
        "tags": [
          "VtaTipoIncidencia"
        ],
        "parameters": [
          {
            "name": "idtipoincidencia",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/VtaTipoIncidencia/anular": {
      "post": {
        "tags": [
          "VtaTipoIncidencia"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TiposIncidencia.VtaTipoIncidenciaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TiposIncidencia.VtaTipoIncidenciaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.TiposIncidencia.VtaTipoIncidenciaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Zona/addupdate": {
      "post": {
        "tags": [
          "Zona"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Zonas.ZonaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Zonas.ZonaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Zonas.ZonaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Zona/fillasync": {
      "get": {
        "tags": [
          "Zona"
        ],
        "parameters": [
          {
            "name": "texto",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Zona/getall": {
      "get": {
        "tags": [
          "Zona"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Zona/getallbase": {
      "get": {
        "tags": [
          "Zona"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Zona/getdatos": {
      "get": {
        "tags": [
          "Zona"
        ],
        "parameters": [
          {
            "name": "idzona",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/Zona/anular": {
      "post": {
        "tags": [
          "Zona"
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Zonas.ZonaDto"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Zonas.ZonaDto"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Zonas.ZonaDto"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion": {
        "type": "object",
        "properties": {
          "propiedad": {
            "type": "string",
            "nullable": true
          },
          "mensajeError": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Interfaces.CasosUso.McJobs.JobsResult": {
        "type": "object",
        "properties": {
          "facturasVencidasMarcadas": {
            "type": "integer",
            "format": "int32"
          },
          "empresasConsumoActualizado": {
            "type": "integer",
            "format": "int32"
          },
          "errores": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "nullable": true
          },
          "inicioUtc": {
            "type": "string",
            "format": "date-time"
          },
          "finUtc": {
            "type": "string",
            "format": "date-time"
          },
          "duracionSegundos": {
            "type": "number",
            "format": "double",
            "readOnly": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.AccesosDirectos.AccesodirectoDto": {
        "type": "object",
        "properties": {
          "idAccesoDirecto": {
            "type": "integer",
            "format": "int32"
          },
          "nombre": {
            "type": "string",
            "nullable": true
          },
          "href": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "responsable": {
            "type": "string",
            "nullable": true
          },
          "fechaRegistro": {
            "type": "string",
            "format": "date-time"
          },
          "posicion": {
            "type": "integer",
            "format": "int32"
          },
          "icono": {
            "type": "string",
            "nullable": true
          },
          "idEmpleado": {
            "type": "integer",
            "format": "int32"
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Almacenes.AlmacenDto": {
        "type": "object",
        "properties": {
          "idAlmacen": {
            "type": "integer",
            "format": "int32"
          },
          "nombreAlmacen": {
            "type": "string",
            "nullable": true
          },
          "descripcion": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "reservado": {
            "type": "string",
            "nullable": true
          },
          "permiteVenta": {
            "type": "string",
            "nullable": true
          },
          "abreviatura": {
            "type": "string",
            "nullable": true
          },
          "direccion": {
            "type": "string",
            "nullable": true
          },
          "telefonos": {
            "type": "string",
            "nullable": true
          },
          "isEstablecimiento": {
            "type": "string",
            "nullable": true
          },
          "ubigeo": {
            "type": "string",
            "nullable": true
          },
          "signo": {
            "type": "integer",
            "format": "int32"
          },
          "codAnexo": {
            "type": "string",
            "nullable": true
          },
          "codigo": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "idMonedaDefecto": {
            "type": "integer",
            "format": "int32"
          },
          "nombreEmpresa": {
            "type": "string",
            "nullable": true
          },
          "idUbigeo": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.CajaLiquidacionLecturas.CajaLiquidacionLecturaDto": {
        "type": "object",
        "properties": {
          "idCajaLiquidacion": {
            "type": "integer",
            "format": "int32"
          },
          "idIsla": {
            "type": "integer",
            "format": "int32"
          },
          "lecturaInicial": {
            "type": "number",
            "format": "double"
          },
          "lecturaFinal": {
            "type": "number",
            "format": "double"
          },
          "precio": {
            "type": "number",
            "format": "double"
          },
          "cantidadSistema": {
            "type": "number",
            "format": "double"
          },
          "importeSistema": {
            "type": "number",
            "format": "double"
          },
          "dsctoSistema": {
            "type": "number",
            "format": "double"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Cajas.CajaDto": {
        "type": "object",
        "properties": {
          "idCaja": {
            "type": "integer",
            "format": "int32"
          },
          "nombreCaja": {
            "type": "string",
            "nullable": true
          },
          "cuentaGeneral": {
            "type": "string",
            "nullable": true
          },
          "esCaja": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "disponible": {
            "type": "string",
            "nullable": true
          },
          "periodoCerrado": {
            "type": "string",
            "nullable": true
          },
          "idBanco": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "terminal": {
            "type": "string",
            "nullable": true
          },
          "posOnline": {
            "type": "string",
            "nullable": true
          },
          "equipo": {
            "type": "string",
            "nullable": true
          },
          "manager": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "idAlmacen": {
            "type": "integer",
            "format": "int32"
          },
          "idMoneda": {
            "type": "integer",
            "format": "int32"
          },
          "formatoComanda": {
            "type": "string",
            "nullable": true
          },
          "claveAutoriza": {
            "type": "string",
            "nullable": true
          },
          "urlServidorPrint": {
            "type": "string",
            "nullable": true
          },
          "tipoConexion": {
            "type": "string",
            "nullable": true
          },
          "moneda": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.CajasConfiguracion.CajaConfiguracionDto": {
        "type": "object",
        "properties": {
          "idCaja": {
            "type": "integer",
            "format": "int32"
          },
          "idConfiguracion": {
            "type": "integer",
            "format": "int32"
          },
          "valor": {
            "type": "string",
            "nullable": true
          },
          "valorTexto": {
            "type": "string",
            "nullable": true
          },
          "idAlmacen": {
            "type": "integer",
            "format": "int32"
          },
          "descripcionVariable": {
            "type": "string",
            "nullable": true
          },
          "nombreVariable": {
            "type": "string",
            "nullable": true
          },
          "idTipoConfiguracion": {
            "type": "integer",
            "format": "int32"
          },
          "tiene": {
            "type": "integer",
            "format": "int32"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "error": {
            "type": "boolean"
          },
          "exito": {
            "type": "boolean"
          },
          "guardando": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.CajasFormaPago.CajaFormaPagoDto": {
        "type": "object",
        "properties": {
          "idCaja": {
            "type": "integer",
            "format": "int32"
          },
          "idFormaPago": {
            "type": "integer",
            "format": "int32"
          },
          "idCajaDestino": {
            "type": "integer",
            "format": "int32"
          },
          "pideOperacion": {
            "type": "string",
            "nullable": true
          },
          "formaPago": {
            "type": "string",
            "nullable": true
          },
          "cajaDestino": {
            "type": "string",
            "nullable": true
          },
          "extensionImg": {
            "type": "string",
            "nullable": true
          },
          "verEn": {
            "type": "string",
            "nullable": true
          },
          "urlImage": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.CajasImpresora.CajaImpresoraDto": {
        "type": "object",
        "properties": {
          "idImpresora": {
            "type": "integer",
            "format": "int32"
          },
          "nombreImpresora": {
            "type": "string",
            "nullable": true
          },
          "idCaja": {
            "type": "integer",
            "format": "int32"
          },
          "ipRed": {
            "type": "string",
            "nullable": true
          },
          "jsonCategorias": {
            "type": "string",
            "nullable": true
          },
          "anchoRep": {
            "type": "number",
            "format": "double"
          },
          "altoRep": {
            "type": "number",
            "format": "double"
          },
          "dpiRep": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "margenIzquierdo": {
            "type": "number",
            "format": "double",
            "nullable": true
          },
          "margenDerecho": {
            "type": "number",
            "format": "double",
            "nullable": true
          },
          "copias": {
            "type": "integer",
            "format": "int32"
          },
          "alias": {
            "type": "string",
            "nullable": true
          },
          "comprobante": {
            "type": "string",
            "nullable": true
          },
          "comanda": {
            "type": "string",
            "nullable": true
          },
          "tipoConexion": {
            "type": "string",
            "nullable": true
          },
          "idCentroProduccion": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.CajasIsla.CajaIslaDto": {
        "type": "object",
        "properties": {
          "idIsla": {
            "type": "integer",
            "format": "int32"
          },
          "nombre": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "idCaja": {
            "type": "integer",
            "format": "int32"
          },
          "idProducto": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.CajasLiquidacion.Entidades.CajaLiquidacionDto": {
        "type": "object",
        "properties": {
          "idCajaLiquidacion": {
            "type": "integer",
            "format": "int32"
          },
          "observacionAbrir": {
            "type": "string",
            "nullable": true
          },
          "observacionCierre": {
            "type": "string",
            "nullable": true
          },
          "fechaApertura": {
            "type": "string",
            "format": "date-time"
          },
          "fechaCierre": {
            "type": "string",
            "format": "date-time"
          },
          "montoApertura": {
            "type": "number",
            "format": "double"
          },
          "montoEfectivo": {
            "type": "number",
            "format": "double"
          },
          "montoOtros": {
            "type": "number",
            "format": "double"
          },
          "estadoCierre": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "tipoCambio": {
            "type": "number",
            "format": "double"
          },
          "fechaRegistro": {
            "type": "string",
            "format": "date-time"
          },
          "fechaModificacion": {
            "type": "string",
            "format": "date-time"
          },
          "fechaLiquida": {
            "type": "string",
            "format": "date-time"
          },
          "idExterno": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "conciliado": {
            "type": "string",
            "nullable": true
          },
          "datosExtracto": {
            "type": "string",
            "nullable": true
          },
          "montoFinal": {
            "type": "number",
            "format": "double"
          },
          "diferencia": {
            "type": "number",
            "format": "double"
          },
          "totalVentas": {
            "type": "number",
            "format": "double"
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "idAlmacen": {
            "type": "integer",
            "format": "int32"
          },
          "idCaja": {
            "type": "integer",
            "format": "int32"
          },
          "idUsuario": {
            "type": "integer",
            "format": "int32"
          },
          "diezCentimos": {
            "type": "integer",
            "format": "int32"
          },
          "veinteCentimos": {
            "type": "integer",
            "format": "int32"
          },
          "cincuentaCentimos": {
            "type": "integer",
            "format": "int32"
          },
          "unSol": {
            "type": "integer",
            "format": "int32"
          },
          "dosSoles": {
            "type": "integer",
            "format": "int32"
          },
          "cincoSoles": {
            "type": "integer",
            "format": "int32"
          },
          "diezSoles": {
            "type": "integer",
            "format": "int32"
          },
          "veinteSoles": {
            "type": "integer",
            "format": "int32"
          },
          "cincuentaSoles": {
            "type": "integer",
            "format": "int32"
          },
          "cienSoles": {
            "type": "integer",
            "format": "int32"
          },
          "doscientosSoles": {
            "type": "integer",
            "format": "int32"
          },
          "usuarioCierre": {
            "type": "string",
            "nullable": true
          },
          "correlativoComanda": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.CajasLiquidacion.Entidades.CajaLiquidacionFormaDto": {
        "type": "object",
        "properties": {
          "idCajaLiquidacion": {
            "type": "integer",
            "format": "int32"
          },
          "idFormaPago": {
            "type": "integer",
            "format": "int32"
          },
          "total": {
            "type": "number",
            "format": "double"
          },
          "formaPago": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.CajasLiquidacion.Entradas.CajaLiquidacionUpdate": {
        "type": "object",
        "properties": {
          "idCajaLiquidacion": {
            "type": "integer",
            "format": "int32"
          },
          "observacionAbrir": {
            "type": "string",
            "nullable": true
          },
          "observacionCierre": {
            "type": "string",
            "nullable": true
          },
          "fechaApertura": {
            "type": "string",
            "format": "date-time"
          },
          "fechaCierre": {
            "type": "string",
            "format": "date-time"
          },
          "montoApertura": {
            "type": "number",
            "format": "double"
          },
          "montoEfectivo": {
            "type": "number",
            "format": "double"
          },
          "montoOtros": {
            "type": "number",
            "format": "double"
          },
          "estadoCierre": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "tipoCambio": {
            "type": "number",
            "format": "double"
          },
          "fechaRegistro": {
            "type": "string",
            "format": "date-time"
          },
          "fechaModificacion": {
            "type": "string",
            "format": "date-time"
          },
          "fechaLiquida": {
            "type": "string",
            "format": "date-time"
          },
          "idExterno": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "conciliado": {
            "type": "string",
            "nullable": true
          },
          "datosExtracto": {
            "type": "string",
            "nullable": true
          },
          "montoFinal": {
            "type": "number",
            "format": "double"
          },
          "diferencia": {
            "type": "number",
            "format": "double"
          },
          "totalVentas": {
            "type": "number",
            "format": "double"
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "idAlmacen": {
            "type": "integer",
            "format": "int32"
          },
          "idCaja": {
            "type": "integer",
            "format": "int32"
          },
          "idUsuario": {
            "type": "integer",
            "format": "int32"
          },
          "diezCentimos": {
            "type": "integer",
            "format": "int32"
          },
          "veinteCentimos": {
            "type": "integer",
            "format": "int32"
          },
          "cincuentaCentimos": {
            "type": "integer",
            "format": "int32"
          },
          "unSol": {
            "type": "integer",
            "format": "int32"
          },
          "dosSoles": {
            "type": "integer",
            "format": "int32"
          },
          "cincoSoles": {
            "type": "integer",
            "format": "int32"
          },
          "diezSoles": {
            "type": "integer",
            "format": "int32"
          },
          "veinteSoles": {
            "type": "integer",
            "format": "int32"
          },
          "cincuentaSoles": {
            "type": "integer",
            "format": "int32"
          },
          "cienSoles": {
            "type": "integer",
            "format": "int32"
          },
          "doscientosSoles": {
            "type": "integer",
            "format": "int32"
          },
          "usuarioCierre": {
            "type": "string",
            "nullable": true
          },
          "correlativoComanda": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "editarBilletes": {
            "type": "boolean"
          },
          "cajaLiquidacionFormaList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajasLiquidacion.Entidades.CajaLiquidacionFormaDto"
            },
            "nullable": true
          },
          "cajaLiquidacionLecturaList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.CajaLiquidacionLecturas.CajaLiquidacionLecturaDto"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Campanias.CampaniapuntosDto": {
        "type": "object",
        "properties": {
          "idCampaniaPuntos": {
            "type": "integer",
            "format": "int32"
          },
          "descripcion": {
            "type": "string",
            "nullable": true
          },
          "vigencia": {
            "type": "string",
            "nullable": true
          },
          "fechaInicio": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "fechaFin": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "tipoAplicacion": {
            "type": "string",
            "nullable": true
          },
          "montoVenta": {
            "type": "number",
            "format": "double"
          },
          "puntosGanados": {
            "type": "number",
            "format": "double"
          },
          "puntosDescuento": {
            "type": "number",
            "format": "double"
          },
          "montoDescuento": {
            "type": "number",
            "format": "double"
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "estadoEnvio": {
            "type": "string",
            "nullable": true
          },
          "usuarioRegistra": {
            "type": "string",
            "nullable": true
          },
          "usuarioModifica": {
            "type": "string",
            "nullable": true
          },
          "fechaRegistro": {
            "type": "string",
            "format": "date-time"
          },
          "fechaModifica": {
            "type": "string",
            "format": "date-time"
          },
          "jsonAplicacion": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "fechaCaducidad": {
            "type": "string",
            "format": "date-time"
          },
          "tipoAplicacionCanje": {
            "type": "string",
            "nullable": true
          },
          "jsonAplicacionCanje": {
            "type": "string",
            "nullable": true
          },
          "montoExactoVender": {
            "type": "string",
            "nullable": true
          },
          "montoExactoCanjear": {
            "type": "string",
            "nullable": true
          },
          "pedirClaveCanje": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Campanias.CampaniapuntosInputDto": {
        "type": "object",
        "properties": {
          "idCampaniaPuntos": {
            "type": "integer",
            "format": "int32"
          },
          "descripcion": {
            "type": "string",
            "nullable": true
          },
          "vigencia": {
            "type": "string",
            "nullable": true
          },
          "fechaInicio": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "fechaFin": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "fechaCaducidad": {
            "type": "string",
            "format": "date-time"
          },
          "tipoAplicacion": {
            "type": "string",
            "nullable": true
          },
          "montoVenta": {
            "type": "number",
            "format": "double"
          },
          "puntosGanados": {
            "type": "number",
            "format": "double"
          },
          "puntosDescuento": {
            "type": "number",
            "format": "double"
          },
          "montoDescuento": {
            "type": "number",
            "format": "double"
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "estadoEnvio": {
            "type": "string",
            "nullable": true
          },
          "usuarioRegistra": {
            "type": "string",
            "nullable": true
          },
          "usuarioModifica": {
            "type": "string",
            "nullable": true
          },
          "fechaRegistro": {
            "type": "string",
            "format": "date-time"
          },
          "fechaModifica": {
            "type": "string",
            "format": "date-time"
          },
          "jsonAplicacion": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "tipoAplicacionCanje": {
            "type": "string",
            "nullable": true
          },
          "jsonAplicacionCanje": {
            "type": "string",
            "nullable": true
          },
          "montoExactoVender": {
            "type": "string",
            "nullable": true
          },
          "montoExactoCanjear": {
            "type": "string",
            "nullable": true
          },
          "pedirClaveCanje": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Catalogos.CatalogoVirtualFormaPagoDto": {
        "type": "object",
        "properties": {
          "idCatalogoVirtual": {
            "type": "integer",
            "format": "int32"
          },
          "idFormaPago": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Catalogos.CatalogoVirtualInputDto": {
        "type": "object",
        "properties": {
          "idCatalogo": {
            "type": "integer",
            "format": "int32"
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "extensionBaner": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "nombreMostrar": {
            "type": "string",
            "nullable": true
          },
          "identificador": {
            "type": "string",
            "nullable": true
          },
          "colorPrimario": {
            "type": "string",
            "nullable": true
          },
          "colorSecundario": {
            "type": "string",
            "nullable": true
          },
          "paginaBienvenida": {
            "type": "string",
            "nullable": true
          },
          "altoCardProducto": {
            "type": "number",
            "format": "double"
          },
          "anchoCardProducto": {
            "type": "number",
            "format": "double"
          },
          "colorFondo": {
            "type": "string",
            "nullable": true
          },
          "colorTitulo": {
            "type": "string",
            "nullable": true
          },
          "colorLetraCategoria": {
            "type": "string",
            "nullable": true
          },
          "tipoCardProducto": {
            "type": "string",
            "nullable": true
          },
          "colorTextoPrecio": {
            "type": "string",
            "nullable": true
          },
          "enlaceQr": {
            "type": "string",
            "nullable": true
          },
          "muestraBanner": {
            "type": "string",
            "nullable": true
          },
          "muestraPrecios": {
            "type": "string",
            "nullable": true
          },
          "muestraTipoServicio": {
            "type": "string",
            "nullable": true
          },
          "idProductoDelivery": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "telefono": {
            "type": "string",
            "nullable": true
          },
          "horaApertura": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "horaCierre": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "controlaStock": {
            "type": "string",
            "nullable": true
          },
          "nameFileLogo": {
            "type": "string",
            "nullable": true
          },
          "logoBase64": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Categoria.CategoriaDto": {
        "type": "object",
        "properties": {
          "idCategoria": {
            "type": "integer",
            "format": "int32"
          },
          "nombreCategoria": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "idCategoriaBase": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "reservado": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "tipoUso": {
            "type": "string",
            "nullable": true
          },
          "viewVentas": {
            "type": "string",
            "nullable": true
          },
          "idEstablecimiento": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "anuladoPor": {
            "type": "string",
            "nullable": true
          },
          "establecimiento": {
            "type": "string",
            "nullable": true
          },
          "categoriaBase": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Choferes.ChoferDto": {
        "type": "object",
        "properties": {
          "idChofer": {
            "type": "integer",
            "format": "int32"
          },
          "nombres": {
            "type": "string",
            "nullable": true
          },
          "apellidos": {
            "type": "string",
            "nullable": true
          },
          "nroDoc": {
            "type": "string",
            "nullable": true
          },
          "nroLicencia": {
            "type": "string",
            "nullable": true
          },
          "constancia": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Compras.Entidades.CompraDetalleDto": {
        "type": "object",
        "properties": {
          "idCompraDetalle": {
            "type": "integer",
            "format": "int32"
          },
          "item": {
            "type": "integer",
            "format": "int32"
          },
          "cantidad": {
            "type": "number",
            "format": "double"
          },
          "precio": {
            "type": "number",
            "format": "double"
          },
          "detalle": {
            "type": "string",
            "nullable": true
          },
          "tipoAfectacion": {
            "type": "string",
            "nullable": true
          },
          "presentacion": {
            "type": "string",
            "nullable": true
          },
          "idProyecto": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idProductoKit": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "baseImponible": {
            "type": "number",
            "format": "double"
          },
          "isBonificacion": {
            "type": "string",
            "nullable": true
          },
          "fechaVencimiento": {
            "type": "string",
            "format": "date-time"
          },
          "kardex": {
            "type": "string",
            "nullable": true
          },
          "equivalencia": {
            "type": "number",
            "format": "double"
          },
          "idOrdenVenta": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idCompra": {
            "type": "integer",
            "format": "int32"
          },
          "idProducto": {
            "type": "integer",
            "format": "int32"
          },
          "idUnidadMedida": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Compras.Entidades.CompraDto": {
        "type": "object",
        "properties": {
          "idCompra": {
            "type": "integer",
            "format": "int32"
          },
          "serieDoc": {
            "type": "string",
            "nullable": true
          },
          "nroDoc": {
            "type": "integer",
            "format": "int32"
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "estadoPago": {
            "type": "string",
            "nullable": true
          },
          "idEstablecimiento": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "ingresoAlmacen": {
            "type": "string",
            "nullable": true
          },
          "idOrdenCompra": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "fecha": {
            "type": "string",
            "format": "date-time"
          },
          "registro": {
            "type": "string",
            "format": "date-time"
          },
          "modifica": {
            "type": "string",
            "format": "date-time"
          },
          "usuario": {
            "type": "string",
            "nullable": true
          },
          "usuarioModifica": {
            "type": "string",
            "nullable": true
          },
          "vencimiento": {
            "type": "string",
            "format": "date-time"
          },
          "incImpuestos": {
            "type": "string",
            "nullable": true
          },
          "tipoCambio": {
            "type": "number",
            "format": "double"
          },
          "observacion": {
            "type": "string",
            "nullable": true
          },
          "periodoTributario": {
            "type": "string",
            "nullable": true
          },
          "tipoCambioSunat": {
            "type": "number",
            "format": "double"
          },
          "baseImponible": {
            "type": "number",
            "format": "double"
          },
          "totalImpuestos": {
            "type": "number",
            "format": "double"
          },
          "total": {
            "type": "number",
            "format": "double"
          },
          "totalPagar": {
            "type": "number",
            "format": "double"
          },
          "pagado": {
            "type": "number",
            "format": "double"
          },
          "fechaContable": {
            "type": "string",
            "format": "date-time"
          },
          "inafectas": {
            "type": "number",
            "format": "double"
          },
          "gravadas": {
            "type": "number",
            "format": "double"
          },
          "exoneradas": {
            "type": "number",
            "format": "double"
          },
          "gratuitas": {
            "type": "number",
            "format": "double"
          },
          "totalIsc": {
            "type": "number",
            "format": "double"
          },
          "totalIcbPer": {
            "type": "number",
            "format": "double"
          },
          "percepcion": {
            "type": "number",
            "format": "double"
          },
          "retencion": {
            "type": "number",
            "format": "double"
          },
          "relacionado": {
            "type": "string",
            "nullable": true
          },
          "codDocModif": {
            "type": "string",
            "nullable": true
          },
          "serieModif": {
            "type": "string",
            "nullable": true
          },
          "nroModif": {
            "type": "string",
            "nullable": true
          },
          "fechaDocModif": {
            "type": "string",
            "nullable": true
          },
          "estadoEnvio": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "idAlmacen": {
            "type": "integer",
            "format": "int32"
          },
          "idMoneda": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idProveedor": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "codDocumento": {
            "type": "string",
            "nullable": true
          },
          "idCondicionPago": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idRegimen": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "porcentajeRegimen": {
            "type": "number",
            "format": "double"
          },
          "montoRegimen": {
            "type": "number",
            "format": "double"
          },
          "codigoRegimen": {
            "type": "string",
            "nullable": true
          },
          "constanciaRegimen": {
            "type": "string",
            "nullable": true
          },
          "fechaRegimen": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "entregaInmediata": {
            "type": "string",
            "nullable": true
          },
          "actualizaPrecios": {
            "type": "string",
            "nullable": true
          },
          "tipoValoracion": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Compras.Entradas.CompraInputDto": {
        "type": "object",
        "properties": {
          "idCompra": {
            "type": "integer",
            "format": "int32"
          },
          "serieDoc": {
            "type": "string",
            "nullable": true
          },
          "nroDoc": {
            "type": "integer",
            "format": "int32"
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "estadoPago": {
            "type": "string",
            "nullable": true
          },
          "idEstablecimiento": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "ingresoAlmacen": {
            "type": "string",
            "nullable": true
          },
          "idOrdenCompra": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "fecha": {
            "type": "string",
            "format": "date-time"
          },
          "registro": {
            "type": "string",
            "format": "date-time"
          },
          "modifica": {
            "type": "string",
            "format": "date-time"
          },
          "usuario": {
            "type": "string",
            "nullable": true
          },
          "usuarioModifica": {
            "type": "string",
            "nullable": true
          },
          "vencimiento": {
            "type": "string",
            "format": "date-time"
          },
          "incImpuestos": {
            "type": "string",
            "nullable": true
          },
          "tipoCambio": {
            "type": "number",
            "format": "double"
          },
          "observacion": {
            "type": "string",
            "nullable": true
          },
          "periodoTributario": {
            "type": "string",
            "nullable": true
          },
          "tipoCambioSunat": {
            "type": "number",
            "format": "double"
          },
          "baseImponible": {
            "type": "number",
            "format": "double"
          },
          "totalImpuestos": {
            "type": "number",
            "format": "double"
          },
          "total": {
            "type": "number",
            "format": "double"
          },
          "totalPagar": {
            "type": "number",
            "format": "double"
          },
          "pagado": {
            "type": "number",
            "format": "double"
          },
          "fechaContable": {
            "type": "string",
            "format": "date-time"
          },
          "inafectas": {
            "type": "number",
            "format": "double"
          },
          "gravadas": {
            "type": "number",
            "format": "double"
          },
          "exoneradas": {
            "type": "number",
            "format": "double"
          },
          "gratuitas": {
            "type": "number",
            "format": "double"
          },
          "totalIsc": {
            "type": "number",
            "format": "double"
          },
          "totalIcbPer": {
            "type": "number",
            "format": "double"
          },
          "percepcion": {
            "type": "number",
            "format": "double"
          },
          "retencion": {
            "type": "number",
            "format": "double"
          },
          "relacionado": {
            "type": "string",
            "nullable": true
          },
          "codDocModif": {
            "type": "string",
            "nullable": true
          },
          "serieModif": {
            "type": "string",
            "nullable": true
          },
          "nroModif": {
            "type": "string",
            "nullable": true
          },
          "fechaDocModif": {
            "type": "string",
            "nullable": true
          },
          "estadoEnvio": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "idAlmacen": {
            "type": "integer",
            "format": "int32"
          },
          "idMoneda": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idProveedor": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "codDocumento": {
            "type": "string",
            "nullable": true
          },
          "idCondicionPago": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idRegimen": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "porcentajeRegimen": {
            "type": "number",
            "format": "double"
          },
          "montoRegimen": {
            "type": "number",
            "format": "double"
          },
          "codigoRegimen": {
            "type": "string",
            "nullable": true
          },
          "constanciaRegimen": {
            "type": "string",
            "nullable": true
          },
          "fechaRegimen": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "entregaInmediata": {
            "type": "string",
            "nullable": true
          },
          "actualizaPrecios": {
            "type": "string",
            "nullable": true
          },
          "tipoValoracion": {
            "type": "string",
            "nullable": true
          },
          "detalle": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Compras.Entidades.CompraDetalleDto"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Compras.Entradas.DatosRegimenInputDto": {
        "type": "object",
        "properties": {
          "idCompra": {
            "type": "integer",
            "format": "int32"
          },
          "idRegimen": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "porcentajeRegimen": {
            "type": "number",
            "format": "double"
          },
          "montoRegimen": {
            "type": "number",
            "format": "double"
          },
          "codigoRegimen": {
            "type": "string",
            "nullable": true
          },
          "constanciaRegimen": {
            "type": "string",
            "nullable": true
          },
          "fechaRegimen": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.ConceptosKardex.ConceptoKardexDto": {
        "type": "object",
        "properties": {
          "idConceptoKardex": {
            "type": "integer",
            "format": "int32"
          },
          "descripcion": {
            "type": "string",
            "nullable": true
          },
          "tieneAlmacenDestino": {
            "type": "string",
            "nullable": true
          },
          "reservado": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "tipoMovimiento": {
            "type": "string",
            "nullable": true
          },
          "mostrar": {
            "type": "string",
            "nullable": true
          },
          "anuladoPor": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.CondicionesPago.CondicionPagoDto": {
        "type": "object",
        "properties": {
          "idCondPago": {
            "type": "integer",
            "format": "int32"
          },
          "nombreCondPago": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "dias": {
            "type": "integer",
            "format": "int32"
          },
          "periodicidad": {
            "type": "string",
            "nullable": true
          },
          "anuladoPor": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Cuentas.Entradas.LoginInputDto": {
        "type": "object",
        "properties": {
          "usuario": {
            "type": "string",
            "nullable": true
          },
          "pass": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Cupones.Entidades.CuponDetalleDto": {
        "type": "object",
        "properties": {
          "idCuponDetalle": {
            "type": "integer",
            "format": "int32"
          },
          "idCupon": {
            "type": "integer",
            "format": "int32"
          },
          "codigo": {
            "type": "string",
            "nullable": true
          },
          "monto": {
            "type": "number",
            "format": "double"
          },
          "consumido": {
            "type": "number",
            "format": "double"
          },
          "venta": {
            "type": "string",
            "nullable": true
          },
          "cajero": {
            "type": "string",
            "nullable": true
          },
          "caja": {
            "type": "string",
            "nullable": true
          },
          "fecha": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "fechaLiberacion": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "usuarioLibera": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Cupones.Entidades.CuponDto": {
        "type": "object",
        "properties": {
          "idCupon": {
            "type": "integer",
            "format": "int32"
          },
          "detalle": {
            "type": "string",
            "nullable": true
          },
          "desde": {
            "type": "string",
            "format": "date-time"
          },
          "hasta": {
            "type": "string",
            "format": "date-time"
          },
          "usuarioRegistra": {
            "type": "string",
            "nullable": true
          },
          "usuarioModifica": {
            "type": "string",
            "nullable": true
          },
          "fechaRegistro": {
            "type": "string",
            "format": "date-time"
          },
          "fechaModifica": {
            "type": "string",
            "format": "date-time"
          },
          "estadoCupon": {
            "type": "string",
            "nullable": true
          },
          "tipo": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "prefijo": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Cupones.Entradas.CuponInputDto": {
        "type": "object",
        "properties": {
          "idCupon": {
            "type": "integer",
            "format": "int32"
          },
          "detalle": {
            "type": "string",
            "nullable": true
          },
          "desde": {
            "type": "string",
            "format": "date-time"
          },
          "hasta": {
            "type": "string",
            "format": "date-time"
          },
          "usuarioRegistra": {
            "type": "string",
            "nullable": true
          },
          "usuarioModifica": {
            "type": "string",
            "nullable": true
          },
          "fechaRegistro": {
            "type": "string",
            "format": "date-time"
          },
          "fechaModifica": {
            "type": "string",
            "format": "date-time"
          },
          "estadoCupon": {
            "type": "string",
            "nullable": true
          },
          "tipo": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "prefijo": {
            "type": "string",
            "nullable": true
          },
          "detalleList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Cupones.Entidades.CuponDetalleDto"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.DocumentosCorrelativos.DocumentoCorrelativoDto": {
        "type": "object",
        "properties": {
          "serieActual": {
            "type": "string",
            "nullable": true
          },
          "emitidos": {
            "type": "integer",
            "format": "int32"
          },
          "automatico": {
            "type": "string",
            "nullable": true
          },
          "nameReporte": {
            "type": "string",
            "nullable": true
          },
          "items": {
            "type": "integer",
            "format": "int32"
          },
          "isElectronica": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "textoArriba": {
            "type": "string",
            "nullable": true
          },
          "textoAbajo": {
            "type": "string",
            "nullable": true
          },
          "colorRelleno": {
            "type": "string",
            "nullable": true
          },
          "colorFuente": {
            "type": "string",
            "nullable": true
          },
          "idFormatoDefecto": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idFormatoAlterno": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "codDocumento": {
            "type": "string",
            "nullable": true
          },
          "terminal": {
            "type": "string",
            "nullable": true
          },
          "idAlmacen": {
            "type": "integer",
            "format": "int32"
          },
          "idCaja": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "contenidoPlano": {
            "type": "string",
            "nullable": true
          },
          "serieAnt": {
            "type": "string",
            "nullable": true
          },
          "codDocAnt": {
            "type": "string",
            "nullable": true
          },
          "idPlantillaPdf": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Empleados.EmpleadoDto": {
        "type": "object",
        "properties": {
          "idEmpleado": {
            "type": "integer",
            "format": "int32"
          },
          "nombres": {
            "type": "string",
            "nullable": true
          },
          "apellidos": {
            "type": "string",
            "nullable": true
          },
          "dni": {
            "type": "string",
            "nullable": true
          },
          "direccion": {
            "type": "string",
            "nullable": true
          },
          "telefono": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "idCargo": {
            "type": "integer",
            "format": "int32"
          },
          "isVendedor": {
            "type": "string",
            "nullable": true
          },
          "reservado": {
            "type": "string",
            "nullable": true
          },
          "email": {
            "type": "string",
            "nullable": true
          },
          "sueldo": {
            "type": "number",
            "format": "double"
          },
          "cuota": {
            "type": "number",
            "format": "double"
          },
          "idListaPrecios": {
            "type": "integer",
            "format": "int32"
          },
          "nombreUsuario": {
            "type": "string",
            "nullable": true
          },
          "pass": {
            "type": "string",
            "nullable": true
          },
          "superUsuario": {
            "type": "string",
            "nullable": true
          },
          "idGrupo": {
            "type": "integer",
            "format": "int32"
          },
          "nivel": {
            "type": "string",
            "nullable": true
          },
          "isMozo": {
            "type": "string",
            "nullable": true
          },
          "codigoMarcador": {
            "type": "string",
            "nullable": true
          },
          "horaEntrada": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "horaSalida": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "horaSalidaBreak": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "horaRetornoBreak": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "tipoUsuario": {
            "type": "string",
            "nullable": true
          },
          "monitorCocina": {
            "type": "string",
            "nullable": true
          },
          "extensionFoto": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Empleados.EmpleadoInputDto": {
        "type": "object",
        "properties": {
          "idEmpleado": {
            "type": "integer",
            "format": "int32"
          },
          "nombres": {
            "type": "string",
            "nullable": true
          },
          "apellidos": {
            "type": "string",
            "nullable": true
          },
          "dni": {
            "type": "string",
            "nullable": true
          },
          "direccion": {
            "type": "string",
            "nullable": true
          },
          "telefono": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "idCargo": {
            "type": "integer",
            "format": "int32"
          },
          "isVendedor": {
            "type": "string",
            "nullable": true
          },
          "reservado": {
            "type": "string",
            "nullable": true
          },
          "email": {
            "type": "string",
            "nullable": true
          },
          "sueldo": {
            "type": "number",
            "format": "double"
          },
          "cuota": {
            "type": "number",
            "format": "double"
          },
          "idListaPrecios": {
            "type": "integer",
            "format": "int32"
          },
          "nombreUsuario": {
            "type": "string",
            "nullable": true
          },
          "pass": {
            "type": "string",
            "nullable": true
          },
          "superUsuario": {
            "type": "string",
            "nullable": true
          },
          "idGrupo": {
            "type": "integer",
            "format": "int32"
          },
          "nivel": {
            "type": "string",
            "nullable": true
          },
          "isMozo": {
            "type": "string",
            "nullable": true
          },
          "codigoMarcador": {
            "type": "string",
            "nullable": true
          },
          "horaEntrada": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "horaSalida": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "horaSalidaBreak": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "horaRetornoBreak": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "tipoUsuario": {
            "type": "string",
            "nullable": true
          },
          "monitorCocina": {
            "type": "string",
            "nullable": true
          },
          "extensionFoto": {
            "type": "string",
            "nullable": true
          },
          "nameFile": {
            "type": "string",
            "nullable": true
          },
          "logoBase64": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.FormasPago.FormaPagoDto": {
        "type": "object",
        "properties": {
          "idFormaPago": {
            "type": "integer",
            "format": "int32"
          },
          "nombreFormaPago": {
            "type": "string",
            "nullable": true
          },
          "afectaCaja": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "isRegimen": {
            "type": "string",
            "nullable": true
          },
          "reservado": {
            "type": "string",
            "nullable": true
          },
          "porcRegimen": {
            "type": "number",
            "format": "double"
          },
          "aplicado": {
            "type": "string",
            "nullable": true
          },
          "operativa": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "extensionImg": {
            "type": "string",
            "nullable": true
          },
          "verEn": {
            "type": "string",
            "nullable": true
          },
          "urlImage": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.FormasPago.FormaPagoInputDto": {
        "type": "object",
        "properties": {
          "idFormaPago": {
            "type": "integer",
            "format": "int32"
          },
          "nombreFormaPago": {
            "type": "string",
            "nullable": true
          },
          "afectaCaja": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "isRegimen": {
            "type": "string",
            "nullable": true
          },
          "reservado": {
            "type": "string",
            "nullable": true
          },
          "porcRegimen": {
            "type": "number",
            "format": "double"
          },
          "aplicado": {
            "type": "string",
            "nullable": true
          },
          "operativa": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "extensionImg": {
            "type": "string",
            "nullable": true
          },
          "verEn": {
            "type": "string",
            "nullable": true
          },
          "urlImage": {
            "type": "string",
            "nullable": true
          },
          "nameFileLogo": {
            "type": "string",
            "nullable": true
          },
          "logoBase64": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.GastosProgramados.GastoProgramadoCuotaDto": {
        "type": "object",
        "properties": {
          "idGastoProgramadoCuota": {
            "type": "integer",
            "format": "int32"
          },
          "idGastoProgramado": {
            "type": "integer",
            "format": "int32"
          },
          "numeroCuota": {
            "type": "integer",
            "format": "int32"
          },
          "fechaProgramada": {
            "type": "string",
            "format": "date-time"
          },
          "montoProgramado": {
            "type": "number",
            "format": "double"
          },
          "estadoCuota": {
            "type": "string",
            "nullable": true
          },
          "fechaEjecucion": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "tipoOperacionEjecutada": {
            "type": "string",
            "nullable": true
          },
          "idOperacionEjecutada": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idCompraEjecutada": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "montoReal": {
            "type": "number",
            "format": "double",
            "nullable": true
          },
          "observacion": {
            "type": "string",
            "nullable": true
          },
          "concepto": {
            "type": "string",
            "nullable": true
          },
          "idSocioNegocio": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "nombreSocioNegocio": {
            "type": "string",
            "nullable": true
          },
          "frecuencia": {
            "type": "string",
            "nullable": true
          },
          "idMoneda": {
            "type": "integer",
            "format": "int32"
          },
          "idCajaDefault": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "nombreCajaDefault": {
            "type": "string",
            "nullable": true
          },
          "diasParaVencer": {
            "type": "integer",
            "format": "int32",
            "readOnly": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.GastosProgramados.GastoProgramadoDto": {
        "type": "object",
        "properties": {
          "idGastoProgramado": {
            "type": "integer",
            "format": "int32"
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "concepto": {
            "type": "string",
            "nullable": true
          },
          "idSocioNegocio": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idTipoGasto": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "monto": {
            "type": "number",
            "format": "double"
          },
          "idMoneda": {
            "type": "integer",
            "format": "int32"
          },
          "frecuencia": {
            "type": "string",
            "nullable": true
          },
          "diaPago": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "intervaloDias": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "fechaInicio": {
            "type": "string",
            "format": "date-time"
          },
          "fechaFin": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "diasAviso": {
            "type": "integer",
            "format": "int32"
          },
          "idCajaDefault": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "observacion": {
            "type": "string",
            "nullable": true
          },
          "fechaRegistro": {
            "type": "string",
            "format": "date-time"
          },
          "idUsuarioRegistro": {
            "type": "integer",
            "format": "int32"
          },
          "nombreSocioNegocio": {
            "type": "string",
            "nullable": true
          },
          "nombreCaja": {
            "type": "string",
            "nullable": true
          },
          "nombreMoneda": {
            "type": "string",
            "nullable": true
          },
          "cantidadCuotas": {
            "type": "integer",
            "format": "int32"
          },
          "cuotasPendientes": {
            "type": "integer",
            "format": "int32"
          },
          "cuotasVencidas": {
            "type": "integer",
            "format": "int32"
          },
          "cuotasEjecutadas": {
            "type": "integer",
            "format": "int32"
          },
          "proximaFechaPago": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.GastosProgramados.JalarCuotaRequestDto": {
        "type": "object",
        "properties": {
          "idGastoProgramadoCuota": {
            "type": "integer",
            "format": "int32"
          },
          "tipoOperacion": {
            "type": "string",
            "nullable": true
          },
          "idOperacionEjecutada": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idCompraEjecutada": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "montoReal": {
            "type": "number",
            "format": "double",
            "nullable": true
          },
          "fechaEjecucion": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "observacion": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Grupos.GrupoDto": {
        "type": "object",
        "properties": {
          "idGrupo": {
            "type": "integer",
            "format": "int32"
          },
          "nombreGrupo": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.GuiasRemision.Entidades.GuiaDetalleDto": {
        "type": "object",
        "properties": {
          "idDetalleGuia": {
            "type": "integer",
            "format": "int32"
          },
          "descripcion": {
            "type": "string",
            "nullable": true
          },
          "cantidad": {
            "type": "number",
            "format": "double"
          },
          "conversion": {
            "type": "number",
            "format": "double"
          },
          "precio": {
            "type": "number",
            "format": "double"
          },
          "cantEntregada": {
            "type": "number",
            "format": "double"
          },
          "presentacion": {
            "type": "string",
            "nullable": true
          },
          "peso": {
            "type": "number",
            "format": "double"
          },
          "idGuia": {
            "type": "integer",
            "format": "int32"
          },
          "idProducto": {
            "type": "integer",
            "format": "int32"
          },
          "idUnidadMedida": {
            "type": "integer",
            "format": "int32"
          },
          "nota": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.GuiasRemision.Entidades.GuiaRemisionDto": {
        "type": "object",
        "properties": {
          "idGuia": {
            "type": "integer",
            "format": "int32"
          },
          "serie": {
            "type": "string",
            "nullable": true
          },
          "nro": {
            "type": "integer",
            "format": "int32"
          },
          "fechaEmision": {
            "type": "string",
            "format": "date-time"
          },
          "fechaRegistro": {
            "type": "string",
            "format": "date-time"
          },
          "idUsuario": {
            "type": "integer",
            "format": "int32"
          },
          "partida": {
            "type": "string",
            "nullable": true
          },
          "llegada": {
            "type": "string",
            "nullable": true
          },
          "fechaTransporte": {
            "type": "string",
            "format": "date-time"
          },
          "chofer": {
            "type": "string",
            "nullable": true
          },
          "placa": {
            "type": "string",
            "nullable": true
          },
          "carreta": {
            "type": "string",
            "nullable": true
          },
          "licencia": {
            "type": "string",
            "nullable": true
          },
          "marca": {
            "type": "string",
            "nullable": true
          },
          "empresaTransporte": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "rucTrans": {
            "type": "string",
            "nullable": true
          },
          "constancia": {
            "type": "string",
            "nullable": true
          },
          "motivoTraslado": {
            "type": "string",
            "nullable": true
          },
          "guiaRemAdicionales": {
            "type": "string",
            "nullable": true
          },
          "dam": {
            "type": "string",
            "nullable": true
          },
          "tercero": {
            "type": "string",
            "nullable": true
          },
          "rucTercero": {
            "type": "string",
            "nullable": true
          },
          "estadoGuia": {
            "type": "string",
            "nullable": true
          },
          "observacion": {
            "type": "string",
            "nullable": true
          },
          "isElectronica": {
            "type": "string",
            "nullable": true
          },
          "estadoSunat": {
            "type": "string",
            "nullable": true
          },
          "msjRptaSunat": {
            "type": "string",
            "nullable": true
          },
          "referencia": {
            "type": "string",
            "nullable": true
          },
          "orden": {
            "type": "string",
            "nullable": true
          },
          "apellidosChofer": {
            "type": "string",
            "nullable": true
          },
          "nroDocChofer": {
            "type": "string",
            "nullable": true
          },
          "ubigeoPartida": {
            "type": "string",
            "nullable": true
          },
          "ubigeoLlegada": {
            "type": "string",
            "nullable": true
          },
          "registroMtcTrans": {
            "type": "string",
            "nullable": true
          },
          "nroAutorizacionTrans": {
            "type": "string",
            "nullable": true
          },
          "entidadAutorizaTrans": {
            "type": "string",
            "nullable": true
          },
          "ticket": {
            "type": "string",
            "nullable": true
          },
          "codigoHash": {
            "type": "string",
            "nullable": true
          },
          "codDocRelacionado": {
            "type": "string",
            "nullable": true
          },
          "nroDocRelacionado": {
            "type": "string",
            "nullable": true
          },
          "nroRucRelacionado": {
            "type": "string",
            "nullable": true
          },
          "tipoDocChofer": {
            "type": "string",
            "nullable": true
          },
          "placaSecundaria": {
            "type": "string",
            "nullable": true
          },
          "marcaSecundaria": {
            "type": "string",
            "nullable": true
          },
          "constanciaSecundaria": {
            "type": "string",
            "nullable": true
          },
          "choferSecundario": {
            "type": "string",
            "nullable": true
          },
          "apellidosChoferSecundario": {
            "type": "string",
            "nullable": true
          },
          "licenciaChoferSecundario": {
            "type": "string",
            "nullable": true
          },
          "tipoDocChoferSecundario": {
            "type": "string",
            "nullable": true
          },
          "carretaSecundaria": {
            "type": "string",
            "nullable": true
          },
          "nroDocChoferSecundario": {
            "type": "string",
            "nullable": true
          },
          "tipoTransporte": {
            "type": "string",
            "nullable": true
          },
          "codMotivoTraslado": {
            "type": "string",
            "nullable": true
          },
          "codAnexoOrigen": {
            "type": "string",
            "nullable": true
          },
          "codAnexoDestino": {
            "type": "string",
            "nullable": true
          },
          "tipoPeso": {
            "type": "string",
            "nullable": true
          },
          "pesoTotal": {
            "type": "number",
            "format": "double"
          },
          "tipoDocSubContrata": {
            "type": "string",
            "nullable": true
          },
          "nroDocSubContrata": {
            "type": "string",
            "nullable": true
          },
          "nombresSubContrata": {
            "type": "string",
            "nullable": true
          },
          "retornoVehiculoVacio": {
            "type": "string",
            "nullable": true
          },
          "retornoVehiculoEnvasesVacios": {
            "type": "string",
            "nullable": true
          },
          "transbordoProgramado": {
            "type": "string",
            "nullable": true
          },
          "transporteSubContratado": {
            "type": "string",
            "nullable": true
          },
          "tipoPagadorFlete": {
            "type": "string",
            "nullable": true
          },
          "tipoDocPagadorFlete": {
            "type": "string",
            "nullable": true
          },
          "nroDocPagadorFlete": {
            "type": "string",
            "nullable": true
          },
          "nombresPagadorFlete": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "codDocumento": {
            "type": "string",
            "nullable": true
          },
          "idKardex": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idAlmacen": {
            "type": "integer",
            "format": "int32"
          },
          "idSocioNegocios": {
            "type": "integer",
            "format": "int32"
          },
          "idVenta": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idRemitente": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idOrdenVenta": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idViaje": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "unidadPesoBruto": {
            "type": "string",
            "nullable": true
          },
          "nroPallets": {
            "type": "integer",
            "format": "int32"
          },
          "codigoPuerto": {
            "type": "string",
            "nullable": true
          },
          "nombrePuerto": {
            "type": "string",
            "nullable": true
          },
          "nombresSocioNegocio": {
            "type": "string",
            "nullable": true
          },
          "nombresRemitente": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.GuiasRemision.Entidades.KardexGuiaRemisionDto": {
        "type": "object",
        "properties": {
          "idKardex": {
            "type": "integer",
            "format": "int32"
          },
          "idGuiaRemision": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.GuiasRemision.Entradas.GuiaRemisionInputDto": {
        "type": "object",
        "properties": {
          "idGuia": {
            "type": "integer",
            "format": "int32"
          },
          "serie": {
            "type": "string",
            "nullable": true
          },
          "nro": {
            "type": "integer",
            "format": "int32"
          },
          "fechaEmision": {
            "type": "string",
            "format": "date-time"
          },
          "fechaRegistro": {
            "type": "string",
            "format": "date-time"
          },
          "idUsuario": {
            "type": "integer",
            "format": "int32"
          },
          "partida": {
            "type": "string",
            "nullable": true
          },
          "llegada": {
            "type": "string",
            "nullable": true
          },
          "fechaTransporte": {
            "type": "string",
            "format": "date-time"
          },
          "chofer": {
            "type": "string",
            "nullable": true
          },
          "placa": {
            "type": "string",
            "nullable": true
          },
          "carreta": {
            "type": "string",
            "nullable": true
          },
          "licencia": {
            "type": "string",
            "nullable": true
          },
          "marca": {
            "type": "string",
            "nullable": true
          },
          "empresaTransporte": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "rucTrans": {
            "type": "string",
            "nullable": true
          },
          "constancia": {
            "type": "string",
            "nullable": true
          },
          "motivoTraslado": {
            "type": "string",
            "nullable": true
          },
          "guiaRemAdicionales": {
            "type": "string",
            "nullable": true
          },
          "dam": {
            "type": "string",
            "nullable": true
          },
          "tercero": {
            "type": "string",
            "nullable": true
          },
          "rucTercero": {
            "type": "string",
            "nullable": true
          },
          "estadoGuia": {
            "type": "string",
            "nullable": true
          },
          "observacion": {
            "type": "string",
            "nullable": true
          },
          "isElectronica": {
            "type": "string",
            "nullable": true
          },
          "estadoSunat": {
            "type": "string",
            "nullable": true
          },
          "msjRptaSunat": {
            "type": "string",
            "nullable": true
          },
          "referencia": {
            "type": "string",
            "nullable": true
          },
          "orden": {
            "type": "string",
            "nullable": true
          },
          "apellidosChofer": {
            "type": "string",
            "nullable": true
          },
          "nroDocChofer": {
            "type": "string",
            "nullable": true
          },
          "ubigeoPartida": {
            "type": "string",
            "nullable": true
          },
          "ubigeoLlegada": {
            "type": "string",
            "nullable": true
          },
          "registroMtcTrans": {
            "type": "string",
            "nullable": true
          },
          "nroAutorizacionTrans": {
            "type": "string",
            "nullable": true
          },
          "entidadAutorizaTrans": {
            "type": "string",
            "nullable": true
          },
          "ticket": {
            "type": "string",
            "nullable": true
          },
          "codigoHash": {
            "type": "string",
            "nullable": true
          },
          "codDocRelacionado": {
            "type": "string",
            "nullable": true
          },
          "nroDocRelacionado": {
            "type": "string",
            "nullable": true
          },
          "nroRucRelacionado": {
            "type": "string",
            "nullable": true
          },
          "tipoDocChofer": {
            "type": "string",
            "nullable": true
          },
          "placaSecundaria": {
            "type": "string",
            "nullable": true
          },
          "marcaSecundaria": {
            "type": "string",
            "nullable": true
          },
          "constanciaSecundaria": {
            "type": "string",
            "nullable": true
          },
          "choferSecundario": {
            "type": "string",
            "nullable": true
          },
          "apellidosChoferSecundario": {
            "type": "string",
            "nullable": true
          },
          "licenciaChoferSecundario": {
            "type": "string",
            "nullable": true
          },
          "tipoDocChoferSecundario": {
            "type": "string",
            "nullable": true
          },
          "carretaSecundaria": {
            "type": "string",
            "nullable": true
          },
          "nroDocChoferSecundario": {
            "type": "string",
            "nullable": true
          },
          "tipoTransporte": {
            "type": "string",
            "nullable": true
          },
          "codMotivoTraslado": {
            "type": "string",
            "nullable": true
          },
          "codAnexoOrigen": {
            "type": "string",
            "nullable": true
          },
          "codAnexoDestino": {
            "type": "string",
            "nullable": true
          },
          "tipoPeso": {
            "type": "string",
            "nullable": true
          },
          "pesoTotal": {
            "type": "number",
            "format": "double"
          },
          "tipoDocSubContrata": {
            "type": "string",
            "nullable": true
          },
          "nroDocSubContrata": {
            "type": "string",
            "nullable": true
          },
          "nombresSubContrata": {
            "type": "string",
            "nullable": true
          },
          "retornoVehiculoVacio": {
            "type": "string",
            "nullable": true
          },
          "retornoVehiculoEnvasesVacios": {
            "type": "string",
            "nullable": true
          },
          "transbordoProgramado": {
            "type": "string",
            "nullable": true
          },
          "transporteSubContratado": {
            "type": "string",
            "nullable": true
          },
          "tipoPagadorFlete": {
            "type": "string",
            "nullable": true
          },
          "tipoDocPagadorFlete": {
            "type": "string",
            "nullable": true
          },
          "nroDocPagadorFlete": {
            "type": "string",
            "nullable": true
          },
          "nombresPagadorFlete": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "codDocumento": {
            "type": "string",
            "nullable": true
          },
          "idKardex": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idAlmacen": {
            "type": "integer",
            "format": "int32"
          },
          "idSocioNegocios": {
            "type": "integer",
            "format": "int32"
          },
          "idVenta": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idRemitente": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idOrdenVenta": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idViaje": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "unidadPesoBruto": {
            "type": "string",
            "nullable": true
          },
          "nroPallets": {
            "type": "integer",
            "format": "int32"
          },
          "codigoPuerto": {
            "type": "string",
            "nullable": true
          },
          "nombrePuerto": {
            "type": "string",
            "nullable": true
          },
          "nombresSocioNegocio": {
            "type": "string",
            "nullable": true
          },
          "nombresRemitente": {
            "type": "string",
            "nullable": true
          },
          "guiaDetalle": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.GuiasRemision.Entidades.GuiaDetalleDto"
            },
            "nullable": true
          },
          "kardexGuiaRemision": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.GuiasRemision.Entidades.KardexGuiaRemisionDto"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Impuestos.ImpuestoDto": {
        "type": "object",
        "properties": {
          "idImpuesto": {
            "type": "integer",
            "format": "int32"
          },
          "nombre": {
            "type": "string",
            "nullable": true
          },
          "abreviatura": {
            "type": "string",
            "nullable": true
          },
          "codigoExterno": {
            "type": "string",
            "nullable": true
          },
          "ambito": {
            "type": "string",
            "nullable": true
          },
          "tipoCalculo": {
            "type": "string",
            "nullable": true
          },
          "valor": {
            "type": "number",
            "format": "double"
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "porDefecto": {
            "type": "string",
            "nullable": true
          },
          "tipoAfectacion": {
            "type": "string",
            "nullable": true
          },
          "anuladoPor": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Inventarios.Entidades.InventarioDto": {
        "type": "object",
        "properties": {
          "idInventario": {
            "type": "integer",
            "format": "int32"
          },
          "fecha": {
            "type": "string",
            "format": "date-time"
          },
          "registro": {
            "type": "string",
            "format": "date-time"
          },
          "observacion": {
            "type": "string",
            "nullable": true
          },
          "idResponsable": {
            "type": "integer",
            "format": "int32"
          },
          "idAlmacen": {
            "type": "integer",
            "format": "int32"
          },
          "tipo": {
            "type": "string",
            "nullable": true
          },
          "idCategoria": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "estadoEnvio": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "idMarca": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "valorizadoSistema": {
            "type": "number",
            "format": "double"
          },
          "valorizadoValidado": {
            "type": "number",
            "format": "double"
          },
          "modalidad": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Inventarios.Entradas.AgregarDetalleInventarioInputDto": {
        "type": "object",
        "properties": {
          "idInventario": {
            "type": "integer",
            "format": "int32"
          },
          "idProducto": {
            "type": "integer",
            "format": "int32"
          },
          "cantidad": {
            "type": "number",
            "format": "double"
          },
          "operacion": {
            "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Inventarios.Entradas.OperacionAjusteDetalle"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Inventarios.Entradas.InventarioInputDto": {
        "type": "object",
        "properties": {
          "idInventario": {
            "type": "integer",
            "format": "int32"
          },
          "fecha": {
            "type": "string",
            "format": "date-time"
          },
          "observacion": {
            "type": "string",
            "nullable": true
          },
          "idResponsable": {
            "type": "integer",
            "format": "int32"
          },
          "idAlmacen": {
            "type": "integer",
            "format": "int32"
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "tipo": {
            "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Inventarios.Entradas.TipoTomaInventario"
          },
          "idCategoria": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idMarca": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "modalidad": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Inventarios.Entradas.OperacionAjusteDetalle": {
        "enum": [
          0,
          1,
          2
        ],
        "type": "integer",
        "format": "int32"
      },
      "Facturita.Aplicacion.Transversal.Dtos.Inventarios.Entradas.ProcesarInventarioInputDto": {
        "type": "object",
        "properties": {
          "idInventario": {
            "type": "integer",
            "format": "int32"
          },
          "idAlmacen": {
            "type": "integer",
            "format": "int32"
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "aResponsable": {
            "type": "string",
            "nullable": true
          },
          "valorizadoSistema": {
            "type": "number",
            "format": "double"
          },
          "valorizadoValidado": {
            "type": "number",
            "format": "double"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Inventarios.Entradas.TipoTomaInventario": {
        "enum": [
          0,
          1,
          2,
          3,
          4
        ],
        "type": "integer",
        "format": "int32"
      },
      "Facturita.Aplicacion.Transversal.Dtos.Kardexs.Entidades.KardexDetalleDto": {
        "type": "object",
        "properties": {
          "idKardexDetalle": {
            "type": "integer",
            "format": "int32"
          },
          "idKardex": {
            "type": "integer",
            "format": "int32"
          },
          "idProducto": {
            "type": "integer",
            "format": "int32"
          },
          "item": {
            "type": "integer",
            "format": "int32"
          },
          "cantidad": {
            "type": "number",
            "format": "double"
          },
          "valorCostoBase": {
            "type": "number",
            "format": "double"
          },
          "cantPresenta": {
            "type": "number",
            "format": "double"
          },
          "precioPresenta": {
            "type": "number",
            "format": "double"
          },
          "presentacion": {
            "type": "string",
            "nullable": true
          },
          "idUnidadMedida": {
            "type": "integer",
            "format": "int32"
          },
          "isBonificacion": {
            "type": "string",
            "nullable": true
          },
          "fechaReferencia": {
            "type": "string",
            "format": "date-time"
          },
          "afectoIgv": {
            "type": "string",
            "nullable": true
          },
          "equivalencia": {
            "type": "number",
            "format": "double"
          },
          "cantPresentaInicial": {
            "type": "number",
            "format": "double"
          },
          "idProductoKit": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "serieLote": {
            "type": "string",
            "nullable": true
          },
          "stockActual": {
            "type": "number",
            "format": "double",
            "nullable": true
          },
          "costoActual": {
            "type": "number",
            "format": "double",
            "nullable": true
          },
          "stockManual": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Kardexs.Entidades.KardexDto": {
        "type": "object",
        "properties": {
          "idKardex": {
            "type": "integer",
            "format": "int32"
          },
          "tipoMovimiento": {
            "type": "string",
            "nullable": true
          },
          "fechaOperacion": {
            "type": "string",
            "format": "date-time"
          },
          "fechaRegistro": {
            "type": "string",
            "format": "date-time"
          },
          "fechaModificacion": {
            "type": "string",
            "format": "date-time"
          },
          "responsable": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "estadoMovimiento": {
            "type": "string",
            "nullable": true
          },
          "nroDoc": {
            "type": "string",
            "nullable": true
          },
          "serieDoc": {
            "type": "string",
            "nullable": true
          },
          "encargadoEntrega": {
            "type": "string",
            "nullable": true
          },
          "idAlmacenOriDest": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "observacion": {
            "type": "string",
            "nullable": true
          },
          "idEmpleado": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idKardexOrigen": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idSocioNegocios": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idOrdenCompra": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "serieGuia": {
            "type": "string",
            "nullable": true
          },
          "nroGuia": {
            "type": "string",
            "nullable": true
          },
          "tipoCambio": {
            "type": "number",
            "format": "double"
          },
          "incIgv": {
            "type": "string",
            "nullable": true
          },
          "porcentajeIgv": {
            "type": "number",
            "format": "double"
          },
          "total": {
            "type": "number",
            "format": "double"
          },
          "idVentaNC": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "fechaDev": {
            "type": "string",
            "format": "date-time"
          },
          "idAlmacen": {
            "type": "integer",
            "format": "int32"
          },
          "codDocumento": {
            "type": "string",
            "nullable": true
          },
          "idVenta": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idMoneda": {
            "type": "integer",
            "format": "int32"
          },
          "idConceptoKardex": {
            "type": "integer",
            "format": "int32"
          },
          "idCompra": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idOrdenVenta": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idOrdenProduccion": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "referencia": {
            "type": "string",
            "nullable": true
          },
          "idAlmacenDestinar": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idKardexDestinado": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "totalProductos": {
            "type": "number",
            "format": "double"
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "fechaValidacion": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "usuarioValida": {
            "type": "string",
            "nullable": true
          },
          "usuarioRevierte": {
            "type": "string",
            "nullable": true
          },
          "usuarioAnula": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Kardexs.Entradas.KardexEspejoInputDto": {
        "type": "object",
        "properties": {
          "idKardex": {
            "type": "integer",
            "format": "int32"
          },
          "tipoMovimiento": {
            "type": "string",
            "nullable": true
          },
          "fechaOperacion": {
            "type": "string",
            "format": "date-time"
          },
          "fechaRegistro": {
            "type": "string",
            "format": "date-time"
          },
          "fechaModificacion": {
            "type": "string",
            "format": "date-time"
          },
          "responsable": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "estadoMovimiento": {
            "type": "string",
            "nullable": true
          },
          "nroDoc": {
            "type": "string",
            "nullable": true
          },
          "serieDoc": {
            "type": "string",
            "nullable": true
          },
          "encargadoEntrega": {
            "type": "string",
            "nullable": true
          },
          "idAlmacenOriDest": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "observacion": {
            "type": "string",
            "nullable": true
          },
          "idEmpleado": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idKardexOrigen": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idSocioNegocios": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idOrdenCompra": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "serieGuia": {
            "type": "string",
            "nullable": true
          },
          "nroGuia": {
            "type": "string",
            "nullable": true
          },
          "tipoCambio": {
            "type": "number",
            "format": "double"
          },
          "incIgv": {
            "type": "string",
            "nullable": true
          },
          "porcentajeIgv": {
            "type": "number",
            "format": "double"
          },
          "total": {
            "type": "number",
            "format": "double"
          },
          "idVentaNC": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "fechaDev": {
            "type": "string",
            "format": "date-time"
          },
          "idAlmacen": {
            "type": "integer",
            "format": "int32"
          },
          "codDocumento": {
            "type": "string",
            "nullable": true
          },
          "idVenta": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idMoneda": {
            "type": "integer",
            "format": "int32"
          },
          "idConceptoKardex": {
            "type": "integer",
            "format": "int32"
          },
          "idCompra": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idOrdenVenta": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idOrdenProduccion": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "referencia": {
            "type": "string",
            "nullable": true
          },
          "idAlmacenDestinar": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idKardexDestinado": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "totalProductos": {
            "type": "number",
            "format": "double"
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "fechaValidacion": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "usuarioValida": {
            "type": "string",
            "nullable": true
          },
          "usuarioRevierte": {
            "type": "string",
            "nullable": true
          },
          "usuarioAnula": {
            "type": "string",
            "nullable": true
          },
          "detalle": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Kardexs.Entidades.KardexDetalleDto"
            },
            "nullable": true
          },
          "prodIncImpto": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Kardexs.Entradas.KardexInputDto": {
        "type": "object",
        "properties": {
          "idKardex": {
            "type": "integer",
            "format": "int32"
          },
          "tipoMovimiento": {
            "type": "string",
            "nullable": true
          },
          "fechaOperacion": {
            "type": "string",
            "format": "date-time"
          },
          "fechaRegistro": {
            "type": "string",
            "format": "date-time"
          },
          "fechaModificacion": {
            "type": "string",
            "format": "date-time"
          },
          "responsable": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "estadoMovimiento": {
            "type": "string",
            "nullable": true
          },
          "nroDoc": {
            "type": "string",
            "nullable": true
          },
          "serieDoc": {
            "type": "string",
            "nullable": true
          },
          "encargadoEntrega": {
            "type": "string",
            "nullable": true
          },
          "idAlmacenOriDest": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "observacion": {
            "type": "string",
            "nullable": true
          },
          "idEmpleado": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idKardexOrigen": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idSocioNegocios": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idOrdenCompra": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "serieGuia": {
            "type": "string",
            "nullable": true
          },
          "nroGuia": {
            "type": "string",
            "nullable": true
          },
          "tipoCambio": {
            "type": "number",
            "format": "double"
          },
          "incIgv": {
            "type": "string",
            "nullable": true
          },
          "porcentajeIgv": {
            "type": "number",
            "format": "double"
          },
          "total": {
            "type": "number",
            "format": "double"
          },
          "idVentaNC": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "fechaDev": {
            "type": "string",
            "format": "date-time"
          },
          "idAlmacen": {
            "type": "integer",
            "format": "int32"
          },
          "codDocumento": {
            "type": "string",
            "nullable": true
          },
          "idVenta": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idMoneda": {
            "type": "integer",
            "format": "int32"
          },
          "idConceptoKardex": {
            "type": "integer",
            "format": "int32"
          },
          "idCompra": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idOrdenVenta": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idOrdenProduccion": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "referencia": {
            "type": "string",
            "nullable": true
          },
          "idAlmacenDestinar": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idKardexDestinado": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "totalProductos": {
            "type": "number",
            "format": "double"
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "fechaValidacion": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "usuarioValida": {
            "type": "string",
            "nullable": true
          },
          "usuarioRevierte": {
            "type": "string",
            "nullable": true
          },
          "usuarioAnula": {
            "type": "string",
            "nullable": true
          },
          "detalle": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Kardexs.Entidades.KardexDetalleDto"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Kardexs.Entradas.ReportKardexInputDto": {
        "type": "object",
        "properties": {
          "idAlmacen": {
            "type": "integer",
            "format": "int32"
          },
          "texto": {
            "type": "string",
            "nullable": true
          },
          "desde": {
            "type": "string",
            "format": "date-time"
          },
          "hasta": {
            "type": "string",
            "format": "date-time"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Kardexs.Salidas.Especificas.ReportKardexOutputDto": {
        "type": "object",
        "properties": {
          "idKardex": {
            "type": "integer",
            "format": "int32"
          },
          "idKardexDetalle": {
            "type": "integer",
            "format": "int32"
          },
          "idProducto": {
            "type": "integer",
            "format": "int32"
          },
          "idUnidadMedida": {
            "type": "integer",
            "format": "int32"
          },
          "presentacion": {
            "type": "string",
            "nullable": true
          },
          "subCodigoProducto": {
            "type": "string",
            "nullable": true
          },
          "producto": {
            "type": "string",
            "nullable": true
          },
          "tipoMovimiento": {
            "type": "string",
            "nullable": true
          },
          "referencia": {
            "type": "string",
            "nullable": true
          },
          "observacion": {
            "type": "string",
            "nullable": true
          },
          "documento": {
            "type": "string",
            "nullable": true
          },
          "serie": {
            "type": "string",
            "nullable": true
          },
          "nro": {
            "type": "string",
            "nullable": true
          },
          "fecha": {
            "type": "string",
            "format": "date-time"
          },
          "cantidadEntrada": {
            "type": "number",
            "format": "double"
          },
          "costoUnitEntrada": {
            "type": "number",
            "format": "double"
          },
          "costoTotalEntrada": {
            "type": "number",
            "format": "double"
          },
          "cantidadSalida": {
            "type": "number",
            "format": "double"
          },
          "costoUnitSalida": {
            "type": "number",
            "format": "double"
          },
          "costoTotalSalida": {
            "type": "number",
            "format": "double"
          },
          "cantidadFinal": {
            "type": "number",
            "format": "double"
          },
          "costoUnitFinal": {
            "type": "number",
            "format": "double"
          },
          "costoTotalFinal": {
            "type": "number",
            "format": "double"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.ListasPrecios.ListaPreciosDto": {
        "type": "object",
        "properties": {
          "idLista": {
            "type": "integer",
            "format": "int32"
          },
          "nombre": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "incIgv": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "idAlmacen": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "tipoCalculo": {
            "type": "string",
            "nullable": true
          },
          "color": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Marcaciones.MarcacionDto": {
        "type": "object",
        "properties": {
          "idMarcacion": {
            "type": "integer",
            "format": "int32"
          },
          "idEmpleado": {
            "type": "integer",
            "format": "int32"
          },
          "fecha": {
            "type": "string",
            "format": "date-time"
          },
          "tipo": {
            "type": "string",
            "nullable": true
          },
          "idEstablecimiento": {
            "type": "integer",
            "format": "int32"
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "hora": {
            "type": "string",
            "format": "date-time"
          },
          "idTurno": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "entrada": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "salida": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "fechaAnula": {
            "type": "string",
            "format": "date-time"
          },
          "anuladoPor": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Marcaciones.MarcacionInputDto": {
        "type": "object",
        "properties": {
          "idMarcacion": {
            "type": "integer",
            "format": "int32"
          },
          "idEmpleado": {
            "type": "integer",
            "format": "int32"
          },
          "fecha": {
            "type": "string",
            "format": "date-time"
          },
          "tipo": {
            "type": "string",
            "nullable": true
          },
          "idEstablecimiento": {
            "type": "integer",
            "format": "int32"
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "hora": {
            "type": "string",
            "format": "date-time"
          },
          "idTurno": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "entrada": {
            "type": "string",
            "nullable": true
          },
          "salida": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "fechaAnula": {
            "type": "string",
            "format": "date-time"
          },
          "anuladoPor": {
            "type": "string",
            "nullable": true
          },
          "codigoMarca": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Marcas.MarcaDto": {
        "type": "object",
        "properties": {
          "idMarca": {
            "type": "integer",
            "format": "int32"
          },
          "nombreMarca": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "reservado": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "anuladoPor": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeBajaCandidatoDto": {
        "type": "object",
        "properties": {
          "tipoComprobante": {
            "type": "string",
            "nullable": true
          },
          "idComprobante": {
            "type": "integer",
            "format": "int32"
          },
          "codTipoDoc": {
            "type": "string",
            "nullable": true
          },
          "serieDoc": {
            "type": "string",
            "nullable": true
          },
          "nroDoc": {
            "type": "integer",
            "format": "int32"
          },
          "fechaEmision": {
            "type": "string",
            "format": "date-time"
          },
          "clienteDoc": {
            "type": "string",
            "nullable": true
          },
          "clienteNombre": {
            "type": "string",
            "nullable": true
          },
          "totalVenta": {
            "type": "number",
            "format": "double"
          },
          "motivoAnula": {
            "type": "string",
            "nullable": true
          },
          "fechaAnula": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeBoletaCandidataDto": {
        "type": "object",
        "properties": {
          "idVenta": {
            "type": "integer",
            "format": "int32"
          },
          "serieDoc": {
            "type": "string",
            "nullable": true
          },
          "nroDoc": {
            "type": "integer",
            "format": "int32"
          },
          "fechaEmision": {
            "type": "string",
            "format": "date-time"
          },
          "clienteDoc": {
            "type": "string",
            "nullable": true
          },
          "clienteNombre": {
            "type": "string",
            "nullable": true
          },
          "totalVenta": {
            "type": "number",
            "format": "double"
          },
          "estadoSunat": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeCambiarIdDocumentoDto": {
        "type": "object",
        "properties": {
          "idDocumento": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeComprobantePendienteDto": {
        "type": "object",
        "properties": {
          "tipoComprobante": {
            "type": "string",
            "nullable": true
          },
          "idComprobante": {
            "type": "integer",
            "format": "int32"
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "razonSocial": {
            "type": "string",
            "nullable": true
          },
          "codTipoDoc": {
            "type": "string",
            "nullable": true
          },
          "serieDoc": {
            "type": "string",
            "nullable": true
          },
          "nroDoc": {
            "type": "integer",
            "format": "int32"
          },
          "fechaEmision": {
            "type": "string",
            "format": "date-time"
          },
          "clienteNombre": {
            "type": "string",
            "nullable": true
          },
          "clienteDoc": {
            "type": "string",
            "nullable": true
          },
          "totalVenta": {
            "type": "number",
            "format": "double"
          },
          "moneda": {
            "type": "string",
            "nullable": true
          },
          "estadoSunat": {
            "type": "string",
            "nullable": true
          },
          "estadoSunatLabel": {
            "type": "string",
            "nullable": true
          },
          "msjRptaSunat": {
            "type": "string",
            "nullable": true
          },
          "ultimoErrorTecnico": {
            "type": "string",
            "nullable": true
          },
          "intentosEnvio": {
            "type": "integer",
            "format": "int32"
          },
          "fechaUltimoIntentoSunat": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "esNotaCredito": {
            "type": "boolean"
          },
          "idVentaDocRef": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "estadoVentaRef": {
            "type": "string",
            "nullable": true
          },
          "motivoBloqueoEnvio": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeCrearBajaInputDto": {
        "type": "object",
        "properties": {
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "tipoSerie": {
            "type": "string",
            "nullable": true
          },
          "idVentas": {
            "type": "array",
            "items": {
              "type": "integer",
              "format": "int32"
            },
            "nullable": true
          },
          "idDocumentoCustom": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeCrearResumenInputDto": {
        "type": "object",
        "properties": {
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "fechaDocumentos": {
            "type": "string",
            "format": "date"
          },
          "idVentas": {
            "type": "array",
            "items": {
              "type": "integer",
              "format": "int32"
            },
            "nullable": true
          },
          "idDocumentoCustom": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeDashboardItemDto": {
        "type": "object",
        "properties": {
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "razonSocial": {
            "type": "string",
            "nullable": true
          },
          "nombreComercial": {
            "type": "string",
            "nullable": true
          },
          "totalAceptados": {
            "type": "integer",
            "format": "int32"
          },
          "totalPendientes": {
            "type": "integer",
            "format": "int32"
          },
          "totalErrorTecnico": {
            "type": "integer",
            "format": "int32"
          },
          "totalRechazadosSunat": {
            "type": "integer",
            "format": "int32"
          },
          "totalDeBaja": {
            "type": "integer",
            "format": "int32"
          },
          "mesAceptados": {
            "type": "integer",
            "format": "int32"
          },
          "mesMonto": {
            "type": "number",
            "format": "double"
          },
          "displayName": {
            "type": "string",
            "nullable": true,
            "readOnly": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeDashboardOutputDto": {
        "type": "object",
        "properties": {
          "items": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeDashboardItemDto"
            },
            "nullable": true
          },
          "totales": {
            "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeDashboardTotalesDto"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeDashboardTotalesDto": {
        "type": "object",
        "properties": {
          "cantEmpresas": {
            "type": "integer",
            "format": "int32"
          },
          "cantTotalPendientes": {
            "type": "integer",
            "format": "int32"
          },
          "cantTotalConError": {
            "type": "integer",
            "format": "int32"
          },
          "cantTotalAceptadosMes": {
            "type": "integer",
            "format": "int32"
          },
          "montoTotalAceptadosMes": {
            "type": "number",
            "format": "double"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeEmpresaAfiliadaDto": {
        "type": "object",
        "properties": {
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "razonSocial": {
            "type": "string",
            "nullable": true
          },
          "nombreComercial": {
            "type": "string",
            "nullable": true
          },
          "enviaCpeAutomatico": {
            "type": "boolean"
          },
          "cantPendientes": {
            "type": "integer",
            "format": "int32"
          },
          "displayName": {
            "type": "string",
            "nullable": true,
            "readOnly": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeEstadoItemDto": {
        "type": "object",
        "properties": {
          "tipoComprobante": {
            "type": "string",
            "nullable": true
          },
          "idComprobante": {
            "type": "integer",
            "format": "int32"
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "razonSocial": {
            "type": "string",
            "nullable": true
          },
          "codTipoDoc": {
            "type": "string",
            "nullable": true
          },
          "serieDoc": {
            "type": "string",
            "nullable": true
          },
          "nroDoc": {
            "type": "integer",
            "format": "int32"
          },
          "fechaEmision": {
            "type": "string",
            "format": "date-time"
          },
          "clienteNombre": {
            "type": "string",
            "nullable": true
          },
          "clienteDoc": {
            "type": "string",
            "nullable": true
          },
          "totalVenta": {
            "type": "number",
            "format": "double"
          },
          "moneda": {
            "type": "string",
            "nullable": true
          },
          "estadoSunat": {
            "type": "string",
            "nullable": true
          },
          "estadoSunatLabel": {
            "type": "string",
            "nullable": true
          },
          "msjRptaSunat": {
            "type": "string",
            "nullable": true
          },
          "ultimoErrorTecnico": {
            "type": "string",
            "nullable": true
          },
          "intentosEnvio": {
            "type": "integer",
            "format": "int32"
          },
          "fechaUltimoIntentoSunat": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "codigoHash": {
            "type": "string",
            "nullable": true
          },
          "codigoRespuestaSunat": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpePendientesFiltroDto": {
        "type": "object",
        "properties": {
          "rucs": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "nullable": true
          },
          "tipoError": {
            "type": "string",
            "nullable": true
          },
          "codTipoDoc": {
            "type": "string",
            "nullable": true
          },
          "fechaDesde": {
            "type": "string",
            "format": "date",
            "nullable": true
          },
          "fechaHasta": {
            "type": "string",
            "format": "date",
            "nullable": true
          },
          "limit": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeReenviarDescartadoDto": {
        "type": "object",
        "properties": {
          "tipo": {
            "type": "string",
            "nullable": true
          },
          "id": {
            "type": "integer",
            "format": "int32"
          },
          "identificador": {
            "type": "string",
            "nullable": true
          },
          "motivo": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeReenviarInputDto": {
        "type": "object",
        "properties": {
          "items": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeReenviarItemDto"
            },
            "nullable": true
          },
          "todos": {
            "type": "boolean"
          },
          "filtro": {
            "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpePendientesFiltroDto"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeReenviarItemDto": {
        "type": "object",
        "properties": {
          "tipo": {
            "type": "string",
            "nullable": true
          },
          "id": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeReenviarOutputDto": {
        "type": "object",
        "properties": {
          "totalSolicitados": {
            "type": "integer",
            "format": "int32"
          },
          "totalEncoladosOK": {
            "type": "integer",
            "format": "int32"
          },
          "totalDescartados": {
            "type": "integer",
            "format": "int32"
          },
          "descartados": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeReenviarDescartadoDto"
            },
            "nullable": true
          },
          "totalDuracionMs": {
            "type": "integer",
            "format": "int64"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeResumenDto": {
        "type": "object",
        "properties": {
          "idResumenSunat": {
            "type": "integer",
            "format": "int32"
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "razonSocial": {
            "type": "string",
            "nullable": true
          },
          "tipo": {
            "type": "string",
            "nullable": true
          },
          "correlativo": {
            "type": "integer",
            "format": "int32"
          },
          "idDocumento": {
            "type": "string",
            "nullable": true
          },
          "fechaGeneracion": {
            "type": "string",
            "format": "date-time"
          },
          "fechaReferencia": {
            "type": "string",
            "format": "date-time"
          },
          "estadoSunat": {
            "type": "string",
            "nullable": true
          },
          "estadoSunatLabel": {
            "type": "string",
            "nullable": true
          },
          "ticketSunat": {
            "type": "string",
            "nullable": true
          },
          "mensajeRespuestaSunat": {
            "type": "string",
            "nullable": true
          },
          "ultimoErrorTecnico": {
            "type": "string",
            "nullable": true
          },
          "cantBoletasIncluidas": {
            "type": "integer",
            "format": "int32"
          },
          "intentosEnvio": {
            "type": "integer",
            "format": "int32"
          },
          "puedeEditarIdDocumento": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeWorkerControlInputDto": {
        "type": "object",
        "properties": {
          "motivo": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeWorkerLogDto": {
        "type": "object",
        "properties": {
          "idLog": {
            "type": "integer",
            "format": "int32"
          },
          "workerNombre": {
            "type": "string",
            "nullable": true
          },
          "nivel": {
            "type": "string",
            "nullable": true
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "itemsProcesados": {
            "type": "integer",
            "format": "int32"
          },
          "itemsConError": {
            "type": "integer",
            "format": "int32"
          },
          "duracionMs": {
            "type": "integer",
            "format": "int32"
          },
          "fecha": {
            "type": "string",
            "format": "date-time"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeWorkerStatusDto": {
        "type": "object",
        "properties": {
          "nombre": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "actualizadoPor": {
            "type": "string",
            "nullable": true
          },
          "fechaActualizacion": {
            "type": "string",
            "format": "date-time"
          },
          "motivoUltimaPausa": {
            "type": "string",
            "nullable": true
          },
          "ultimoTick": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "ultimoProcesados": {
            "type": "integer",
            "format": "int32"
          },
          "ultimoErrores": {
            "type": "integer",
            "format": "int32"
          },
          "ultimoNivel": {
            "type": "string",
            "nullable": true
          },
          "ultimoMensaje": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McCuentas.McCuentaEmpresaDto": {
        "type": "object",
        "properties": {
          "idCuenta": {
            "type": "integer",
            "format": "int32"
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "fechaAsignacion": {
            "type": "string",
            "format": "date-time"
          },
          "emailCuenta": {
            "type": "string",
            "nullable": true
          },
          "nombreCuenta": {
            "type": "string",
            "nullable": true
          },
          "rolCuenta": {
            "type": "string",
            "nullable": true
          },
          "razonSocial": {
            "type": "string",
            "nullable": true
          },
          "nombreComercial": {
            "type": "string",
            "nullable": true
          },
          "estadoEmpresa": {
            "type": "string",
            "nullable": true
          },
          "displayEmpresa": {
            "type": "string",
            "nullable": true,
            "readOnly": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McCuentas.McCuentaUsuarioDto": {
        "type": "object",
        "properties": {
          "idCuenta": {
            "type": "integer",
            "format": "int32"
          },
          "email": {
            "type": "string",
            "nullable": true
          },
          "nombreCompleto": {
            "type": "string",
            "nullable": true
          },
          "telefono": {
            "type": "string",
            "nullable": true
          },
          "foto": {
            "type": "string",
            "nullable": true
          },
          "extensionFoto": {
            "type": "string",
            "nullable": true
          },
          "rol": {
            "type": "string",
            "nullable": true
          },
          "idResellerPadre": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "nombreResellerPadre": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "fechaRegistro": {
            "type": "string",
            "format": "date-time"
          },
          "ultimoLogin": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "cantidadEmpresas": {
            "type": "integer",
            "format": "int32"
          },
          "password": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McCuentas.McLoginPortalRequestDto": {
        "type": "object",
        "properties": {
          "email": {
            "type": "string",
            "nullable": true
          },
          "password": {
            "type": "string",
            "nullable": true
          },
          "recordarme": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McCuentas.McLoginPortalResponseDto": {
        "type": "object",
        "properties": {
          "idCuenta": {
            "type": "integer",
            "format": "int32"
          },
          "email": {
            "type": "string",
            "nullable": true
          },
          "nombreCompleto": {
            "type": "string",
            "nullable": true
          },
          "foto": {
            "type": "string",
            "nullable": true
          },
          "extensionFoto": {
            "type": "string",
            "nullable": true
          },
          "rol": {
            "type": "string",
            "nullable": true
          },
          "token": {
            "type": "string",
            "nullable": true
          },
          "expiration": {
            "type": "string",
            "format": "date-time"
          },
          "cantidadEmpresas": {
            "type": "integer",
            "format": "int32"
          },
          "cantidadGrupos": {
            "type": "integer",
            "format": "int32"
          },
          "notificacionesNoLeidas": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McCuentas.McResellerResumenDto": {
        "type": "object",
        "properties": {
          "idCuenta": {
            "type": "integer",
            "format": "int32"
          },
          "email": {
            "type": "string",
            "nullable": true
          },
          "nombreCompleto": {
            "type": "string",
            "nullable": true
          },
          "telefono": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "fechaRegistro": {
            "type": "string",
            "format": "date-time"
          },
          "ultimoLogin": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "cantidadClientes": {
            "type": "integer",
            "format": "int32"
          },
          "cantidadEmpresasGestionadas": {
            "type": "integer",
            "format": "int32"
          },
          "cantidadGruposCreados": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McEmpresas.McEmpresaBusquedaDto": {
        "type": "object",
        "properties": {
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "nombre": {
            "type": "string",
            "nullable": true
          },
          "displayLabel": {
            "type": "string",
            "nullable": true,
            "readOnly": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McEmpresas.McEmpresaListItemDto": {
        "type": "object",
        "properties": {
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "razonSocial": {
            "type": "string",
            "nullable": true
          },
          "nombreComercial": {
            "type": "string",
            "nullable": true
          },
          "direccion": {
            "type": "string",
            "nullable": true
          },
          "correo": {
            "type": "string",
            "nullable": true
          },
          "telefonoContacto": {
            "type": "string",
            "nullable": true
          },
          "activo": {
            "type": "string",
            "nullable": true
          },
          "idTipoPaquete": {
            "type": "integer",
            "format": "int32"
          },
          "nombreTipoPaquete": {
            "type": "string",
            "nullable": true
          },
          "fechaRegistro": {
            "type": "string",
            "format": "date-time"
          },
          "idResellerPadre": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "nombreResellerPadre": {
            "type": "string",
            "nullable": true
          },
          "emailResellerPadre": {
            "type": "string",
            "nullable": true
          },
          "cantidadCuentasConAcceso": {
            "type": "integer",
            "format": "int32"
          },
          "displayName": {
            "type": "string",
            "nullable": true,
            "readOnly": true
          },
          "estaActiva": {
            "type": "boolean",
            "readOnly": true
          },
          "esDirecta": {
            "type": "boolean",
            "readOnly": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McEmpresas.McEmpresaOnboardingRequestDto": {
        "type": "object",
        "properties": {
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "razonSocial": {
            "type": "string",
            "nullable": true
          },
          "nombreComercial": {
            "type": "string",
            "nullable": true
          },
          "direccion": {
            "type": "string",
            "nullable": true
          },
          "correo": {
            "type": "string",
            "nullable": true
          },
          "telefonoContacto": {
            "type": "string",
            "nullable": true
          },
          "contacto": {
            "type": "string",
            "nullable": true
          },
          "idTipoPaquete": {
            "type": "integer",
            "format": "int32"
          },
          "idResellerPadreOpcional": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "adminUsuario": {
            "type": "string",
            "nullable": true
          },
          "adminPassword": {
            "type": "string",
            "nullable": true
          },
          "adminNombre": {
            "type": "string",
            "nullable": true
          },
          "adminDni": {
            "type": "string",
            "nullable": true
          },
          "crearAccesoPortal": {
            "type": "boolean"
          },
          "portalEmail": {
            "type": "string",
            "nullable": true
          },
          "portalNombreCompleto": {
            "type": "string",
            "nullable": true
          },
          "portalTelefono": {
            "type": "string",
            "nullable": true
          },
          "portalPassword": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McEmpresas.McTipoPaqueteDto": {
        "type": "object",
        "properties": {
          "idTipoPaquete": {
            "type": "integer",
            "format": "int32"
          },
          "nombre": {
            "type": "string",
            "nullable": true
          },
          "precioMes": {
            "type": "number",
            "format": "double"
          },
          "precioAnual": {
            "type": "number",
            "format": "double"
          },
          "factElectronica": {
            "type": "string",
            "nullable": true
          },
          "recomendado": {
            "type": "string",
            "nullable": true
          },
          "promocion": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McFacturas.McFacturaSuscripcionDto": {
        "type": "object",
        "properties": {
          "idFactura": {
            "type": "integer",
            "format": "int32"
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "serie": {
            "type": "string",
            "nullable": true
          },
          "numero": {
            "type": "integer",
            "format": "int32"
          },
          "numeroCompleto": {
            "type": "string",
            "nullable": true,
            "readOnly": true
          },
          "fechaEmision": {
            "type": "string",
            "format": "date-time"
          },
          "fechaVencimiento": {
            "type": "string",
            "format": "date-time"
          },
          "conceptoPeriodo": {
            "type": "string",
            "nullable": true
          },
          "periodoAnio": {
            "type": "integer",
            "format": "int32"
          },
          "periodoMes": {
            "type": "integer",
            "format": "int32"
          },
          "subTotal": {
            "type": "number",
            "format": "double"
          },
          "igv": {
            "type": "number",
            "format": "double"
          },
          "total": {
            "type": "number",
            "format": "double"
          },
          "pagado": {
            "type": "number",
            "format": "double"
          },
          "saldo": {
            "type": "number",
            "format": "double",
            "readOnly": true
          },
          "moneda": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "idTipoPaquete": {
            "type": "integer",
            "format": "int32"
          },
          "nombrePaquete": {
            "type": "string",
            "nullable": true
          },
          "pdfRuta": {
            "type": "string",
            "nullable": true
          },
          "pdfGeneradoEn": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "fechaCreacion": {
            "type": "string",
            "format": "date-time"
          },
          "idCuentaEmisor": {
            "type": "integer",
            "format": "int32"
          },
          "razonSocial": {
            "type": "string",
            "nullable": true
          },
          "diasParaVencer": {
            "type": "integer",
            "format": "int32",
            "readOnly": true
          },
          "estaVencida": {
            "type": "boolean",
            "readOnly": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McGrupos.McGrupoEmpresarialDetalleDto": {
        "type": "object",
        "properties": {
          "idGrupo": {
            "type": "integer",
            "format": "int32"
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "orden": {
            "type": "integer",
            "format": "int32"
          },
          "fechaAsignacion": {
            "type": "string",
            "format": "date-time"
          },
          "razonSocial": {
            "type": "string",
            "nullable": true
          },
          "nombreComercial": {
            "type": "string",
            "nullable": true
          },
          "estadoEmpresa": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McGrupos.McGrupoEmpresarialDto": {
        "type": "object",
        "properties": {
          "idGrupo": {
            "type": "integer",
            "format": "int32"
          },
          "nombre": {
            "type": "string",
            "nullable": true
          },
          "descripcion": {
            "type": "string",
            "nullable": true
          },
          "idCuentaCreador": {
            "type": "integer",
            "format": "int32"
          },
          "nombreCreador": {
            "type": "string",
            "nullable": true
          },
          "color": {
            "type": "string",
            "nullable": true
          },
          "icono": {
            "type": "string",
            "nullable": true
          },
          "fechaCreacion": {
            "type": "string",
            "format": "date-time"
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "cantidadEmpresas": {
            "type": "integer",
            "format": "int32"
          },
          "empresas": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McGrupos.McGrupoEmpresarialDetalleDto"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McNotificaciones.McEnviarNotificacionRequestDto": {
        "type": "object",
        "properties": {
          "titulo": {
            "type": "string",
            "nullable": true
          },
          "contenido": {
            "type": "string",
            "nullable": true
          },
          "tipo": {
            "type": "string",
            "nullable": true
          },
          "severidad": {
            "type": "string",
            "nullable": true
          },
          "idCuentaEmisor": {
            "type": "integer",
            "format": "int32"
          },
          "alcance": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresaDestino": {
            "type": "string",
            "nullable": true
          },
          "idGrupoDestino": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "fechaEnvioProgramado": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McNotificaciones.McNotificacionDto": {
        "type": "object",
        "properties": {
          "idNotificacion": {
            "type": "integer",
            "format": "int32"
          },
          "titulo": {
            "type": "string",
            "nullable": true
          },
          "contenido": {
            "type": "string",
            "nullable": true
          },
          "tipo": {
            "type": "string",
            "nullable": true
          },
          "severidad": {
            "type": "string",
            "nullable": true
          },
          "idCuentaEmisor": {
            "type": "integer",
            "format": "int32"
          },
          "nombreEmisor": {
            "type": "string",
            "nullable": true
          },
          "alcance": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresaDestino": {
            "type": "string",
            "nullable": true
          },
          "idGrupoDestino": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "fechaCreacion": {
            "type": "string",
            "format": "date-time"
          },
          "fechaEnvioProgramado": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "fechaEnviada": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "estadoEnvio": {
            "type": "string",
            "nullable": true
          },
          "leida": {
            "type": "boolean"
          },
          "archivada": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McReportes.McPortafolioDto": {
        "type": "object",
        "properties": {
          "totalEmpresas": {
            "type": "integer",
            "format": "int32"
          },
          "empresasActivas": {
            "type": "integer",
            "format": "int32"
          },
          "empresasInactivas": {
            "type": "integer",
            "format": "int32"
          },
          "cuentasConAccesoPortal": {
            "type": "integer",
            "format": "int32"
          },
          "totalResellers": {
            "type": "integer",
            "format": "int32"
          },
          "empresasPorPaquete": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McReportes.PortafolioBucketDto"
            },
            "nullable": true
          },
          "empresasPorReseller": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McReportes.PortafolioResellerDto"
            },
            "nullable": true
          },
          "empresasRecientes": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McReportes.PortafolioEmpresaRecienteDto"
            },
            "nullable": true
          },
          "periodo": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McReportes.McReporteConsolidadoDto": {
        "type": "object",
        "properties": {
          "idGrupo": {
            "type": "integer",
            "format": "int32"
          },
          "nombreGrupo": {
            "type": "string",
            "nullable": true
          },
          "colorGrupo": {
            "type": "string",
            "nullable": true
          },
          "iconoGrupo": {
            "type": "string",
            "nullable": true
          },
          "fechaInicio": {
            "type": "string",
            "format": "date-time"
          },
          "fechaFin": {
            "type": "string",
            "format": "date-time"
          },
          "periodoLabel": {
            "type": "string",
            "nullable": true
          },
          "totalVentas": {
            "type": "number",
            "format": "double"
          },
          "totalCompras": {
            "type": "number",
            "format": "double"
          },
          "utilidadBruta": {
            "type": "number",
            "format": "double",
            "readOnly": true
          },
          "totalGastos": {
            "type": "number",
            "format": "double"
          },
          "margenPorcentaje": {
            "type": "number",
            "format": "double",
            "readOnly": true
          },
          "totalVentasAnterior": {
            "type": "number",
            "format": "double"
          },
          "totalComprasAnterior": {
            "type": "number",
            "format": "double"
          },
          "totalGastosAnterior": {
            "type": "number",
            "format": "double"
          },
          "varVentasPct": {
            "type": "number",
            "format": "double",
            "readOnly": true
          },
          "varComprasPct": {
            "type": "number",
            "format": "double",
            "readOnly": true
          },
          "varGastosPct": {
            "type": "number",
            "format": "double",
            "readOnly": true
          },
          "empresas": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McReportes.McReporteConsolidadoDto.EmpresaAporte"
            },
            "nullable": true
          },
          "tendencia": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McReportes.McReporteConsolidadoDto.MesTendencia"
            },
            "nullable": true
          },
          "topProductos": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McReportes.McReporteConsolidadoDto.TopProducto"
            },
            "nullable": true
          },
          "topClientes": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McReportes.McReporteConsolidadoDto.TopCliente"
            },
            "nullable": true
          },
          "alertas": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McReportes.McReporteConsolidadoDto.Alerta"
            },
            "nullable": true
          },
          "comprobantesEmitidos": {
            "type": "integer",
            "format": "int32"
          },
          "comprobantesAceptados": {
            "type": "integer",
            "format": "int32"
          },
          "comprobantesRechazados": {
            "type": "integer",
            "format": "int32"
          },
          "suscripcionesActivas": {
            "type": "integer",
            "format": "int32"
          },
          "suscripcionesTotales": {
            "type": "integer",
            "format": "int32"
          },
          "diasParaProximoVencimiento": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "usuariosActivosMes": {
            "type": "integer",
            "format": "int32"
          },
          "picoUsuariosConcurrentes": {
            "type": "integer",
            "format": "int32"
          },
          "productosTotales": {
            "type": "integer",
            "format": "int32"
          },
          "productosBajoStock": {
            "type": "integer",
            "format": "int32"
          },
          "productosSinStock": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McReportes.McReporteConsolidadoDto.Alerta": {
        "type": "object",
        "properties": {
          "severidad": {
            "type": "string",
            "nullable": true
          },
          "tipo": {
            "type": "string",
            "nullable": true
          },
          "icono": {
            "type": "string",
            "nullable": true
          },
          "titulo": {
            "type": "string",
            "nullable": true
          },
          "detalle": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "nombreEmpresa": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McReportes.McReporteConsolidadoDto.EmpresaAporte": {
        "type": "object",
        "properties": {
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "nombre": {
            "type": "string",
            "nullable": true
          },
          "color": {
            "type": "string",
            "nullable": true
          },
          "ventas": {
            "type": "number",
            "format": "double"
          },
          "compras": {
            "type": "number",
            "format": "double"
          },
          "margen": {
            "type": "number",
            "format": "double",
            "readOnly": true
          },
          "activa": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McReportes.McReporteConsolidadoDto.MesTendencia": {
        "type": "object",
        "properties": {
          "mes": {
            "type": "string",
            "nullable": true
          },
          "anio": {
            "type": "integer",
            "format": "int32"
          },
          "numeroMes": {
            "type": "integer",
            "format": "int32"
          },
          "ventas": {
            "type": "number",
            "format": "double"
          },
          "compras": {
            "type": "number",
            "format": "double"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McReportes.McReporteConsolidadoDto.TopCliente": {
        "type": "object",
        "properties": {
          "idCliente": {
            "type": "integer",
            "format": "int32"
          },
          "nombre": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "nombreEmpresa": {
            "type": "string",
            "nullable": true
          },
          "colorEmpresa": {
            "type": "string",
            "nullable": true
          },
          "compras": {
            "type": "integer",
            "format": "int32"
          },
          "total": {
            "type": "number",
            "format": "double"
          },
          "porcentajeMax": {
            "type": "number",
            "format": "double"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McReportes.McReporteConsolidadoDto.TopProducto": {
        "type": "object",
        "properties": {
          "idProducto": {
            "type": "integer",
            "format": "int32"
          },
          "nombre": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "nombreEmpresa": {
            "type": "string",
            "nullable": true
          },
          "colorEmpresa": {
            "type": "string",
            "nullable": true
          },
          "unidades": {
            "type": "integer",
            "format": "int32"
          },
          "total": {
            "type": "number",
            "format": "double"
          },
          "porcentajeMax": {
            "type": "number",
            "format": "double"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McReportes.PortafolioBucketDto": {
        "type": "object",
        "properties": {
          "nombre": {
            "type": "string",
            "nullable": true
          },
          "cantidad": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McReportes.PortafolioEmpresaRecienteDto": {
        "type": "object",
        "properties": {
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "razonSocial": {
            "type": "string",
            "nullable": true
          },
          "nombreComercial": {
            "type": "string",
            "nullable": true
          },
          "activo": {
            "type": "string",
            "nullable": true
          },
          "fechaRegistro": {
            "type": "string",
            "format": "date-time"
          },
          "idResellerPadre": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "nombreResellerPadre": {
            "type": "string",
            "nullable": true
          },
          "displayName": {
            "type": "string",
            "nullable": true,
            "readOnly": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McReportes.PortafolioResellerDto": {
        "type": "object",
        "properties": {
          "idReseller": {
            "type": "integer",
            "format": "int32"
          },
          "nombreReseller": {
            "type": "string",
            "nullable": true
          },
          "emailReseller": {
            "type": "string",
            "nullable": true
          },
          "cantidadEmpresas": {
            "type": "integer",
            "format": "int32"
          },
          "empresasActivas": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.McConsumoMensualDto": {
        "type": "object",
        "properties": {
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "anio": {
            "type": "integer",
            "format": "int32"
          },
          "mes": {
            "type": "integer",
            "format": "int32"
          },
          "usuariosActivos": {
            "type": "integer",
            "format": "int32"
          },
          "almacenesActivos": {
            "type": "integer",
            "format": "int32"
          },
          "cajasActivas": {
            "type": "integer",
            "format": "int32"
          },
          "productos": {
            "type": "integer",
            "format": "int32"
          },
          "clientes": {
            "type": "integer",
            "format": "int32"
          },
          "comprobantesEmitidos": {
            "type": "integer",
            "format": "int32"
          },
          "guiasEmitidas": {
            "type": "integer",
            "format": "int32"
          },
          "storageUsadoMb": {
            "type": "integer",
            "format": "int32"
          },
          "picoUsuariosConcurrentes": {
            "type": "integer",
            "format": "int32"
          },
          "fechaSnapshot": {
            "type": "string",
            "format": "date-time"
          },
          "razonSocial": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.McConsumoVsLimiteDto": {
        "type": "object",
        "properties": {
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "razonSocial": {
            "type": "string",
            "nullable": true
          },
          "anio": {
            "type": "integer",
            "format": "int32"
          },
          "mes": {
            "type": "integer",
            "format": "int32"
          },
          "usuarios": {
            "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.McConsumoVsLimiteDto.Metric"
          },
          "almacenes": {
            "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.McConsumoVsLimiteDto.Metric"
          },
          "cajas": {
            "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.McConsumoVsLimiteDto.Metric"
          },
          "productos": {
            "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.McConsumoVsLimiteDto.Metric"
          },
          "clientes": {
            "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.McConsumoVsLimiteDto.Metric"
          },
          "comprobantes": {
            "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.McConsumoVsLimiteDto.Metric"
          },
          "guias": {
            "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.McConsumoVsLimiteDto.Metric"
          },
          "storageMb": {
            "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.McConsumoVsLimiteDto.Metric"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.McConsumoVsLimiteDto.Metric": {
        "type": "object",
        "properties": {
          "usado": {
            "type": "integer",
            "format": "int32"
          },
          "limite": {
            "type": "integer",
            "format": "int32"
          },
          "porcentaje": {
            "type": "number",
            "format": "double",
            "readOnly": true
          },
          "status": {
            "type": "string",
            "nullable": true,
            "readOnly": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.McLimiteSuscripcionDto": {
        "type": "object",
        "properties": {
          "idLimite": {
            "type": "integer",
            "format": "int32"
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "maxUsuarios": {
            "type": "integer",
            "format": "int32"
          },
          "maxAlmacenes": {
            "type": "integer",
            "format": "int32"
          },
          "maxCajas": {
            "type": "integer",
            "format": "int32"
          },
          "maxProductos": {
            "type": "integer",
            "format": "int32"
          },
          "maxClientes": {
            "type": "integer",
            "format": "int32"
          },
          "maxComprobantesMes": {
            "type": "integer",
            "format": "int32"
          },
          "maxGuiasMes": {
            "type": "integer",
            "format": "int32"
          },
          "maxStorageMb": {
            "type": "integer",
            "format": "int32"
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "fechaActualizacion": {
            "type": "string",
            "format": "date-time"
          },
          "razonSocial": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.PagoSuscripcionDto": {
        "type": "object",
        "properties": {
          "idPagoSuscripcion": {
            "type": "integer",
            "format": "int32"
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "tipo": {
            "type": "string",
            "nullable": true
          },
          "detalle": {
            "type": "string",
            "nullable": true
          },
          "foto": {
            "type": "string",
            "nullable": true
          },
          "extension": {
            "type": "string",
            "nullable": true
          },
          "monto": {
            "type": "number",
            "format": "double"
          },
          "fecha": {
            "type": "string",
            "format": "date-time"
          },
          "idTipoPlan": {
            "type": "integer",
            "format": "int32"
          },
          "estadoPago": {
            "type": "string",
            "nullable": true
          },
          "idVentaCobro": {
            "type": "integer",
            "format": "int32"
          },
          "fechaValida": {
            "type": "string",
            "format": "date-time"
          },
          "razonSocial": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.MenusGrupo.MenuGrupoDto": {
        "type": "object",
        "properties": {
          "visible": {
            "type": "string",
            "nullable": true
          },
          "idMenu": {
            "type": "integer",
            "format": "int32"
          },
          "idGrupo": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.MenusTipoPaquete.AsignarMenusTipoPaqueteRequestDto": {
        "type": "object",
        "properties": {
          "idTipoPaquete": {
            "type": "integer",
            "format": "int32"
          },
          "idsMenu": {
            "type": "array",
            "items": {
              "type": "integer",
              "format": "int32"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.MenusTipoPaquete.MenuTipoPaqueteDto": {
        "type": "object",
        "properties": {
          "idMenu": {
            "type": "integer",
            "format": "int32"
          },
          "idTipoPaquete": {
            "type": "integer",
            "format": "int32"
          },
          "visible": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Mesas.CambioMesaInputDto": {
        "type": "object",
        "properties": {
          "idMesaOrigen": {
            "type": "integer",
            "format": "int32"
          },
          "idMesaDestino": {
            "type": "integer",
            "format": "int32"
          },
          "fechaModifica": {
            "type": "string",
            "format": "date-time"
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Mesas.MesaDto": {
        "type": "object",
        "properties": {
          "idMesa": {
            "type": "integer",
            "format": "int32"
          },
          "nombreMesa": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "estatusMesa": {
            "type": "string",
            "nullable": true
          },
          "nro": {
            "type": "integer",
            "format": "int32"
          },
          "idSalon": {
            "type": "integer",
            "format": "int32"
          },
          "idAlmacen": {
            "type": "integer",
            "format": "int32"
          },
          "posX": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "posY": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "tipoFigura": {
            "type": "integer",
            "format": "int32"
          },
          "maximoPedidos": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "asientos": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "colorRgb": {
            "type": "string",
            "nullable": true
          },
          "ancho": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "alto": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.MetasVenta.MetaVentaDto": {
        "type": "object",
        "properties": {
          "idMetaVenta": {
            "type": "integer",
            "format": "int32"
          },
          "valor": {
            "type": "number",
            "format": "double"
          },
          "fecha": {
            "type": "string",
            "format": "date-time"
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "idEstablecimiento": {
            "type": "integer",
            "format": "int32"
          },
          "responsable": {
            "type": "string",
            "nullable": true
          },
          "establecimiento": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Monedas.MonedaDto": {
        "type": "object",
        "properties": {
          "idMoneda": {
            "type": "integer",
            "format": "int32"
          },
          "nombreMoneda": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "simbolo": {
            "type": "string",
            "nullable": true
          },
          "porDefecto": {
            "type": "string",
            "nullable": true
          },
          "codigo": {
            "type": "string",
            "nullable": true
          },
          "divisa": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Operaciones.Entidades.OperacionesDto": {
        "type": "object",
        "properties": {
          "idOperacion": {
            "type": "integer",
            "format": "int32"
          },
          "detalle": {
            "type": "string",
            "nullable": true
          },
          "tipo": {
            "type": "string",
            "nullable": true
          },
          "monto": {
            "type": "number",
            "format": "double"
          },
          "pagado": {
            "type": "number",
            "format": "double"
          },
          "vuelto": {
            "type": "number",
            "format": "double"
          },
          "afectaCaja": {
            "type": "string",
            "nullable": true
          },
          "documento": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "fechaOperacion": {
            "type": "string",
            "format": "date-time"
          },
          "fechaRegistro": {
            "type": "string",
            "format": "date-time"
          },
          "fechaModificacion": {
            "type": "string",
            "format": "date-time"
          },
          "responsable": {
            "type": "string",
            "nullable": true
          },
          "tipoCambio": {
            "type": "number",
            "format": "double"
          },
          "nroTarjeta": {
            "type": "string",
            "nullable": true
          },
          "nroOperacion": {
            "type": "string",
            "nullable": true
          },
          "idOrdenVenta": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "montoTc": {
            "type": "number",
            "format": "double"
          },
          "idOpeSuperior": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idCajaLiquidacionDest": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "nroHijos": {
            "type": "integer",
            "format": "int32"
          },
          "idExterno": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "conciliado": {
            "type": "string",
            "nullable": true
          },
          "datosExtracto": {
            "type": "string",
            "nullable": true
          },
          "referencia": {
            "type": "string",
            "nullable": true
          },
          "idOpeOrigen": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "idOrdenCompra": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idCajaLiquidacion": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idAlmacen": {
            "type": "integer",
            "format": "int32"
          },
          "idMoneda": {
            "type": "integer",
            "format": "int32"
          },
          "idFormaPago": {
            "type": "integer",
            "format": "int32"
          },
          "idCaja": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idTipoTarjeta": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idVenta": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idProducto": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idCompra": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idDiario": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idSocioNegocios": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idCajaDest": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "codigoUnicoLocal": {
            "type": "string",
            "nullable": true
          },
          "idViaje": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "usuarioModifica": {
            "type": "string",
            "nullable": true
          },
          "usuarioAnula": {
            "type": "string",
            "nullable": true
          },
          "fechaAnula": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "formaPago": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Operaciones.Entradas.AplicarAnticipoInputDto": {
        "type": "object",
        "properties": {
          "listOperaciones": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Operaciones.Entidades.OperacionesDto"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Operaciones.Entradas.MovimientosTesoreriaInputDto": {
        "type": "object",
        "properties": {
          "idCaja": {
            "type": "integer",
            "format": "int32"
          },
          "desde": {
            "type": "string",
            "nullable": true
          },
          "hasta": {
            "type": "string",
            "nullable": true
          },
          "idConcepto": {
            "type": "integer",
            "format": "int32"
          },
          "idFormaPago": {
            "type": "integer",
            "format": "int32"
          },
          "tipo": {
            "type": "string",
            "nullable": true
          },
          "textoBuscar": {
            "type": "string",
            "nullable": true
          },
          "idAlmacen": {
            "type": "integer",
            "format": "int32"
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "usuario": {
            "type": "string",
            "nullable": true
          },
          "turno": {
            "type": "string",
            "nullable": true
          },
          "viewAnulados": {
            "type": "string",
            "nullable": true
          },
          "pagina": {
            "type": "integer",
            "format": "int32"
          },
          "cantidadRegistros": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Operaciones.Entradas.OpeTransferenciaInputDto": {
        "type": "object",
        "properties": {
          "objOpeOrigen": {
            "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Operaciones.Entidades.OperacionesDto"
          },
          "objOpeDestino": {
            "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Operaciones.Entidades.OperacionesDto"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Operaciones.Entradas.OperacionesInputDto": {
        "type": "object",
        "properties": {
          "idOperacion": {
            "type": "integer",
            "format": "int32"
          },
          "detalle": {
            "type": "string",
            "nullable": true
          },
          "tipo": {
            "type": "string",
            "nullable": true
          },
          "monto": {
            "type": "number",
            "format": "double"
          },
          "pagado": {
            "type": "number",
            "format": "double"
          },
          "vuelto": {
            "type": "number",
            "format": "double"
          },
          "afectaCaja": {
            "type": "string",
            "nullable": true
          },
          "documento": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "fechaOperacion": {
            "type": "string",
            "format": "date-time"
          },
          "fechaRegistro": {
            "type": "string",
            "format": "date-time"
          },
          "fechaModificacion": {
            "type": "string",
            "format": "date-time"
          },
          "responsable": {
            "type": "string",
            "nullable": true
          },
          "tipoCambio": {
            "type": "number",
            "format": "double"
          },
          "nroTarjeta": {
            "type": "string",
            "nullable": true
          },
          "nroOperacion": {
            "type": "string",
            "nullable": true
          },
          "idOrdenVenta": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "montoTc": {
            "type": "number",
            "format": "double"
          },
          "idOpeSuperior": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idCajaLiquidacionDest": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "nroHijos": {
            "type": "integer",
            "format": "int32"
          },
          "idExterno": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "conciliado": {
            "type": "string",
            "nullable": true
          },
          "datosExtracto": {
            "type": "string",
            "nullable": true
          },
          "referencia": {
            "type": "string",
            "nullable": true
          },
          "idOpeOrigen": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "idOrdenCompra": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idCajaLiquidacion": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idAlmacen": {
            "type": "integer",
            "format": "int32"
          },
          "idMoneda": {
            "type": "integer",
            "format": "int32"
          },
          "idFormaPago": {
            "type": "integer",
            "format": "int32"
          },
          "idCaja": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idTipoTarjeta": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idVenta": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idProducto": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idCompra": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idDiario": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idSocioNegocios": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idCajaDest": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "codigoUnicoLocal": {
            "type": "string",
            "nullable": true
          },
          "idViaje": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "usuarioModifica": {
            "type": "string",
            "nullable": true
          },
          "usuarioAnula": {
            "type": "string",
            "nullable": true
          },
          "fechaAnula": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "formaPago": {
            "type": "string",
            "nullable": true
          },
          "listSubOperaciones": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Operaciones.Salidas.Vistas.OperacionesViewDto"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Operaciones.Entradas.TransferenciaInputDto": {
        "type": "object",
        "properties": {
          "objOrigen": {
            "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Operaciones.Entidades.OperacionesDto"
          },
          "objDestino": {
            "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Operaciones.Entidades.OperacionesDto"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Operaciones.Salidas.Vistas.OperacionesViewDto": {
        "type": "object",
        "properties": {
          "idOperacion": {
            "type": "integer",
            "format": "int32"
          },
          "detalle": {
            "type": "string",
            "nullable": true
          },
          "tipo": {
            "type": "string",
            "nullable": true
          },
          "monto": {
            "type": "number",
            "format": "double"
          },
          "pagado": {
            "type": "number",
            "format": "double"
          },
          "vuelto": {
            "type": "number",
            "format": "double"
          },
          "afectaCaja": {
            "type": "string",
            "nullable": true
          },
          "documento": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "fechaOperacion": {
            "type": "string",
            "format": "date-time"
          },
          "fechaRegistro": {
            "type": "string",
            "format": "date-time"
          },
          "fechaModificacion": {
            "type": "string",
            "format": "date-time"
          },
          "responsable": {
            "type": "string",
            "nullable": true
          },
          "tipoCambio": {
            "type": "number",
            "format": "double"
          },
          "nroTarjeta": {
            "type": "string",
            "nullable": true
          },
          "nroOperacion": {
            "type": "string",
            "nullable": true
          },
          "idOrdenVenta": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "montoTc": {
            "type": "number",
            "format": "double"
          },
          "idOpeSuperior": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idCajaLiquidacionDest": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "nroHijos": {
            "type": "integer",
            "format": "int32"
          },
          "idExterno": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "conciliado": {
            "type": "string",
            "nullable": true
          },
          "datosExtracto": {
            "type": "string",
            "nullable": true
          },
          "referencia": {
            "type": "string",
            "nullable": true
          },
          "idOpeOrigen": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "idOrdenCompra": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idCajaLiquidacion": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idAlmacen": {
            "type": "integer",
            "format": "int32"
          },
          "idMoneda": {
            "type": "integer",
            "format": "int32"
          },
          "idFormaPago": {
            "type": "integer",
            "format": "int32"
          },
          "idCaja": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idTipoTarjeta": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idVenta": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idProducto": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idCompra": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idDiario": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idSocioNegocios": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idCajaDest": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "codigoUnicoLocal": {
            "type": "string",
            "nullable": true
          },
          "idViaje": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "usuarioModifica": {
            "type": "string",
            "nullable": true
          },
          "usuarioAnula": {
            "type": "string",
            "nullable": true
          },
          "fechaAnula": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "formaPago": {
            "type": "string",
            "nullable": true
          },
          "caja": {
            "type": "string",
            "nullable": true
          },
          "moneda": {
            "type": "string",
            "nullable": true
          },
          "tipoOperacion": {
            "type": "string",
            "nullable": true
          },
          "reservado": {
            "type": "string",
            "nullable": true
          },
          "socioNegocios": {
            "type": "string",
            "nullable": true
          },
          "viaje": {
            "type": "string",
            "nullable": true
          },
          "pideNroOpe": {
            "type": "boolean"
          },
          "idDocumento": {
            "type": "integer",
            "format": "int32"
          },
          "docVenta": {
            "type": "string",
            "nullable": true
          },
          "docVentaShort": {
            "type": "string",
            "nullable": true
          },
          "pendiente": {
            "type": "number",
            "format": "double"
          },
          "pagar": {
            "type": "number",
            "format": "double"
          },
          "listSubOperaciones": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Operaciones.Salidas.Vistas.OperacionesViewDto"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.OrdenesCompra.Entidades.OrdenCompraDetalleDto": {
        "type": "object",
        "properties": {
          "idOrdenCompra": {
            "type": "integer",
            "format": "int32"
          },
          "idProducto": {
            "type": "integer",
            "format": "int32"
          },
          "item": {
            "type": "integer",
            "format": "int32"
          },
          "cantidad": {
            "type": "number",
            "format": "double"
          },
          "precio": {
            "type": "number",
            "format": "double"
          },
          "dscto": {
            "type": "number",
            "format": "double"
          },
          "valorCompra": {
            "type": "number",
            "format": "double"
          },
          "idUnidadMedida": {
            "type": "integer",
            "format": "int32"
          },
          "presentacion": {
            "type": "string",
            "nullable": true
          },
          "afectoIgv": {
            "type": "string",
            "nullable": true
          },
          "equivalencia": {
            "type": "number",
            "format": "double"
          },
          "importe": {
            "type": "number",
            "format": "double"
          },
          "baseImponible": {
            "type": "number",
            "format": "double"
          },
          "kardex": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.OrdenesCompra.Entidades.OrdenCompraDto": {
        "type": "object",
        "properties": {
          "idOrdenCompra": {
            "type": "integer",
            "format": "int32"
          },
          "serie": {
            "type": "string",
            "nullable": true
          },
          "codDocumento": {
            "type": "string",
            "nullable": true
          },
          "nro": {
            "type": "integer",
            "format": "int32"
          },
          "idProveedor": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "nota": {
            "type": "string",
            "nullable": true
          },
          "fechaEmision": {
            "type": "string",
            "format": "date-time"
          },
          "responsable": {
            "type": "string",
            "nullable": true
          },
          "idUsuario": {
            "type": "integer",
            "format": "int32"
          },
          "fechaRegistro": {
            "type": "string",
            "format": "date-time"
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "estadoEnvio": {
            "type": "string",
            "nullable": true
          },
          "idMoneda": {
            "type": "integer",
            "format": "int32"
          },
          "tipoCambio": {
            "type": "number",
            "format": "double"
          },
          "notaInterna": {
            "type": "string",
            "nullable": true
          },
          "tiempoEntrega": {
            "type": "integer",
            "format": "int32"
          },
          "incluyeImptos": {
            "type": "string",
            "nullable": true
          },
          "total": {
            "type": "number",
            "format": "double"
          },
          "totalIgv": {
            "type": "number",
            "format": "double"
          },
          "totalIcbper": {
            "type": "number",
            "format": "double"
          },
          "gravadas": {
            "type": "number",
            "format": "double"
          },
          "exoneradas": {
            "type": "number",
            "format": "double"
          },
          "inafectas": {
            "type": "number",
            "format": "double"
          },
          "valor": {
            "type": "number",
            "format": "double"
          },
          "dsctoGlobal": {
            "type": "number",
            "format": "double"
          },
          "idEstablecimiento": {
            "type": "integer",
            "format": "int32"
          },
          "idCondicionPago": {
            "type": "integer",
            "format": "int32"
          },
          "fechaModifica": {
            "type": "string",
            "format": "date-time"
          },
          "usuarioModifica": {
            "type": "string",
            "nullable": true
          },
          "pagado": {
            "type": "number",
            "format": "double"
          },
          "ingresado": {
            "type": "number",
            "format": "double"
          },
          "ingresoAlmacen": {
            "type": "string",
            "nullable": true
          },
          "facturado": {
            "type": "number",
            "format": "double"
          },
          "totalProductos": {
            "type": "number",
            "format": "double"
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "tipoOrden": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.OrdenesCompra.Entradas.OrdenCompraInputDto": {
        "type": "object",
        "properties": {
          "idOrdenCompra": {
            "type": "integer",
            "format": "int32"
          },
          "serie": {
            "type": "string",
            "nullable": true
          },
          "codDocumento": {
            "type": "string",
            "nullable": true
          },
          "nro": {
            "type": "integer",
            "format": "int32"
          },
          "idProveedor": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "nota": {
            "type": "string",
            "nullable": true
          },
          "fechaEmision": {
            "type": "string",
            "format": "date-time"
          },
          "responsable": {
            "type": "string",
            "nullable": true
          },
          "idUsuario": {
            "type": "integer",
            "format": "int32"
          },
          "fechaRegistro": {
            "type": "string",
            "format": "date-time"
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "estadoEnvio": {
            "type": "string",
            "nullable": true
          },
          "idMoneda": {
            "type": "integer",
            "format": "int32"
          },
          "tipoCambio": {
            "type": "number",
            "format": "double"
          },
          "notaInterna": {
            "type": "string",
            "nullable": true
          },
          "tiempoEntrega": {
            "type": "integer",
            "format": "int32"
          },
          "incluyeImptos": {
            "type": "string",
            "nullable": true
          },
          "total": {
            "type": "number",
            "format": "double"
          },
          "totalIgv": {
            "type": "number",
            "format": "double"
          },
          "totalIcbper": {
            "type": "number",
            "format": "double"
          },
          "gravadas": {
            "type": "number",
            "format": "double"
          },
          "exoneradas": {
            "type": "number",
            "format": "double"
          },
          "inafectas": {
            "type": "number",
            "format": "double"
          },
          "valor": {
            "type": "number",
            "format": "double"
          },
          "dsctoGlobal": {
            "type": "number",
            "format": "double"
          },
          "idEstablecimiento": {
            "type": "integer",
            "format": "int32"
          },
          "idCondicionPago": {
            "type": "integer",
            "format": "int32"
          },
          "fechaModifica": {
            "type": "string",
            "format": "date-time"
          },
          "usuarioModifica": {
            "type": "string",
            "nullable": true
          },
          "pagado": {
            "type": "number",
            "format": "double"
          },
          "ingresado": {
            "type": "number",
            "format": "double"
          },
          "ingresoAlmacen": {
            "type": "string",
            "nullable": true
          },
          "facturado": {
            "type": "number",
            "format": "double"
          },
          "totalProductos": {
            "type": "number",
            "format": "double"
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "tipoOrden": {
            "type": "string",
            "nullable": true
          },
          "detalle": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesCompra.Entidades.OrdenCompraDetalleDto"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entidades.OrdenVentaDetalleDto": {
        "type": "object",
        "properties": {
          "idOrdenVenta": {
            "type": "integer",
            "format": "int32"
          },
          "idProducto": {
            "type": "integer",
            "format": "int32"
          },
          "item": {
            "type": "integer",
            "format": "int32"
          },
          "cantidad": {
            "type": "number",
            "format": "double"
          },
          "precio": {
            "type": "number",
            "format": "double"
          },
          "dscto": {
            "type": "number",
            "format": "double"
          },
          "valorCompra": {
            "type": "number",
            "format": "double"
          },
          "detalle": {
            "type": "string",
            "nullable": true
          },
          "idUnidadMedida": {
            "type": "integer",
            "format": "int32"
          },
          "presentacion": {
            "type": "string",
            "nullable": true
          },
          "afectoIgv": {
            "type": "string",
            "nullable": true
          },
          "equivalencia": {
            "type": "number",
            "format": "double"
          },
          "importe": {
            "type": "number",
            "format": "double"
          },
          "isBono": {
            "type": "string",
            "nullable": true
          },
          "kardex": {
            "type": "string",
            "nullable": true
          },
          "baseImponible": {
            "type": "number",
            "format": "double"
          },
          "observa": {
            "type": "string",
            "nullable": true
          },
          "estadoItem": {
            "type": "string",
            "nullable": true
          },
          "hora": {
            "type": "string",
            "format": "date-time"
          },
          "fechaEntrada": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "fechaSalidaPrev": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "fechaSalidaReal": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "dsctoDato": {
            "type": "string",
            "nullable": true
          },
          "jsonKit": {
            "type": "string",
            "nullable": true
          },
          "precioReferencial": {
            "type": "number",
            "format": "double"
          },
          "idPromocion": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idAlmacenDespacho": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "icbperUnitario": {
            "type": "number",
            "format": "double"
          },
          "correlativoComanda": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idTipoUnidadMedida": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "precioBrutoUnit": {
            "type": "number",
            "format": "double"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entidades.OrdenVentaDto": {
        "type": "object",
        "properties": {
          "idOrdenVenta": {
            "type": "integer",
            "format": "int32"
          },
          "nro": {
            "type": "integer",
            "format": "int32"
          },
          "serie": {
            "type": "string",
            "nullable": true
          },
          "fechaRegistro": {
            "type": "string",
            "format": "date-time"
          },
          "fechaOperacion": {
            "type": "string",
            "format": "date-time"
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "porcentajeIgv": {
            "type": "number",
            "format": "double"
          },
          "dscto": {
            "type": "number",
            "format": "double"
          },
          "tipoDscto": {
            "type": "string",
            "nullable": true
          },
          "tipoCambio": {
            "type": "number",
            "format": "double"
          },
          "diasEntrega": {
            "type": "integer",
            "format": "int32"
          },
          "dirEntrega": {
            "type": "string",
            "nullable": true
          },
          "tipoEntrega": {
            "type": "string",
            "nullable": true
          },
          "garantia": {
            "type": "string",
            "nullable": true
          },
          "nota": {
            "type": "string",
            "nullable": true
          },
          "atencion": {
            "type": "string",
            "nullable": true
          },
          "gravadas": {
            "type": "number",
            "format": "double"
          },
          "inafectas": {
            "type": "number",
            "format": "double"
          },
          "exoneradas": {
            "type": "number",
            "format": "double"
          },
          "gratuitas": {
            "type": "number",
            "format": "double"
          },
          "valorVenta": {
            "type": "number",
            "format": "double"
          },
          "totalIgv": {
            "type": "number",
            "format": "double"
          },
          "totalVenta": {
            "type": "number",
            "format": "double"
          },
          "totalIsc": {
            "type": "number",
            "format": "double"
          },
          "totalOtrosTributos": {
            "type": "number",
            "format": "double"
          },
          "totalOtrasCargas": {
            "type": "number",
            "format": "double"
          },
          "email": {
            "type": "string",
            "nullable": true
          },
          "responsable": {
            "type": "string",
            "nullable": true
          },
          "estadoEnvio": {
            "type": "string",
            "nullable": true
          },
          "orden": {
            "type": "string",
            "nullable": true
          },
          "fechaAprueba": {
            "type": "string",
            "format": "date-time"
          },
          "tipo": {
            "type": "string",
            "nullable": true
          },
          "idListaPrecios": {
            "type": "integer",
            "format": "int32"
          },
          "incIgv": {
            "type": "string",
            "nullable": true
          },
          "fechaModifica": {
            "type": "string",
            "format": "date-time"
          },
          "despachoAlmacen": {
            "type": "string",
            "nullable": true
          },
          "fechaEntrada": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "fechaSalidaPrev": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "fechaSalidaReal": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "pagado": {
            "type": "number",
            "format": "double",
            "nullable": true
          },
          "idDelivery": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "facturado": {
            "type": "number",
            "format": "double"
          },
          "idAlmacenDespacho": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "referencia": {
            "type": "string",
            "nullable": true
          },
          "totalProductos": {
            "type": "number",
            "format": "double"
          },
          "entregado": {
            "type": "number",
            "format": "double"
          },
          "codigoUnicoLocal": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "idCliente": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idAlmacen": {
            "type": "integer",
            "format": "int32"
          },
          "idCajaLiquidacion": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idCondicion": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idMoneda": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idTipoCotizacion": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "tipoCotizacion": {
            "type": "string",
            "nullable": true
          },
          "idAsesor": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idMesa": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idDestinatario": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idDestino": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "ubigeoLlegada": {
            "type": "string",
            "nullable": true
          },
          "guia": {
            "type": "string",
            "nullable": true
          },
          "fechaEntrega": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "advertencia": {
            "type": "string",
            "nullable": true
          },
          "idRepartidor": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "repartidor": {
            "type": "string",
            "nullable": true
          },
          "idFormaPago": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "formaPago": {
            "type": "string",
            "nullable": true
          },
          "nroOperacion": {
            "type": "string",
            "nullable": true
          },
          "pagadoCon": {
            "type": "number",
            "format": "double"
          },
          "motivoAnula": {
            "type": "string",
            "nullable": true
          },
          "fechaAnula": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "usuarioAnula": {
            "type": "string",
            "nullable": true
          },
          "nombresCliente": {
            "type": "string",
            "nullable": true
          },
          "telefonoCliente": {
            "type": "string",
            "nullable": true
          },
          "idOrdenExterno": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "claveAutoriza": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entradas.AgregarViajeMasivoInputDto": {
        "type": "object",
        "properties": {
          "idViaje": {
            "type": "integer",
            "format": "int32"
          },
          "listIdsOrdenVenta": {
            "type": "array",
            "items": {
              "type": "integer",
              "format": "int32"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entradas.ConsolidarOrdenesInputDto": {
        "type": "object",
        "properties": {
          "idMesa": {
            "type": "integer",
            "format": "int32"
          },
          "responsable": {
            "type": "string",
            "nullable": true
          },
          "fechaModifica": {
            "type": "string",
            "format": "date-time"
          },
          "listIdsOrdenes": {
            "type": "array",
            "items": {
              "type": "integer",
              "format": "int32"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entradas.DividirOrdenInputDto": {
        "type": "object",
        "properties": {
          "idOrdenOrigen": {
            "type": "integer",
            "format": "int32"
          },
          "responsable": {
            "type": "string",
            "nullable": true
          },
          "fechaEmision": {
            "type": "string",
            "format": "date-time"
          },
          "fechaModifica": {
            "type": "string",
            "format": "date-time"
          },
          "listDetalle": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Salidas.Vistas.OrdenVentaDetalleOutPutDto"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entradas.OrdenVentaExternaInputDto": {
        "type": "object",
        "properties": {
          "idOrdenExterno": {
            "type": "integer",
            "format": "int32"
          },
          "jsonPedido": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "coordenadas": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "idAlmacen": {
            "type": "integer",
            "format": "int32"
          },
          "idCatalogo": {
            "type": "integer",
            "format": "int32"
          },
          "codigoPedido": {
            "type": "integer",
            "format": "int32"
          },
          "estadoEnvioCliente": {
            "type": "string",
            "nullable": true
          },
          "nombresCliente": {
            "type": "string",
            "nullable": true
          },
          "telefonoCliente": {
            "type": "string",
            "nullable": true
          },
          "fechaRegistro": {
            "type": "string",
            "format": "date-time"
          },
          "fechaAprueba": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "fechaRecibe": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "idOrdenString": {
            "type": "string",
            "nullable": true
          },
          "almacen": {
            "type": "string",
            "nullable": true
          },
          "catalogo": {
            "type": "string",
            "nullable": true
          },
          "responsable": {
            "type": "string",
            "nullable": true
          },
          "idCajaLiquidacion": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idAsesor": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entradas.OrdenVentaInputDto": {
        "type": "object",
        "properties": {
          "idOrdenVenta": {
            "type": "integer",
            "format": "int32"
          },
          "nro": {
            "type": "integer",
            "format": "int32"
          },
          "serie": {
            "type": "string",
            "nullable": true
          },
          "fechaRegistro": {
            "type": "string",
            "format": "date-time"
          },
          "fechaOperacion": {
            "type": "string",
            "format": "date-time"
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "porcentajeIgv": {
            "type": "number",
            "format": "double"
          },
          "dscto": {
            "type": "number",
            "format": "double"
          },
          "tipoDscto": {
            "type": "string",
            "nullable": true
          },
          "tipoCambio": {
            "type": "number",
            "format": "double"
          },
          "diasEntrega": {
            "type": "integer",
            "format": "int32"
          },
          "dirEntrega": {
            "type": "string",
            "nullable": true
          },
          "tipoEntrega": {
            "type": "string",
            "nullable": true
          },
          "garantia": {
            "type": "string",
            "nullable": true
          },
          "nota": {
            "type": "string",
            "nullable": true
          },
          "atencion": {
            "type": "string",
            "nullable": true
          },
          "gravadas": {
            "type": "number",
            "format": "double"
          },
          "inafectas": {
            "type": "number",
            "format": "double"
          },
          "exoneradas": {
            "type": "number",
            "format": "double"
          },
          "gratuitas": {
            "type": "number",
            "format": "double"
          },
          "valorVenta": {
            "type": "number",
            "format": "double"
          },
          "totalIgv": {
            "type": "number",
            "format": "double"
          },
          "totalVenta": {
            "type": "number",
            "format": "double"
          },
          "totalIsc": {
            "type": "number",
            "format": "double"
          },
          "totalOtrosTributos": {
            "type": "number",
            "format": "double"
          },
          "totalOtrasCargas": {
            "type": "number",
            "format": "double"
          },
          "email": {
            "type": "string",
            "nullable": true
          },
          "responsable": {
            "type": "string",
            "nullable": true
          },
          "estadoEnvio": {
            "type": "string",
            "nullable": true
          },
          "orden": {
            "type": "string",
            "nullable": true
          },
          "fechaAprueba": {
            "type": "string",
            "format": "date-time"
          },
          "tipo": {
            "type": "string",
            "nullable": true
          },
          "idListaPrecios": {
            "type": "integer",
            "format": "int32"
          },
          "incIgv": {
            "type": "string",
            "nullable": true
          },
          "fechaModifica": {
            "type": "string",
            "format": "date-time"
          },
          "despachoAlmacen": {
            "type": "string",
            "nullable": true
          },
          "fechaEntrada": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "fechaSalidaPrev": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "fechaSalidaReal": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "pagado": {
            "type": "number",
            "format": "double",
            "nullable": true
          },
          "idDelivery": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "facturado": {
            "type": "number",
            "format": "double"
          },
          "idAlmacenDespacho": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "referencia": {
            "type": "string",
            "nullable": true
          },
          "totalProductos": {
            "type": "number",
            "format": "double"
          },
          "entregado": {
            "type": "number",
            "format": "double"
          },
          "codigoUnicoLocal": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "idCliente": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idAlmacen": {
            "type": "integer",
            "format": "int32"
          },
          "idCajaLiquidacion": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idCondicion": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idMoneda": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idTipoCotizacion": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "tipoCotizacion": {
            "type": "string",
            "nullable": true
          },
          "idAsesor": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idMesa": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idDestinatario": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idDestino": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "ubigeoLlegada": {
            "type": "string",
            "nullable": true
          },
          "guia": {
            "type": "string",
            "nullable": true
          },
          "fechaEntrega": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "advertencia": {
            "type": "string",
            "nullable": true
          },
          "idRepartidor": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "repartidor": {
            "type": "string",
            "nullable": true
          },
          "idFormaPago": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "formaPago": {
            "type": "string",
            "nullable": true
          },
          "nroOperacion": {
            "type": "string",
            "nullable": true
          },
          "pagadoCon": {
            "type": "number",
            "format": "double"
          },
          "motivoAnula": {
            "type": "string",
            "nullable": true
          },
          "fechaAnula": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "usuarioAnula": {
            "type": "string",
            "nullable": true
          },
          "nombresCliente": {
            "type": "string",
            "nullable": true
          },
          "telefonoCliente": {
            "type": "string",
            "nullable": true
          },
          "idOrdenExterno": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "claveAutoriza": {
            "type": "string",
            "nullable": true
          },
          "cliente": {
            "type": "string",
            "nullable": true
          },
          "nroDocCliente": {
            "type": "string",
            "nullable": true
          },
          "direccionCliente": {
            "type": "string",
            "nullable": true
          },
          "destinatario": {
            "type": "string",
            "nullable": true
          },
          "nroDocDestinatario": {
            "type": "string",
            "nullable": true
          },
          "editarNro": {
            "type": "boolean"
          },
          "editarPagado": {
            "type": "boolean"
          },
          "horaLocal": {
            "type": "string",
            "nullable": true
          },
          "idViajeRef": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "codigoUnicoOld": {
            "type": "string",
            "nullable": true
          },
          "nroPorTurno": {
            "type": "boolean"
          },
          "monitorCocina": {
            "type": "boolean"
          },
          "detalle": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entidades.OrdenVentaDetalleDto"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Entradas.UpdateComandaInputDto": {
        "type": "object",
        "properties": {
          "correlativoComanda": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idMesa": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idProducto": {
            "type": "integer",
            "format": "int32"
          },
          "idOrdenVenta": {
            "type": "integer",
            "format": "int32"
          },
          "item": {
            "type": "integer",
            "format": "int32"
          },
          "cerrarComanda": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Salidas.Especificas.TicketAtencionOutPutDto": {
        "type": "object",
        "properties": {
          "idOrdenVenta": {
            "type": "integer",
            "format": "int32"
          },
          "serie": {
            "type": "string",
            "nullable": true
          },
          "nro": {
            "type": "integer",
            "format": "int32"
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "estadoEnvio": {
            "type": "string",
            "nullable": true
          },
          "fechaOperacion": {
            "type": "string",
            "format": "date-time"
          },
          "dirEntrega": {
            "type": "string",
            "nullable": true
          },
          "idCliente": {
            "type": "integer",
            "format": "int32"
          },
          "nroDocCliente": {
            "type": "string",
            "nullable": true
          },
          "cliente": {
            "type": "string",
            "nullable": true
          },
          "idDestinatario": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "nroDocDestinatario": {
            "type": "string",
            "nullable": true
          },
          "direccionDestinatario": {
            "type": "string",
            "nullable": true
          },
          "destinatario": {
            "type": "string",
            "nullable": true
          },
          "ubigeoLlegada": {
            "type": "string",
            "nullable": true
          },
          "idDestino": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "destino": {
            "type": "string",
            "nullable": true
          },
          "fechaEntrega": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "gravadas": {
            "type": "number",
            "format": "double"
          },
          "igv": {
            "type": "number",
            "format": "double"
          },
          "total": {
            "type": "number",
            "format": "double"
          },
          "tipoEntrega": {
            "type": "string",
            "nullable": true
          },
          "referencia": {
            "type": "string",
            "nullable": true
          },
          "moneda": {
            "type": "string",
            "nullable": true
          },
          "guia": {
            "type": "string",
            "nullable": true
          },
          "formaPago": {
            "type": "string",
            "nullable": true
          },
          "nroBultos": {
            "type": "number",
            "format": "double"
          },
          "pagado": {
            "type": "number",
            "format": "double"
          },
          "check": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Salidas.Vistas.OrdenVentaDetalleOutPutDto": {
        "type": "object",
        "properties": {
          "idOrdenVenta": {
            "type": "integer",
            "format": "int32"
          },
          "idProducto": {
            "type": "integer",
            "format": "int32"
          },
          "item": {
            "type": "integer",
            "format": "int32"
          },
          "cantidad": {
            "type": "number",
            "format": "double"
          },
          "precio": {
            "type": "number",
            "format": "double"
          },
          "dscto": {
            "type": "number",
            "format": "double"
          },
          "valorCompra": {
            "type": "number",
            "format": "double"
          },
          "detalle": {
            "type": "string",
            "nullable": true
          },
          "idUnidadMedida": {
            "type": "integer",
            "format": "int32"
          },
          "presentacion": {
            "type": "string",
            "nullable": true
          },
          "afectoIgv": {
            "type": "string",
            "nullable": true
          },
          "equivalencia": {
            "type": "number",
            "format": "double"
          },
          "importe": {
            "type": "number",
            "format": "double"
          },
          "isBono": {
            "type": "string",
            "nullable": true
          },
          "kardex": {
            "type": "string",
            "nullable": true
          },
          "baseImponible": {
            "type": "number",
            "format": "double"
          },
          "observa": {
            "type": "string",
            "nullable": true
          },
          "estadoItem": {
            "type": "string",
            "nullable": true
          },
          "hora": {
            "type": "string",
            "format": "date-time"
          },
          "fechaEntrada": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "fechaSalidaPrev": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "fechaSalidaReal": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "dsctoDato": {
            "type": "string",
            "nullable": true
          },
          "jsonKit": {
            "type": "string",
            "nullable": true
          },
          "precioReferencial": {
            "type": "number",
            "format": "double"
          },
          "idPromocion": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idAlmacenDespacho": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "icbperUnitario": {
            "type": "number",
            "format": "double"
          },
          "correlativoComanda": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idTipoUnidadMedida": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "precioBrutoUnit": {
            "type": "number",
            "format": "double"
          },
          "idCotizacion": {
            "type": "integer",
            "format": "int32"
          },
          "subCodigo": {
            "type": "string",
            "nullable": true
          },
          "icbp": {
            "type": "string",
            "nullable": true
          },
          "idUnidadBase": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "unidadMedidaBase": {
            "type": "string",
            "nullable": true
          },
          "tipoProducto": {
            "type": "string",
            "nullable": true
          },
          "idMesa": {
            "type": "integer",
            "format": "int32"
          },
          "mesa": {
            "type": "string",
            "nullable": true
          },
          "mozo": {
            "type": "string",
            "nullable": true
          },
          "precioCompra": {
            "type": "number",
            "format": "double"
          },
          "pVentaInicial": {
            "type": "number",
            "format": "double"
          },
          "codigoFabrica": {
            "type": "string",
            "nullable": true
          },
          "nombreCategoria": {
            "type": "string",
            "nullable": true
          },
          "tipoEntrega": {
            "type": "string",
            "nullable": true
          },
          "socioNegocio": {
            "type": "string",
            "nullable": true
          },
          "nroPedido": {
            "type": "string",
            "nullable": true
          },
          "telefonoCliente": {
            "type": "string",
            "nullable": true
          },
          "direccionCliente": {
            "type": "string",
            "nullable": true
          },
          "zonaCliente": {
            "type": "string",
            "nullable": true
          },
          "estadoEnvioPedido": {
            "type": "string",
            "nullable": true
          },
          "ubicacion": {
            "type": "string",
            "nullable": true
          },
          "idCliente": {
            "type": "integer",
            "format": "int32"
          },
          "nroDocCliente": {
            "type": "string",
            "nullable": true
          },
          "idLiquidacion": {
            "type": "integer",
            "format": "int32"
          },
          "idAsesor": {
            "type": "integer",
            "format": "int32"
          },
          "impuestos": {
            "type": "number",
            "format": "double"
          },
          "viewContenidoKit": {
            "type": "string",
            "nullable": true
          },
          "valorCosto": {
            "type": "number",
            "format": "double"
          },
          "idCategoria": {
            "type": "integer",
            "format": "int32"
          },
          "codigoDetraccion": {
            "type": "string",
            "nullable": true
          },
          "porcentajeDetraccion": {
            "type": "number",
            "format": "double"
          },
          "listInsumos": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.ProductoInsumos.ProductoInsumoOutPutDto"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.PdfPlantillas.EmpresaPdfPlantillaDto": {
        "type": "object",
        "properties": {
          "idPlantilla": {
            "type": "integer",
            "format": "int32"
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "tipoDocumento": {
            "type": "string",
            "nullable": true
          },
          "nombre": {
            "type": "string",
            "nullable": true
          },
          "esDefault": {
            "type": "boolean"
          },
          "jsonPlantilla": {
            "type": "string",
            "nullable": true
          },
          "fechaCreacion": {
            "type": "string",
            "format": "date-time"
          },
          "fechaModificacion": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "idUsuarioRegistro": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Politicas.VtaPoliticaDto": {
        "type": "object",
        "properties": {
          "idPolitica": {
            "type": "integer",
            "format": "int32"
          },
          "descripcion": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Privilegios.PrivilegioEmpleadoDto": {
        "type": "object",
        "properties": {
          "idPrivilegio": {
            "type": "integer",
            "format": "int32"
          },
          "idEmpleado": {
            "type": "integer",
            "format": "int32"
          },
          "valor": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.ProdCentros.PrdCentroDto": {
        "type": "object",
        "properties": {
          "idCentro": {
            "type": "integer",
            "format": "int32"
          },
          "nombre": {
            "type": "string",
            "nullable": true
          },
          "jsonCategorias": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "usuarioRegistra": {
            "type": "string",
            "nullable": true
          },
          "fechaRegistro": {
            "type": "string",
            "format": "date-time"
          },
          "fechaApertura": {
            "type": "string",
            "format": "date-time"
          },
          "fechaCierre": {
            "type": "string",
            "format": "date-time"
          },
          "idAlmacen": {
            "type": "integer",
            "format": "int32"
          },
          "minutosNormal": {
            "type": "integer",
            "format": "int32"
          },
          "minutosAmbar": {
            "type": "integer",
            "format": "int32"
          },
          "colorNormal": {
            "type": "string",
            "nullable": true
          },
          "colorAmbar": {
            "type": "string",
            "nullable": true
          },
          "colorCritico": {
            "type": "string",
            "nullable": true
          },
          "colorFondo": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.ProductoGrupoKits.ProductoGrupoKitInputDto": {
        "type": "object",
        "properties": {
          "idGrupoKit": {
            "type": "integer",
            "format": "int32"
          },
          "idProducto": {
            "type": "integer",
            "format": "int32"
          },
          "descripcion": {
            "type": "string",
            "nullable": true
          },
          "maxSeleccionados": {
            "type": "integer",
            "format": "int32"
          },
          "minSeleccionados": {
            "type": "integer",
            "format": "int32"
          },
          "responsable": {
            "type": "string",
            "nullable": true
          },
          "listInsumos": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.ProductoInsumos.ProductoInsumoDto"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.ProductoInsumos.ProductoInsumoDto": {
        "type": "object",
        "properties": {
          "idProducto": {
            "type": "integer",
            "format": "int32"
          },
          "idProdInsumo": {
            "type": "integer",
            "format": "int32"
          },
          "cant": {
            "type": "number",
            "format": "double"
          },
          "porcMerma": {
            "type": "number",
            "format": "double"
          },
          "porcVta": {
            "type": "number",
            "format": "double"
          },
          "idUnidadMedida": {
            "type": "integer",
            "format": "int32"
          },
          "idGrupoKit": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.ProductoInsumos.ProductoInsumoInputDto": {
        "type": "object",
        "properties": {
          "idProducto": {
            "type": "integer",
            "format": "int32"
          },
          "idProdInsumo": {
            "type": "integer",
            "format": "int32"
          },
          "cant": {
            "type": "number",
            "format": "double"
          },
          "porcMerma": {
            "type": "number",
            "format": "double"
          },
          "porcVta": {
            "type": "number",
            "format": "double"
          },
          "idUnidadMedida": {
            "type": "integer",
            "format": "int32"
          },
          "idGrupoKit": {
            "type": "integer",
            "format": "int32"
          },
          "responsable": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.ProductoInsumos.ProductoInsumoOutPutDto": {
        "type": "object",
        "properties": {
          "idProducto": {
            "type": "integer",
            "format": "int32"
          },
          "idProdInsumo": {
            "type": "integer",
            "format": "int32"
          },
          "cant": {
            "type": "number",
            "format": "double"
          },
          "porcMerma": {
            "type": "number",
            "format": "double"
          },
          "porcVta": {
            "type": "number",
            "format": "double"
          },
          "idUnidadMedida": {
            "type": "integer",
            "format": "int32"
          },
          "idGrupoKit": {
            "type": "integer",
            "format": "int32"
          },
          "descripcion": {
            "type": "string",
            "nullable": true
          },
          "descripcionInsumo": {
            "type": "string",
            "nullable": true
          },
          "unidad": {
            "type": "string",
            "nullable": true
          },
          "factor": {
            "type": "number",
            "format": "double"
          },
          "subCodigoProducto": {
            "type": "string",
            "nullable": true
          },
          "subCodigoProductoInsumo": {
            "type": "string",
            "nullable": true
          },
          "pVenta": {
            "type": "number",
            "format": "double"
          },
          "pCompra": {
            "type": "number",
            "format": "double"
          },
          "valorCosto": {
            "type": "number",
            "format": "double"
          },
          "afectoIgv": {
            "type": "string",
            "nullable": true
          },
          "descripcionGrupoKit": {
            "type": "string",
            "nullable": true
          },
          "maxSeleccionados": {
            "type": "integer",
            "format": "int32"
          },
          "equivalencia": {
            "type": "number",
            "format": "double"
          },
          "minSeleccionados": {
            "type": "integer",
            "format": "int32"
          },
          "cantOld": {
            "type": "number",
            "format": "double"
          },
          "check": {
            "type": "boolean"
          },
          "editar": {
            "type": "boolean"
          },
          "guardando": {
            "type": "boolean"
          },
          "cantInsumos": {
            "type": "number",
            "format": "double"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.ProductoPresentaciones.ProductoPresentacionDto": {
        "type": "object",
        "properties": {
          "idProducto": {
            "type": "integer",
            "format": "int32"
          },
          "idUnidadMedida": {
            "type": "integer",
            "format": "int32"
          },
          "precioVenta": {
            "type": "number",
            "format": "double"
          },
          "equivalente": {
            "type": "number",
            "format": "double"
          },
          "precioCompra": {
            "type": "number",
            "format": "double"
          },
          "codigoFabrica": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Productos.Entradas.ProductoImagenInputDto": {
        "type": "object",
        "properties": {
          "idProducto": {
            "type": "integer",
            "format": "int32"
          },
          "imagenBase64": {
            "type": "string",
            "nullable": true
          },
          "extension": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Productos.Especificas.ProdFavoritoInputDto": {
        "type": "object",
        "properties": {
          "idProducto1": {
            "type": "integer",
            "format": "int32"
          },
          "idProducto2": {
            "type": "integer",
            "format": "int32"
          },
          "favorito1": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "favorito2": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Productos.Especificas.ProductoEditRapidoDto": {
        "type": "object",
        "properties": {
          "idProducto": {
            "type": "integer",
            "format": "int32"
          },
          "subCodigo": {
            "type": "string",
            "nullable": true
          },
          "descripcion": {
            "type": "string",
            "nullable": true
          },
          "caracteristicas": {
            "type": "string",
            "nullable": true
          },
          "precioVenta": {
            "type": "number",
            "format": "double"
          },
          "precioCompra": {
            "type": "number",
            "format": "double"
          },
          "valorCosto": {
            "type": "number",
            "format": "double"
          },
          "codigoFabrica": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Productos.ProductoDto": {
        "type": "object",
        "properties": {
          "idProducto": {
            "type": "integer",
            "format": "int32"
          },
          "subCodigo": {
            "type": "string",
            "nullable": true
          },
          "descripcion": {
            "type": "string",
            "nullable": true
          },
          "codigoFabrica": {
            "type": "string",
            "nullable": true
          },
          "reOrden": {
            "type": "number",
            "format": "double"
          },
          "caracteristicas": {
            "type": "string",
            "nullable": true
          },
          "precioVenta": {
            "type": "number",
            "format": "double"
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "precioCompra": {
            "type": "number",
            "format": "double"
          },
          "kardex": {
            "type": "string",
            "nullable": true
          },
          "comision": {
            "type": "number",
            "format": "double"
          },
          "tipoAfectacion": {
            "type": "string",
            "nullable": true
          },
          "viewVentas": {
            "type": "string",
            "nullable": true
          },
          "viewCompras": {
            "type": "string",
            "nullable": true
          },
          "tipo": {
            "type": "string",
            "nullable": true
          },
          "revision": {
            "type": "string",
            "nullable": true
          },
          "idProveedor": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "registrado": {
            "type": "string",
            "format": "date-time"
          },
          "modificado": {
            "type": "string",
            "format": "date-time"
          },
          "userRegistra": {
            "type": "string",
            "nullable": true
          },
          "userModifica": {
            "type": "string",
            "nullable": true
          },
          "peso": {
            "type": "number",
            "format": "double"
          },
          "incIgv": {
            "type": "string",
            "nullable": true
          },
          "codProdSunat": {
            "type": "string",
            "nullable": true
          },
          "tipoUso": {
            "type": "string",
            "nullable": true
          },
          "fechaAdquisicion": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "fechaDepreciacion": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "valorResidual": {
            "type": "number",
            "format": "double"
          },
          "naturaleza": {
            "type": "string",
            "nullable": true
          },
          "icbp": {
            "type": "string",
            "nullable": true
          },
          "perecible": {
            "type": "string",
            "nullable": true
          },
          "extensionImg": {
            "type": "string",
            "nullable": true
          },
          "factor": {
            "type": "number",
            "format": "double"
          },
          "nroRegalos": {
            "type": "integer",
            "format": "int32"
          },
          "valorCosto": {
            "type": "number",
            "format": "double"
          },
          "viewContenidoKit": {
            "type": "string",
            "nullable": true
          },
          "controlTiempo": {
            "type": "string",
            "nullable": true
          },
          "estadoEnvio": {
            "type": "string",
            "nullable": true
          },
          "ctaCobrarPagar": {
            "type": "string",
            "nullable": true
          },
          "idRutaProduccion": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "balanza": {
            "type": "string",
            "nullable": true
          },
          "favorito": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idTipoAnalitica": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "contenidoJson": {
            "type": "string",
            "nullable": true
          },
          "dsctoMaximo": {
            "type": "number",
            "format": "double",
            "nullable": true
          },
          "cantidadContenido": {
            "type": "number",
            "format": "double"
          },
          "editarDescripcion": {
            "type": "string",
            "nullable": true
          },
          "combinable": {
            "type": "string",
            "nullable": true
          },
          "idAlmacenMostrar": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idCategoria": {
            "type": "integer",
            "format": "int32"
          },
          "idUnidadMedida": {
            "type": "integer",
            "format": "int32"
          },
          "idMarca": {
            "type": "integer",
            "format": "int32"
          },
          "idAlmacen": {
            "type": "integer",
            "format": "int32"
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "idOrdenProduccion": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "verEnTienda": {
            "type": "string",
            "nullable": true
          },
          "bloqueaSumaItem": {
            "type": "string",
            "nullable": true
          },
          "codigoDetraccion": {
            "type": "string",
            "nullable": true
          },
          "porcentajeDetraccion": {
            "type": "number",
            "format": "double",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Productos.ProductoInputDto": {
        "type": "object",
        "properties": {
          "idProducto": {
            "type": "integer",
            "format": "int32"
          },
          "subCodigo": {
            "type": "string",
            "nullable": true
          },
          "descripcion": {
            "type": "string",
            "nullable": true
          },
          "codigoFabrica": {
            "type": "string",
            "nullable": true
          },
          "reOrden": {
            "type": "number",
            "format": "double"
          },
          "caracteristicas": {
            "type": "string",
            "nullable": true
          },
          "precioVenta": {
            "type": "number",
            "format": "double"
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "precioCompra": {
            "type": "number",
            "format": "double"
          },
          "kardex": {
            "type": "string",
            "nullable": true
          },
          "comision": {
            "type": "number",
            "format": "double"
          },
          "tipoAfectacion": {
            "type": "string",
            "nullable": true
          },
          "viewVentas": {
            "type": "string",
            "nullable": true
          },
          "viewCompras": {
            "type": "string",
            "nullable": true
          },
          "tipo": {
            "type": "string",
            "nullable": true
          },
          "revision": {
            "type": "string",
            "nullable": true
          },
          "idProveedor": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "registrado": {
            "type": "string",
            "format": "date-time"
          },
          "modificado": {
            "type": "string",
            "format": "date-time"
          },
          "userRegistra": {
            "type": "string",
            "nullable": true
          },
          "userModifica": {
            "type": "string",
            "nullable": true
          },
          "peso": {
            "type": "number",
            "format": "double"
          },
          "incIgv": {
            "type": "string",
            "nullable": true
          },
          "codProdSunat": {
            "type": "string",
            "nullable": true
          },
          "tipoUso": {
            "type": "string",
            "nullable": true
          },
          "fechaAdquisicion": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "fechaDepreciacion": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "valorResidual": {
            "type": "number",
            "format": "double"
          },
          "naturaleza": {
            "type": "string",
            "nullable": true
          },
          "icbp": {
            "type": "string",
            "nullable": true
          },
          "perecible": {
            "type": "string",
            "nullable": true
          },
          "extensionImg": {
            "type": "string",
            "nullable": true
          },
          "factor": {
            "type": "number",
            "format": "double"
          },
          "nroRegalos": {
            "type": "integer",
            "format": "int32"
          },
          "valorCosto": {
            "type": "number",
            "format": "double"
          },
          "viewContenidoKit": {
            "type": "string",
            "nullable": true
          },
          "controlTiempo": {
            "type": "string",
            "nullable": true
          },
          "estadoEnvio": {
            "type": "string",
            "nullable": true
          },
          "ctaCobrarPagar": {
            "type": "string",
            "nullable": true
          },
          "idRutaProduccion": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "balanza": {
            "type": "string",
            "nullable": true
          },
          "favorito": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idTipoAnalitica": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "contenidoJson": {
            "type": "string",
            "nullable": true
          },
          "dsctoMaximo": {
            "type": "number",
            "format": "double",
            "nullable": true
          },
          "cantidadContenido": {
            "type": "number",
            "format": "double"
          },
          "editarDescripcion": {
            "type": "string",
            "nullable": true
          },
          "combinable": {
            "type": "string",
            "nullable": true
          },
          "idAlmacenMostrar": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idCategoria": {
            "type": "integer",
            "format": "int32"
          },
          "idUnidadMedida": {
            "type": "integer",
            "format": "int32"
          },
          "idMarca": {
            "type": "integer",
            "format": "int32"
          },
          "idAlmacen": {
            "type": "integer",
            "format": "int32"
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "idOrdenProduccion": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "verEnTienda": {
            "type": "string",
            "nullable": true
          },
          "bloqueaSumaItem": {
            "type": "string",
            "nullable": true
          },
          "codigoDetraccion": {
            "type": "string",
            "nullable": true
          },
          "porcentajeDetraccion": {
            "type": "number",
            "format": "double",
            "nullable": true
          },
          "logoBase64": {
            "type": "string",
            "nullable": true
          },
          "nameFileLogo": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Productos.ProductoOutputDto": {
        "type": "object",
        "properties": {
          "idProducto": {
            "type": "integer",
            "format": "int32"
          },
          "subCodigo": {
            "type": "string",
            "nullable": true
          },
          "descripcion": {
            "type": "string",
            "nullable": true
          },
          "codigoFabrica": {
            "type": "string",
            "nullable": true
          },
          "reOrden": {
            "type": "number",
            "format": "double"
          },
          "caracteristicas": {
            "type": "string",
            "nullable": true
          },
          "precioVenta": {
            "type": "number",
            "format": "double"
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "precioCompra": {
            "type": "number",
            "format": "double"
          },
          "kardex": {
            "type": "string",
            "nullable": true
          },
          "comision": {
            "type": "number",
            "format": "double"
          },
          "tipoAfectacion": {
            "type": "string",
            "nullable": true
          },
          "viewVentas": {
            "type": "string",
            "nullable": true
          },
          "viewCompras": {
            "type": "string",
            "nullable": true
          },
          "tipo": {
            "type": "string",
            "nullable": true
          },
          "revision": {
            "type": "string",
            "nullable": true
          },
          "idProveedor": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "registrado": {
            "type": "string",
            "format": "date-time"
          },
          "modificado": {
            "type": "string",
            "format": "date-time"
          },
          "userRegistra": {
            "type": "string",
            "nullable": true
          },
          "userModifica": {
            "type": "string",
            "nullable": true
          },
          "peso": {
            "type": "number",
            "format": "double"
          },
          "incIgv": {
            "type": "string",
            "nullable": true
          },
          "codProdSunat": {
            "type": "string",
            "nullable": true
          },
          "tipoUso": {
            "type": "string",
            "nullable": true
          },
          "fechaAdquisicion": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "fechaDepreciacion": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "valorResidual": {
            "type": "number",
            "format": "double"
          },
          "naturaleza": {
            "type": "string",
            "nullable": true
          },
          "icbp": {
            "type": "string",
            "nullable": true
          },
          "perecible": {
            "type": "string",
            "nullable": true
          },
          "extensionImg": {
            "type": "string",
            "nullable": true
          },
          "factor": {
            "type": "number",
            "format": "double"
          },
          "nroRegalos": {
            "type": "integer",
            "format": "int32"
          },
          "valorCosto": {
            "type": "number",
            "format": "double"
          },
          "viewContenidoKit": {
            "type": "string",
            "nullable": true
          },
          "controlTiempo": {
            "type": "string",
            "nullable": true
          },
          "estadoEnvio": {
            "type": "string",
            "nullable": true
          },
          "ctaCobrarPagar": {
            "type": "string",
            "nullable": true
          },
          "idRutaProduccion": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "balanza": {
            "type": "string",
            "nullable": true
          },
          "favorito": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idTipoAnalitica": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "contenidoJson": {
            "type": "string",
            "nullable": true
          },
          "dsctoMaximo": {
            "type": "number",
            "format": "double",
            "nullable": true
          },
          "cantidadContenido": {
            "type": "number",
            "format": "double"
          },
          "editarDescripcion": {
            "type": "string",
            "nullable": true
          },
          "combinable": {
            "type": "string",
            "nullable": true
          },
          "idAlmacenMostrar": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idCategoria": {
            "type": "integer",
            "format": "int32"
          },
          "idUnidadMedida": {
            "type": "integer",
            "format": "int32"
          },
          "idMarca": {
            "type": "integer",
            "format": "int32"
          },
          "idAlmacen": {
            "type": "integer",
            "format": "int32"
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "idOrdenProduccion": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "verEnTienda": {
            "type": "string",
            "nullable": true
          },
          "bloqueaSumaItem": {
            "type": "string",
            "nullable": true
          },
          "codigoDetraccion": {
            "type": "string",
            "nullable": true
          },
          "porcentajeDetraccion": {
            "type": "number",
            "format": "double",
            "nullable": true
          },
          "unidadMedida": {
            "type": "string",
            "nullable": true
          },
          "umBase": {
            "type": "string",
            "nullable": true
          },
          "marca": {
            "type": "string",
            "nullable": true
          },
          "categoria": {
            "type": "string",
            "nullable": true
          },
          "tipoAnalitica": {
            "type": "string",
            "nullable": true
          },
          "equivalencia": {
            "type": "number",
            "format": "double"
          },
          "stock": {
            "type": "number",
            "format": "double"
          },
          "idProductoAlmacen": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idUnidadBase": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Promociones.Entidades.PromocionCuponDto": {
        "type": "object",
        "properties": {
          "idCupon": {
            "type": "integer",
            "format": "int32"
          },
          "idPromocion": {
            "type": "integer",
            "format": "int32"
          },
          "codigo": {
            "type": "string",
            "nullable": true
          },
          "fechaEmision": {
            "type": "string",
            "format": "date-time"
          },
          "idOrdenVenta": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idVenta": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "referencia": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Promociones.Entidades.PromocionDetalleDto": {
        "type": "object",
        "properties": {
          "idPromocionDetalle": {
            "type": "integer",
            "format": "int32"
          },
          "idPromocion": {
            "type": "integer",
            "format": "int32"
          },
          "idProducto": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "cantidad": {
            "type": "number",
            "format": "double"
          },
          "dscto": {
            "type": "number",
            "format": "double"
          },
          "idUnidadMedida": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idProductoRegalo": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "cantidadRegalo": {
            "type": "number",
            "format": "double"
          },
          "idCategoria": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "tipoDscto": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Promociones.Entidades.PromocionDto": {
        "type": "object",
        "properties": {
          "idPromocion": {
            "type": "integer",
            "format": "int32"
          },
          "tipoPrograma": {
            "type": "string",
            "nullable": true
          },
          "nombre": {
            "type": "string",
            "nullable": true
          },
          "tipoPromocion": {
            "type": "string",
            "nullable": true
          },
          "cantidadMinima": {
            "type": "number",
            "format": "double"
          },
          "idProductoRegalo": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "valor": {
            "type": "number",
            "format": "double"
          },
          "desde": {
            "type": "string",
            "format": "date-time"
          },
          "hasta": {
            "type": "string",
            "format": "date-time"
          },
          "codigoPromocional": {
            "type": "string",
            "nullable": true
          },
          "tipoAplica": {
            "type": "string",
            "nullable": true
          },
          "generarCupones": {
            "type": "string",
            "nullable": true
          },
          "diasValidezCupon": {
            "type": "integer",
            "format": "int32"
          },
          "montoMaximoDscto": {
            "type": "number",
            "format": "double"
          },
          "ventaMinima": {
            "type": "number",
            "format": "double"
          },
          "nroLimitado": {
            "type": "integer",
            "format": "int32"
          },
          "estadoEnvio": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "fechaRegistro": {
            "type": "string",
            "format": "date-time"
          },
          "fechaModifica": {
            "type": "string",
            "format": "date-time"
          },
          "registradoPor": {
            "type": "string",
            "nullable": true
          },
          "modificadoPor": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "vigencia": {
            "type": "string",
            "nullable": true
          },
          "soloCumpleanios": {
            "type": "string",
            "nullable": true
          },
          "controlaConsumo": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Promociones.Entidades.PromocionSeleccionDto": {
        "type": "object",
        "properties": {
          "idPromocionSeleccion": {
            "type": "integer",
            "format": "int32"
          },
          "idPromocion": {
            "type": "integer",
            "format": "int32"
          },
          "idProducto": {
            "type": "integer",
            "format": "int32"
          },
          "idCliente": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "precio": {
            "type": "number",
            "format": "double"
          },
          "valor": {
            "type": "number",
            "format": "double"
          },
          "cantidad": {
            "type": "number",
            "format": "double"
          },
          "idUnidadMedida": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Promociones.Entradas.PromocionInputDto": {
        "type": "object",
        "properties": {
          "idPromocion": {
            "type": "integer",
            "format": "int32"
          },
          "tipoPrograma": {
            "type": "string",
            "nullable": true
          },
          "nombre": {
            "type": "string",
            "nullable": true
          },
          "tipoPromocion": {
            "type": "string",
            "nullable": true
          },
          "cantidadMinima": {
            "type": "number",
            "format": "double"
          },
          "idProductoRegalo": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "valor": {
            "type": "number",
            "format": "double"
          },
          "desde": {
            "type": "string",
            "format": "date-time"
          },
          "hasta": {
            "type": "string",
            "format": "date-time"
          },
          "codigoPromocional": {
            "type": "string",
            "nullable": true
          },
          "tipoAplica": {
            "type": "string",
            "nullable": true
          },
          "generarCupones": {
            "type": "string",
            "nullable": true
          },
          "diasValidezCupon": {
            "type": "integer",
            "format": "int32"
          },
          "montoMaximoDscto": {
            "type": "number",
            "format": "double"
          },
          "ventaMinima": {
            "type": "number",
            "format": "double"
          },
          "nroLimitado": {
            "type": "integer",
            "format": "int32"
          },
          "estadoEnvio": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "fechaRegistro": {
            "type": "string",
            "format": "date-time"
          },
          "fechaModifica": {
            "type": "string",
            "format": "date-time"
          },
          "registradoPor": {
            "type": "string",
            "nullable": true
          },
          "modificadoPor": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "vigencia": {
            "type": "string",
            "nullable": true
          },
          "soloCumpleanios": {
            "type": "string",
            "nullable": true
          },
          "controlaConsumo": {
            "type": "string",
            "nullable": true
          },
          "productoRegalo": {
            "type": "string",
            "nullable": true
          },
          "promocionSeleccion": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Promociones.Entidades.PromocionSeleccionDto"
            },
            "nullable": true
          },
          "promocionCupon": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Promociones.Entidades.PromocionCuponDto"
            },
            "nullable": true
          },
          "promocionDetalle": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Promociones.Entidades.PromocionDetalleDto"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Publicos.PedidoExternoInputDto": {
        "type": "object",
        "properties": {
          "identificador": {
            "type": "string",
            "nullable": true
          },
          "idAlmacen": {
            "type": "integer",
            "format": "int32"
          },
          "data": {
            "type": "string",
            "nullable": true
          },
          "nombresCliente": {
            "type": "string",
            "nullable": true
          },
          "telefonoCliente": {
            "type": "string",
            "nullable": true
          },
          "fecha": {
            "type": "string",
            "format": "date-time"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Repartidores.RepartidorDto": {
        "type": "object",
        "properties": {
          "idRepartidor": {
            "type": "integer",
            "format": "int32"
          },
          "nombres": {
            "type": "string",
            "nullable": true
          },
          "nroDoc": {
            "type": "string",
            "nullable": true
          },
          "tipoDoc": {
            "type": "string",
            "nullable": true
          },
          "placa": {
            "type": "string",
            "nullable": true
          },
          "tipoVehiculo": {
            "type": "string",
            "nullable": true
          },
          "telefono": {
            "type": "string",
            "nullable": true
          },
          "direccion": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Retenciones.Entidades.RetencionDto": {
        "type": "object",
        "properties": {
          "idRetencion": {
            "type": "integer",
            "format": "int32"
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "codDocumento": {
            "type": "string",
            "nullable": true
          },
          "serieDoc": {
            "type": "string",
            "nullable": true
          },
          "nroDoc": {
            "type": "integer",
            "format": "int32"
          },
          "idFormaPago": {
            "type": "integer",
            "format": "int32"
          },
          "porcentaje": {
            "type": "number",
            "format": "double"
          },
          "idMoneda": {
            "type": "integer",
            "format": "int32"
          },
          "totalPagado": {
            "type": "number",
            "format": "double"
          },
          "totalRetenido": {
            "type": "number",
            "format": "double"
          },
          "fechaEmision": {
            "type": "string",
            "format": "date-time"
          },
          "isElectronica": {
            "type": "string",
            "nullable": true
          },
          "estadoSunat": {
            "type": "string",
            "nullable": true
          },
          "codigoHash": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "idEstablecimiento": {
            "type": "integer",
            "format": "int32"
          },
          "idProveedor": {
            "type": "integer",
            "format": "int32"
          },
          "fechaPago": {
            "type": "string",
            "format": "date-time"
          },
          "fechaRegistro": {
            "type": "string",
            "format": "date-time"
          },
          "fechaModifica": {
            "type": "string",
            "format": "date-time"
          },
          "usuarioRegistra": {
            "type": "string",
            "nullable": true
          },
          "usuarioModifica": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Retenciones.Entradas.RetencionDetalleInputDto": {
        "type": "object",
        "properties": {
          "idRetencion": {
            "type": "integer",
            "format": "int32"
          },
          "idCompra": {
            "type": "integer",
            "format": "int32"
          },
          "codRegimen": {
            "type": "string",
            "nullable": true
          },
          "montoRegimen": {
            "type": "number",
            "format": "double"
          },
          "idRegimen": {
            "type": "integer",
            "format": "int32"
          },
          "constanciaRegimen": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Retenciones.Entradas.RetencionInputDto": {
        "type": "object",
        "properties": {
          "idRetencion": {
            "type": "integer",
            "format": "int32"
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "codDocumento": {
            "type": "string",
            "nullable": true
          },
          "serieDoc": {
            "type": "string",
            "nullable": true
          },
          "nroDoc": {
            "type": "integer",
            "format": "int32"
          },
          "idFormaPago": {
            "type": "integer",
            "format": "int32"
          },
          "porcentaje": {
            "type": "number",
            "format": "double"
          },
          "idMoneda": {
            "type": "integer",
            "format": "int32"
          },
          "totalPagado": {
            "type": "number",
            "format": "double"
          },
          "totalRetenido": {
            "type": "number",
            "format": "double"
          },
          "fechaEmision": {
            "type": "string",
            "format": "date-time"
          },
          "isElectronica": {
            "type": "string",
            "nullable": true
          },
          "estadoSunat": {
            "type": "string",
            "nullable": true
          },
          "codigoHash": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "idEstablecimiento": {
            "type": "integer",
            "format": "int32"
          },
          "idProveedor": {
            "type": "integer",
            "format": "int32"
          },
          "fechaPago": {
            "type": "string",
            "format": "date-time"
          },
          "fechaRegistro": {
            "type": "string",
            "format": "date-time"
          },
          "fechaModifica": {
            "type": "string",
            "format": "date-time"
          },
          "usuarioRegistra": {
            "type": "string",
            "nullable": true
          },
          "usuarioModifica": {
            "type": "string",
            "nullable": true
          },
          "listDetalle": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Retenciones.Entradas.RetencionDetalleInputDto"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Salones.SalonDto": {
        "type": "object",
        "properties": {
          "idSalon": {
            "type": "integer",
            "format": "int32"
          },
          "nombreSalon": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "idAlmacen": {
            "type": "integer",
            "format": "int32"
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.SociosNegocio.SocioNegociosDto": {
        "type": "object",
        "properties": {
          "idSocioNegocios": {
            "type": "integer",
            "format": "int32"
          },
          "nombres": {
            "type": "string",
            "nullable": true
          },
          "apellidos": {
            "type": "string",
            "nullable": true
          },
          "direccion": {
            "type": "string",
            "nullable": true
          },
          "nombreComercial": {
            "type": "string",
            "nullable": true
          },
          "tipoDocumento": {
            "type": "string",
            "nullable": true
          },
          "nroDocumento": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "reservado": {
            "type": "string",
            "nullable": true
          },
          "idUbigeo": {
            "type": "integer",
            "format": "int32"
          },
          "email": {
            "type": "string",
            "nullable": true
          },
          "telefono": {
            "type": "string",
            "nullable": true
          },
          "idVendedor": {
            "type": "integer",
            "format": "int32"
          },
          "telMovil": {
            "type": "string",
            "nullable": true
          },
          "fechaRegistro": {
            "type": "string",
            "format": "date-time"
          },
          "responsable": {
            "type": "string",
            "nullable": true
          },
          "idAlmacen": {
            "type": "integer",
            "format": "int32"
          },
          "idListaPrecios": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idCondPago": {
            "type": "integer",
            "format": "int32"
          },
          "tipoSocioNegocios": {
            "type": "string",
            "nullable": true
          },
          "lineaCredito": {
            "type": "string",
            "nullable": true
          },
          "montoLinea": {
            "type": "number",
            "format": "double",
            "nullable": true
          },
          "idMonedaLinea": {
            "type": "integer",
            "format": "int32"
          },
          "fechaModifica": {
            "type": "string",
            "format": "date-time"
          },
          "userModifica": {
            "type": "string",
            "nullable": true
          },
          "isCliente": {
            "type": "string",
            "nullable": true
          },
          "isProveedor": {
            "type": "string",
            "nullable": true
          },
          "coordenadas": {
            "type": "string",
            "nullable": true
          },
          "isAgente": {
            "type": "string",
            "nullable": true
          },
          "nroExterno": {
            "type": "string",
            "nullable": true
          },
          "subCodigo": {
            "type": "integer",
            "format": "int32"
          },
          "porcentajeDscto": {
            "type": "number",
            "format": "double",
            "nullable": true
          },
          "puntos": {
            "type": "number",
            "format": "double"
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "idZona": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "fechaValida": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "claveCanje": {
            "type": "string",
            "nullable": true
          },
          "extensionFirma": {
            "type": "string",
            "nullable": true
          },
          "sexo": {
            "type": "string",
            "nullable": true
          },
          "fechaNacimiento": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "nota": {
            "type": "string",
            "nullable": true
          },
          "foneticaNombres": {
            "type": "string",
            "nullable": true
          },
          "idApoderado": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idAlquilerIncidencia": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "fechaCanjeCumple": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "idVentaDetalle": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.SociosNegocio.SocioNegociosInputDto": {
        "type": "object",
        "properties": {
          "idSocioNegocios": {
            "type": "integer",
            "format": "int32"
          },
          "nombres": {
            "type": "string",
            "nullable": true
          },
          "apellidos": {
            "type": "string",
            "nullable": true
          },
          "direccion": {
            "type": "string",
            "nullable": true
          },
          "nombreComercial": {
            "type": "string",
            "nullable": true
          },
          "tipoDocumento": {
            "type": "string",
            "nullable": true
          },
          "nroDocumento": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "reservado": {
            "type": "string",
            "nullable": true
          },
          "idUbigeo": {
            "type": "integer",
            "format": "int32"
          },
          "email": {
            "type": "string",
            "nullable": true
          },
          "telefono": {
            "type": "string",
            "nullable": true
          },
          "idVendedor": {
            "type": "integer",
            "format": "int32"
          },
          "telMovil": {
            "type": "string",
            "nullable": true
          },
          "fechaRegistro": {
            "type": "string",
            "format": "date-time"
          },
          "responsable": {
            "type": "string",
            "nullable": true
          },
          "idAlmacen": {
            "type": "integer",
            "format": "int32"
          },
          "idListaPrecios": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idCondPago": {
            "type": "integer",
            "format": "int32"
          },
          "tipoSocioNegocios": {
            "type": "string",
            "nullable": true
          },
          "lineaCredito": {
            "type": "string",
            "nullable": true
          },
          "montoLinea": {
            "type": "number",
            "format": "double",
            "nullable": true
          },
          "idMonedaLinea": {
            "type": "integer",
            "format": "int32"
          },
          "fechaModifica": {
            "type": "string",
            "format": "date-time"
          },
          "userModifica": {
            "type": "string",
            "nullable": true
          },
          "isCliente": {
            "type": "string",
            "nullable": true
          },
          "isProveedor": {
            "type": "string",
            "nullable": true
          },
          "coordenadas": {
            "type": "string",
            "nullable": true
          },
          "isAgente": {
            "type": "string",
            "nullable": true
          },
          "nroExterno": {
            "type": "string",
            "nullable": true
          },
          "subCodigo": {
            "type": "integer",
            "format": "int32"
          },
          "porcentajeDscto": {
            "type": "number",
            "format": "double",
            "nullable": true
          },
          "puntos": {
            "type": "number",
            "format": "double"
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "idZona": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "fechaValida": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "claveCanje": {
            "type": "string",
            "nullable": true
          },
          "extensionFirma": {
            "type": "string",
            "nullable": true
          },
          "sexo": {
            "type": "string",
            "nullable": true
          },
          "fechaNacimiento": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "nota": {
            "type": "string",
            "nullable": true
          },
          "foneticaNombres": {
            "type": "string",
            "nullable": true
          },
          "idApoderado": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idAlquilerIncidencia": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "fechaCanjeCumple": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "idVentaDetalle": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "isParticipante": {
            "type": "string",
            "nullable": true
          },
          "nameFileFirma": {
            "type": "string",
            "nullable": true
          },
          "logoBase64": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.SociosNegocioAsignacion.SocioNegociosAsignacionDto": {
        "type": "object",
        "properties": {
          "idLog": {
            "type": "integer",
            "format": "int32"
          },
          "idSocioNegocios": {
            "type": "integer",
            "format": "int32"
          },
          "puntos": {
            "type": "number",
            "format": "double"
          },
          "comentario": {
            "type": "string",
            "nullable": true
          },
          "fechaRegistro": {
            "type": "string",
            "format": "date-time"
          },
          "usuarioRegistro": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.SolicitudesAprobacion.ResolverAprobacionRequest": {
        "type": "object",
        "properties": {
          "idAprobador": {
            "type": "integer",
            "format": "int32"
          },
          "nombreAprobador": {
            "type": "string",
            "nullable": true
          },
          "aprobar": {
            "type": "boolean"
          },
          "motivoRechazo": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.SolicitudesAprobacion.SolicitarAprobacionRequest": {
        "type": "object",
        "properties": {
          "tipo": {
            "type": "string",
            "nullable": true
          },
          "entidadId": {
            "type": "integer",
            "format": "int32"
          },
          "entidadDescripcion": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "idAlmacen": {
            "type": "integer",
            "format": "int32"
          },
          "idSolicitante": {
            "type": "integer",
            "format": "int32"
          },
          "nombreSolicitante": {
            "type": "string",
            "nullable": true
          },
          "motivo": {
            "type": "string",
            "nullable": true
          },
          "payload": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.SolicitudesAprobacion.SolicitudAprobacionView": {
        "type": "object",
        "properties": {
          "idSolicitud": {
            "type": "integer",
            "format": "int32"
          },
          "tipo": {
            "type": "string",
            "nullable": true
          },
          "entidadId": {
            "type": "integer",
            "format": "int32"
          },
          "entidadDescripcion": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "idAlmacen": {
            "type": "integer",
            "format": "int32"
          },
          "idSolicitante": {
            "type": "integer",
            "format": "int32"
          },
          "nombreSolicitante": {
            "type": "string",
            "nullable": true
          },
          "idAprobador": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "nombreAprobador": {
            "type": "string",
            "nullable": true
          },
          "motivo": {
            "type": "string",
            "nullable": true
          },
          "motivoRechazo": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "payload": {
            "type": "string",
            "nullable": true
          },
          "fechaSolicitud": {
            "type": "string",
            "format": "date-time"
          },
          "fechaResolucion": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Tareas.TareaDto": {
        "type": "object",
        "properties": {
          "idTarea": {
            "type": "integer",
            "format": "int32"
          },
          "nombre": {
            "type": "string",
            "nullable": true
          },
          "fecha": {
            "type": "string",
            "format": "date-time"
          },
          "descripcion": {
            "type": "string",
            "nullable": true
          },
          "repetirCada": {
            "type": "integer",
            "format": "int32"
          },
          "tipoRepeticion": {
            "type": "string",
            "nullable": true
          },
          "tipoFinaliza": {
            "type": "string",
            "nullable": true
          },
          "fechaFinaliza": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "cantidadFinaliza": {
            "type": "integer",
            "format": "int32"
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "extensionFoto": {
            "type": "string",
            "nullable": true
          },
          "notaRealiza": {
            "type": "string",
            "nullable": true
          },
          "fechaRealiza": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "usuarioRealiza": {
            "type": "string",
            "nullable": true
          },
          "usuarioRegistra": {
            "type": "string",
            "nullable": true
          },
          "usuarioModifica": {
            "type": "string",
            "nullable": true
          },
          "estadoEnvio": {
            "type": "string",
            "nullable": true
          },
          "usuarioRealizaModifica": {
            "type": "string",
            "nullable": true
          },
          "fechaRealizaModifica": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "idEstablecimiento": {
            "type": "integer",
            "format": "int32"
          },
          "diasSemanaRepetir": {
            "type": "string",
            "nullable": true
          },
          "idTareaRep": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idTipoTarea": {
            "type": "integer",
            "format": "int32"
          },
          "descuento": {
            "type": "number",
            "format": "double"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Tareas.TareaInputDto": {
        "type": "object",
        "properties": {
          "idTarea": {
            "type": "integer",
            "format": "int32"
          },
          "nombre": {
            "type": "string",
            "nullable": true
          },
          "fecha": {
            "type": "string",
            "format": "date-time"
          },
          "descripcion": {
            "type": "string",
            "nullable": true
          },
          "repetirCada": {
            "type": "integer",
            "format": "int32"
          },
          "tipoRepeticion": {
            "type": "string",
            "nullable": true
          },
          "tipoFinaliza": {
            "type": "string",
            "nullable": true
          },
          "fechaFinaliza": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "cantidadFinaliza": {
            "type": "integer",
            "format": "int32"
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "extensionFoto": {
            "type": "string",
            "nullable": true
          },
          "notaRealiza": {
            "type": "string",
            "nullable": true
          },
          "fechaRealiza": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "usuarioRealiza": {
            "type": "string",
            "nullable": true
          },
          "usuarioRegistra": {
            "type": "string",
            "nullable": true
          },
          "usuarioModifica": {
            "type": "string",
            "nullable": true
          },
          "estadoEnvio": {
            "type": "string",
            "nullable": true
          },
          "usuarioRealizaModifica": {
            "type": "string",
            "nullable": true
          },
          "fechaRealizaModifica": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "idEstablecimiento": {
            "type": "integer",
            "format": "int32"
          },
          "diasSemanaRepetir": {
            "type": "string",
            "nullable": true
          },
          "idTareaRep": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idTipoTarea": {
            "type": "integer",
            "format": "int32"
          },
          "descuento": {
            "type": "number",
            "format": "double"
          },
          "nameFileLogo": {
            "type": "string",
            "nullable": true
          },
          "logoBase64": {
            "type": "string",
            "nullable": true
          },
          "establecimiento": {
            "type": "string",
            "nullable": true
          },
          "tipoTarea": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.TipoConceptosCredido.TipoConceptoDocCreditoDto": {
        "type": "object",
        "properties": {
          "idTipoConcepDocCred": {
            "type": "integer",
            "format": "int32"
          },
          "descripcion": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "codDocumento": {
            "type": "string",
            "nullable": true
          },
          "afectoAlMonto": {
            "type": "string",
            "nullable": true
          },
          "codSunat": {
            "type": "string",
            "nullable": true
          },
          "anuladoPor": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.TipoCotizaciones.TipoCotizacionDto": {
        "type": "object",
        "properties": {
          "idTipoCotizacion": {
            "type": "integer",
            "format": "int32"
          },
          "nombre": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "interno": {
            "type": "string",
            "nullable": true
          },
          "formatoSerie": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.TiposAnalitica.TipoAnaliticaDto": {
        "type": "object",
        "properties": {
          "idTipoAnalitica": {
            "type": "integer",
            "format": "int32"
          },
          "nombre": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.TiposConfiguracion.TipoConfiguracionDto": {
        "type": "object",
        "properties": {
          "idTipoConfiguracion": {
            "type": "integer",
            "format": "int32"
          },
          "nombre": {
            "type": "string",
            "nullable": true
          },
          "claseCss": {
            "type": "string",
            "nullable": true
          },
          "icon": {
            "type": "string",
            "nullable": true
          },
          "cargando": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.TiposIncidencia.VtaTipoIncidenciaDto": {
        "type": "object",
        "properties": {
          "idTipoIncidencia": {
            "type": "integer",
            "format": "int32"
          },
          "nombre": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.TiposTarea.TipoTareaDto": {
        "type": "object",
        "properties": {
          "idTipoTarea": {
            "type": "integer",
            "format": "int32"
          },
          "nombre": {
            "type": "string",
            "nullable": true
          },
          "color": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.TiposUnidadMedida.TipoUnidadMedidaDto": {
        "type": "object",
        "properties": {
          "idTipoUnidadMedida": {
            "type": "integer",
            "format": "int32"
          },
          "nombre": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "anuladoPor": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.TransportesGuia.TransporteGuiaDto": {
        "type": "object",
        "properties": {
          "idTransporteGuia": {
            "type": "integer",
            "format": "int32"
          },
          "empresa": {
            "type": "string",
            "nullable": true
          },
          "ruc": {
            "type": "string",
            "nullable": true
          },
          "constancia": {
            "type": "string",
            "nullable": true
          },
          "chofer": {
            "type": "string",
            "nullable": true
          },
          "placa": {
            "type": "string",
            "nullable": true
          },
          "licencia": {
            "type": "string",
            "nullable": true
          },
          "marca": {
            "type": "string",
            "nullable": true
          },
          "carreta": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Turnos.TurnoDto": {
        "type": "object",
        "properties": {
          "idTurno": {
            "type": "integer",
            "format": "int32"
          },
          "nombre": {
            "type": "string",
            "nullable": true
          },
          "entrada": {
            "type": "string",
            "format": "date-time"
          },
          "salida": {
            "type": "string",
            "format": "date-time"
          },
          "idEstablecimiento": {
            "type": "integer",
            "format": "int32"
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "anuladoPor": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.UnidadesMedida.UnidadMedidaDto": {
        "type": "object",
        "properties": {
          "idUnidadMedida": {
            "type": "integer",
            "format": "int32"
          },
          "nombreUnidad": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "reservado": {
            "type": "string",
            "nullable": true
          },
          "abreviatura": {
            "type": "string",
            "nullable": true
          },
          "codSunat": {
            "type": "string",
            "nullable": true
          },
          "equivalencia": {
            "type": "number",
            "format": "double",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "idUnidadBase": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idTipoUnidadMedida": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "unidadBase": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.UsuarioAlmacenes.UsuarioAlmacenDto": {
        "type": "object",
        "properties": {
          "idAlmacen": {
            "type": "integer",
            "format": "int32"
          },
          "idEmpleado": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.UsuarioCajas.UsuarioCajaDto": {
        "type": "object",
        "properties": {
          "idEmpleado": {
            "type": "integer",
            "format": "int32"
          },
          "idCaja": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Ventas.Entidades.OrdenVentaVentaDto": {
        "type": "object",
        "properties": {
          "idOrdenVenta": {
            "type": "integer",
            "format": "int32"
          },
          "idVenta": {
            "type": "integer",
            "format": "int32"
          },
          "facturado": {
            "type": "number",
            "format": "double"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Ventas.Entidades.VentaAlquilerDto": {
        "type": "object",
        "properties": {
          "idAlquiler": {
            "type": "integer",
            "format": "int32"
          },
          "idVentaDetalle": {
            "type": "integer",
            "format": "int32"
          },
          "horaEntrada": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "horaSalida": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "idApoderado": {
            "type": "integer",
            "format": "int32"
          },
          "estadoEnvio": {
            "type": "string",
            "nullable": true
          },
          "idParticipante": {
            "type": "integer",
            "format": "int32"
          },
          "horaSalidaReal": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "observacion": {
            "type": "string",
            "nullable": true
          },
          "idTipoIncidencia": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "comentarioIncidencia": {
            "type": "string",
            "nullable": true
          },
          "minutosAdicionales": {
            "type": "integer",
            "format": "int32"
          },
          "idVentaDetalleAdicional": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "cupon": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Ventas.Entidades.VentaCuotaDto": {
        "type": "object",
        "properties": {
          "idVenta": {
            "type": "integer",
            "format": "int32"
          },
          "nroCuota": {
            "type": "integer",
            "format": "int32"
          },
          "vencimiento": {
            "type": "string",
            "format": "date-time"
          },
          "monto": {
            "type": "number",
            "format": "double"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Ventas.Entidades.VentaDetalleDto": {
        "type": "object",
        "properties": {
          "idVentaDetalle": {
            "type": "integer",
            "format": "int32"
          },
          "idVenta": {
            "type": "integer",
            "format": "int32"
          },
          "idProducto": {
            "type": "integer",
            "format": "int32"
          },
          "item": {
            "type": "integer",
            "format": "int32"
          },
          "cantidad": {
            "type": "number",
            "format": "double"
          },
          "precio": {
            "type": "number",
            "format": "double"
          },
          "dscto": {
            "type": "number",
            "format": "double"
          },
          "valorCompra": {
            "type": "number",
            "format": "double"
          },
          "precioCompra": {
            "type": "number",
            "format": "double"
          },
          "detalle": {
            "type": "string",
            "nullable": true
          },
          "precioReferencial": {
            "type": "number",
            "format": "double"
          },
          "idUnidadMedida": {
            "type": "integer",
            "format": "int32"
          },
          "presentacion": {
            "type": "string",
            "nullable": true
          },
          "afectoIgv": {
            "type": "string",
            "nullable": true
          },
          "equivalencia": {
            "type": "number",
            "format": "double"
          },
          "importe": {
            "type": "number",
            "format": "double"
          },
          "kardex": {
            "type": "string",
            "nullable": true
          },
          "baseImponible": {
            "type": "number",
            "format": "double"
          },
          "observa": {
            "type": "string",
            "nullable": true
          },
          "dsctoDato": {
            "type": "string",
            "nullable": true
          },
          "idPromocion": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idAlmacenDespacho": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "icbperUnitario": {
            "type": "number",
            "format": "double"
          },
          "idCuponDetalle": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "contenidoJson": {
            "type": "string",
            "nullable": true
          },
          "precioBrutoUnit": {
            "type": "number",
            "format": "double"
          },
          "consumoPromo": {
            "type": "string",
            "nullable": true
          },
          "hidenAlquiler": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Ventas.Entradas.AnulaVtaInputDto": {
        "type": "object",
        "properties": {
          "idVenta": {
            "type": "integer",
            "format": "int32"
          },
          "serieDoc": {
            "type": "string",
            "nullable": true
          },
          "nroDoc": {
            "type": "string",
            "nullable": true
          },
          "despachoAlmacen": {
            "type": "string",
            "nullable": true
          },
          "usuarioAnula": {
            "type": "string",
            "nullable": true
          },
          "fechaAnula": {
            "type": "string",
            "format": "date-time"
          },
          "motivoAnula": {
            "type": "string",
            "nullable": true
          },
          "isElectronica": {
            "type": "string",
            "nullable": true
          },
          "estadoSunat": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "codDocumento": {
            "type": "string",
            "nullable": true
          },
          "validarCierreCaja": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Ventas.Entradas.LibroVentaInputDto": {
        "type": "object",
        "properties": {
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "anio": {
            "type": "string",
            "nullable": true
          },
          "mes": {
            "type": "string",
            "nullable": true
          },
          "textoBuscar": {
            "type": "string",
            "nullable": true
          },
          "codDocumento": {
            "type": "string",
            "nullable": true
          },
          "pagina": {
            "type": "integer",
            "format": "int32"
          },
          "nroElementos": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Ventas.Entradas.VentaAlquilerInputDto": {
        "type": "object",
        "properties": {
          "idAlquiler": {
            "type": "integer",
            "format": "int32"
          },
          "idVentaDetalle": {
            "type": "integer",
            "format": "int32"
          },
          "horaEntrada": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "horaSalida": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "idApoderado": {
            "type": "integer",
            "format": "int32"
          },
          "estadoEnvio": {
            "type": "string",
            "nullable": true
          },
          "idParticipante": {
            "type": "integer",
            "format": "int32"
          },
          "horaSalidaReal": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "observacion": {
            "type": "string",
            "nullable": true
          },
          "idTipoIncidencia": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "comentarioIncidencia": {
            "type": "string",
            "nullable": true
          },
          "minutosAdicionales": {
            "type": "integer",
            "format": "int32"
          },
          "idVentaDetalleAdicional": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "cupon": {
            "type": "string",
            "nullable": true
          },
          "idVenta": {
            "type": "integer",
            "format": "int32"
          },
          "quitarIncidencia": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Ventas.Entradas.VentaDetalleInputDto": {
        "type": "object",
        "properties": {
          "idVentaDetalle": {
            "type": "integer",
            "format": "int32"
          },
          "idVenta": {
            "type": "integer",
            "format": "int32"
          },
          "idProducto": {
            "type": "integer",
            "format": "int32"
          },
          "item": {
            "type": "integer",
            "format": "int32"
          },
          "cantidad": {
            "type": "number",
            "format": "double"
          },
          "precio": {
            "type": "number",
            "format": "double"
          },
          "dscto": {
            "type": "number",
            "format": "double"
          },
          "valorCompra": {
            "type": "number",
            "format": "double"
          },
          "precioCompra": {
            "type": "number",
            "format": "double"
          },
          "detalle": {
            "type": "string",
            "nullable": true
          },
          "precioReferencial": {
            "type": "number",
            "format": "double"
          },
          "idUnidadMedida": {
            "type": "integer",
            "format": "int32"
          },
          "presentacion": {
            "type": "string",
            "nullable": true
          },
          "afectoIgv": {
            "type": "string",
            "nullable": true
          },
          "equivalencia": {
            "type": "number",
            "format": "double"
          },
          "importe": {
            "type": "number",
            "format": "double"
          },
          "kardex": {
            "type": "string",
            "nullable": true
          },
          "baseImponible": {
            "type": "number",
            "format": "double"
          },
          "observa": {
            "type": "string",
            "nullable": true
          },
          "dsctoDato": {
            "type": "string",
            "nullable": true
          },
          "idPromocion": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idAlmacenDespacho": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "icbperUnitario": {
            "type": "number",
            "format": "double"
          },
          "idCuponDetalle": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "contenidoJson": {
            "type": "string",
            "nullable": true
          },
          "precioBrutoUnit": {
            "type": "number",
            "format": "double"
          },
          "consumoPromo": {
            "type": "string",
            "nullable": true
          },
          "hidenAlquiler": {
            "type": "string",
            "nullable": true
          },
          "documento": {
            "type": "string",
            "nullable": true
          },
          "cliente": {
            "type": "string",
            "nullable": true
          },
          "fechaDoc": {
            "type": "string",
            "format": "date-time"
          },
          "impuestos": {
            "type": "number",
            "format": "double"
          },
          "subCodigo": {
            "type": "string",
            "nullable": true
          },
          "isICBP": {
            "type": "boolean"
          },
          "tipoProducto": {
            "type": "string",
            "nullable": true
          },
          "viewContenidoKit": {
            "type": "string",
            "nullable": true
          },
          "stock": {
            "type": "number",
            "format": "double"
          },
          "tipoAfectacionOriginal": {
            "type": "string",
            "nullable": true
          },
          "cantidadReal": {
            "type": "number",
            "format": "double"
          },
          "idUnidadBase": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "unidadBase": {
            "type": "string",
            "nullable": true
          },
          "ingresado": {
            "type": "number",
            "format": "double"
          },
          "idCategoria": {
            "type": "integer",
            "format": "int32"
          },
          "idTipoUnidadMedida": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idParticipante": {
            "type": "integer",
            "format": "int32"
          },
          "listaInsumos": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.ProductoInsumos.ProductoInsumoOutPutDto"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Ventas.Modelos.VentaInputDto": {
        "type": "object",
        "properties": {
          "idVenta": {
            "type": "integer",
            "format": "int32"
          },
          "serieDoc": {
            "type": "string",
            "nullable": true
          },
          "nroDoc": {
            "type": "integer",
            "format": "int32"
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "despachoAlmacen": {
            "type": "string",
            "nullable": true
          },
          "fechaEmision": {
            "type": "string",
            "format": "date-time"
          },
          "fechaVencimiento": {
            "type": "string",
            "format": "date-time"
          },
          "idVendedor": {
            "type": "integer",
            "format": "int32"
          },
          "fechaEntrega": {
            "type": "string",
            "format": "date-time"
          },
          "tipoAnulacion": {
            "type": "string",
            "nullable": true
          },
          "usuarioAnula": {
            "type": "string",
            "nullable": true
          },
          "fechaAnula": {
            "type": "string",
            "format": "date-time"
          },
          "motivoAnula": {
            "type": "string",
            "nullable": true
          },
          "observacion": {
            "type": "string",
            "nullable": true
          },
          "tipoDscto": {
            "type": "string",
            "nullable": true
          },
          "responsable": {
            "type": "string",
            "nullable": true
          },
          "incIgv": {
            "type": "string",
            "nullable": true
          },
          "tipoCambio": {
            "type": "number",
            "format": "double"
          },
          "tcSunat": {
            "type": "number",
            "format": "double"
          },
          "idVentaDocRef": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "glosaConcepto": {
            "type": "string",
            "nullable": true
          },
          "codigoHash": {
            "type": "string",
            "nullable": true
          },
          "tipoDocCliente": {
            "type": "string",
            "nullable": true
          },
          "nroDocCliente": {
            "type": "string",
            "nullable": true
          },
          "direccion": {
            "type": "string",
            "nullable": true
          },
          "isElectronica": {
            "type": "string",
            "nullable": true
          },
          "estadoSunat": {
            "type": "string",
            "nullable": true
          },
          "msjRptaSunat": {
            "type": "string",
            "nullable": true
          },
          "dsctoGlobal": {
            "type": "number",
            "format": "double"
          },
          "inafectas": {
            "type": "number",
            "format": "double"
          },
          "gravadas": {
            "type": "number",
            "format": "double"
          },
          "exoneradas": {
            "type": "number",
            "format": "double"
          },
          "gratuitas": {
            "type": "number",
            "format": "double"
          },
          "totalIgv": {
            "type": "number",
            "format": "double"
          },
          "totalIsc": {
            "type": "number",
            "format": "double"
          },
          "totalOtrosTributos": {
            "type": "number",
            "format": "double"
          },
          "totalOtrasCargas": {
            "type": "number",
            "format": "double"
          },
          "porcentajeIgv": {
            "type": "number",
            "format": "double"
          },
          "valorVenta": {
            "type": "number",
            "format": "double"
          },
          "totalVenta": {
            "type": "number",
            "format": "double"
          },
          "imptoIcbper": {
            "type": "number",
            "format": "double",
            "nullable": true
          },
          "codTipoVenta": {
            "type": "string",
            "nullable": true
          },
          "estadoBaja": {
            "type": "string",
            "nullable": true
          },
          "guia": {
            "type": "string",
            "nullable": true
          },
          "ordenCompra": {
            "type": "string",
            "nullable": true
          },
          "fechaRegistro": {
            "type": "string",
            "format": "date-time"
          },
          "idEstablecimiento": {
            "type": "integer",
            "format": "int32"
          },
          "idMesa": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "tipoPrint": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "relacionado": {
            "type": "string",
            "nullable": true
          },
          "claveInterna": {
            "type": "string",
            "nullable": true
          },
          "peso": {
            "type": "number",
            "format": "double",
            "nullable": true
          },
          "pagado": {
            "type": "number",
            "format": "double",
            "nullable": true
          },
          "porcentajeRegimen": {
            "type": "number",
            "format": "double"
          },
          "codBienRegimen": {
            "type": "string",
            "nullable": true
          },
          "referencia": {
            "type": "string",
            "nullable": true
          },
          "idGuia": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "placa": {
            "type": "string",
            "nullable": true
          },
          "formaPago": {
            "type": "string",
            "nullable": true
          },
          "codigoUnicoLocal": {
            "type": "string",
            "nullable": true
          },
          "idResumen": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idDocumentoBaja": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "puertoEnvio": {
            "type": "string",
            "nullable": true
          },
          "puertoLlegada": {
            "type": "string",
            "nullable": true
          },
          "hscode": {
            "type": "string",
            "nullable": true
          },
          "packingList": {
            "type": "string",
            "nullable": true
          },
          "contenedor": {
            "type": "string",
            "nullable": true
          },
          "incoTerms": {
            "type": "string",
            "nullable": true
          },
          "envioDoc": {
            "type": "string",
            "nullable": true
          },
          "idCampaniaPuntos": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "puntos": {
            "type": "number",
            "format": "double"
          },
          "idAlmacen": {
            "type": "integer",
            "format": "int32"
          },
          "idCajaLiquidacion": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idOrdenVenta": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idCliente": {
            "type": "integer",
            "format": "int32"
          },
          "idMoneda": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "codDocumento": {
            "type": "string",
            "nullable": true
          },
          "idCondicion": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idTipoConcepDoccred": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idRemitente": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idDestinatario": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "estadoEnvio": {
            "type": "string",
            "nullable": true
          },
          "idListaPrecios": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idRepartidor": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "idZona": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "ubigeoOrigen": {
            "type": "string",
            "nullable": true
          },
          "direccionOrigen": {
            "type": "string",
            "nullable": true
          },
          "ubigeoDestino": {
            "type": "string",
            "nullable": true
          },
          "direccionDestino": {
            "type": "string",
            "nullable": true
          },
          "mtc": {
            "type": "string",
            "nullable": true
          },
          "configVehicular": {
            "type": "string",
            "nullable": true
          },
          "cargaUtil": {
            "type": "number",
            "format": "double"
          },
          "valorRefServicio": {
            "type": "number",
            "format": "double"
          },
          "nombresCliente": {
            "type": "string",
            "nullable": true
          },
          "otrosRelacionados": {
            "type": "string",
            "nullable": true
          },
          "triggerMesa": {
            "type": "string",
            "nullable": true
          },
          "publicar": {
            "type": "boolean"
          },
          "serieFormateada": {
            "type": "string",
            "nullable": true
          },
          "isDesdePedido": {
            "type": "string",
            "nullable": true
          },
          "estadoPedido": {
            "type": "string",
            "nullable": true
          },
          "generarKardex": {
            "type": "string",
            "nullable": true
          },
          "formatoSerieOrden": {
            "type": "string",
            "nullable": true
          },
          "detalle": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Ventas.Entradas.VentaDetalleInputDto"
            },
            "nullable": true
          },
          "cuotas": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Ventas.Entidades.VentaCuotaDto"
            },
            "nullable": true
          },
          "ordenes": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Ventas.Entidades.OrdenVentaVentaDto"
            },
            "nullable": true
          },
          "operaciones": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Operaciones.Entidades.OperacionesDto"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Viajes.ViajeDto": {
        "type": "object",
        "properties": {
          "idViaje": {
            "type": "integer",
            "format": "int32"
          },
          "nro": {
            "type": "integer",
            "format": "int32"
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "fecha": {
            "type": "string",
            "format": "date-time"
          },
          "estadoEnvio": {
            "type": "string",
            "nullable": true
          },
          "fechaPartida": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "fechaLlegada": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "idAlmacenOrigen": {
            "type": "integer",
            "format": "int32"
          },
          "idAlmacenDestino": {
            "type": "integer",
            "format": "int32"
          },
          "choferNombres": {
            "type": "string",
            "nullable": true
          },
          "choferApellidos": {
            "type": "string",
            "nullable": true
          },
          "choferNroDoc": {
            "type": "string",
            "nullable": true
          },
          "choferLicencia": {
            "type": "string",
            "nullable": true
          },
          "secChoferNombres": {
            "type": "string",
            "nullable": true
          },
          "secChoferApellidos": {
            "type": "string",
            "nullable": true
          },
          "secChoferNroDoc": {
            "type": "string",
            "nullable": true
          },
          "secChoferLicencia": {
            "type": "string",
            "nullable": true
          },
          "placa": {
            "type": "string",
            "nullable": true
          },
          "marca": {
            "type": "string",
            "nullable": true
          },
          "placaSecundaria": {
            "type": "string",
            "nullable": true
          },
          "marcaSecundaria": {
            "type": "string",
            "nullable": true
          },
          "tipoDocChofer": {
            "type": "string",
            "nullable": true
          },
          "tipoDocChoferSec": {
            "type": "string",
            "nullable": true
          },
          "observacion": {
            "type": "string",
            "nullable": true
          },
          "constancia": {
            "type": "string",
            "nullable": true
          },
          "constanciaSec": {
            "type": "string",
            "nullable": true
          },
          "carreta": {
            "type": "string",
            "nullable": true
          },
          "carretaSec": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "registroMtcTrans": {
            "type": "string",
            "nullable": true
          },
          "rucTrans": {
            "type": "string",
            "nullable": true
          },
          "empresaTransporte": {
            "type": "string",
            "nullable": true
          },
          "cargaUtil": {
            "type": "number",
            "format": "double",
            "nullable": true
          },
          "descripcion": {
            "type": "string",
            "nullable": true
          },
          "almacenOrigen": {
            "type": "string",
            "nullable": true
          },
          "almacenDestino": {
            "type": "string",
            "nullable": true
          },
          "direccionDestino": {
            "type": "string",
            "nullable": true
          },
          "ubigeoDestino": {
            "type": "string",
            "nullable": true
          },
          "direccionOrigen": {
            "type": "string",
            "nullable": true
          },
          "ubigeoOrigen": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Viajes.ViajeExcelOutPutDto": {
        "type": "object",
        "properties": {
          "idViaje": {
            "type": "integer",
            "format": "int32"
          },
          "nro": {
            "type": "integer",
            "format": "int32"
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "fecha": {
            "type": "string",
            "format": "date-time"
          },
          "estadoEnvio": {
            "type": "string",
            "nullable": true
          },
          "fechaPartida": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "fechaLlegada": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "idAlmacenOrigen": {
            "type": "integer",
            "format": "int32"
          },
          "idAlmacenDestino": {
            "type": "integer",
            "format": "int32"
          },
          "choferNombres": {
            "type": "string",
            "nullable": true
          },
          "choferApellidos": {
            "type": "string",
            "nullable": true
          },
          "choferNroDoc": {
            "type": "string",
            "nullable": true
          },
          "choferLicencia": {
            "type": "string",
            "nullable": true
          },
          "secChoferNombres": {
            "type": "string",
            "nullable": true
          },
          "secChoferApellidos": {
            "type": "string",
            "nullable": true
          },
          "secChoferNroDoc": {
            "type": "string",
            "nullable": true
          },
          "secChoferLicencia": {
            "type": "string",
            "nullable": true
          },
          "placa": {
            "type": "string",
            "nullable": true
          },
          "marca": {
            "type": "string",
            "nullable": true
          },
          "placaSecundaria": {
            "type": "string",
            "nullable": true
          },
          "marcaSecundaria": {
            "type": "string",
            "nullable": true
          },
          "tipoDocChofer": {
            "type": "string",
            "nullable": true
          },
          "tipoDocChoferSec": {
            "type": "string",
            "nullable": true
          },
          "observacion": {
            "type": "string",
            "nullable": true
          },
          "constancia": {
            "type": "string",
            "nullable": true
          },
          "constanciaSec": {
            "type": "string",
            "nullable": true
          },
          "carreta": {
            "type": "string",
            "nullable": true
          },
          "carretaSec": {
            "type": "string",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "registroMtcTrans": {
            "type": "string",
            "nullable": true
          },
          "rucTrans": {
            "type": "string",
            "nullable": true
          },
          "empresaTransporte": {
            "type": "string",
            "nullable": true
          },
          "cargaUtil": {
            "type": "number",
            "format": "double",
            "nullable": true
          },
          "descripcion": {
            "type": "string",
            "nullable": true
          },
          "almacenOrigen": {
            "type": "string",
            "nullable": true
          },
          "almacenDestino": {
            "type": "string",
            "nullable": true
          },
          "direccionDestino": {
            "type": "string",
            "nullable": true
          },
          "ubigeoDestino": {
            "type": "string",
            "nullable": true
          },
          "direccionOrigen": {
            "type": "string",
            "nullable": true
          },
          "ubigeoOrigen": {
            "type": "string",
            "nullable": true
          },
          "listTickets": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.OrdenesVenta.Salidas.Especificas.TicketAtencionOutPutDto"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Dtos.Zonas.ZonaDto": {
        "type": "object",
        "properties": {
          "idZona": {
            "type": "integer",
            "format": "int32"
          },
          "nombreZona": {
            "type": "string",
            "nullable": true
          },
          "estado": {
            "type": "string",
            "nullable": true
          },
          "diasVisita": {
            "type": "string",
            "nullable": true
          },
          "idZonaSup": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "tarifa": {
            "type": "number",
            "format": "double"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Entradas.FiltroBuscar": {
        "type": "object",
        "properties": {
          "valor": {
            "type": "string",
            "nullable": true
          },
          "propiedad": {
            "type": "string",
            "nullable": true
          },
          "operador": {
            "type": "string",
            "nullable": true
          },
          "display": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Entradas.ParametrosBuscarRequest": {
        "type": "object",
        "properties": {
          "paginaActual": {
            "type": "integer",
            "format": "int32"
          },
          "registrosPagina": {
            "type": "integer",
            "format": "int32"
          },
          "ordenarPor": {
            "type": "string",
            "nullable": true
          },
          "tipoOrden": {
            "type": "string",
            "nullable": true
          },
          "desdeRegistro": {
            "type": "integer",
            "format": "int32"
          },
          "filtros": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Entradas.FiltroBuscar"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Entradas.SoloIdRequest": {
        "type": "object",
        "properties": {
          "id": {
            "type": "integer",
            "format": "int32"
          },
          "usuario": {
            "type": "string",
            "nullable": true
          },
          "fecha": {
            "type": "string",
            "format": "date-time",
            "nullable": true
          },
          "datoOpcional": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.RespuestaQueryTotales`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]": {
        "type": "object",
        "properties": {
          "data": {
            "type": "string",
            "nullable": true
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          },
          "nroRegistrosBuscar": {
            "type": "integer",
            "format": "int32"
          },
          "totalSuma1": {
            "type": "number",
            "format": "double"
          },
          "totalSuma2": {
            "type": "number",
            "format": "double"
          },
          "totalSuma3": {
            "type": "number",
            "format": "double"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.RespuestaQuery`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeEstadoItemDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeEstadoItemDto"
            },
            "nullable": true
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          },
          "nroRegistrosBuscar": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Interfaces.CasosUso.McJobs.JobsResult, Facturita.Aplicacion.Interfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/Facturita.Aplicacion.Interfaces.CasosUso.McJobs.JobsResult"
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.GastosProgramados.GastoProgramadoDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.GastosProgramados.GastoProgramadoDto"
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeDashboardOutputDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeDashboardOutputDto"
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeReenviarOutputDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeReenviarOutputDto"
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeResumenDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeResumenDto"
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McCuentas.McCuentaUsuarioDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCuentas.McCuentaUsuarioDto"
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McCuentas.McLoginPortalResponseDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCuentas.McLoginPortalResponseDto"
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McFacturas.McFacturaSuscripcionDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McFacturas.McFacturaSuscripcionDto"
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McGrupos.McGrupoEmpresarialDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McGrupos.McGrupoEmpresarialDto"
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McReportes.McPortafolioDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McReportes.McPortafolioDto"
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McReportes.McReporteConsolidadoDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McReportes.McReporteConsolidadoDto"
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.McConsumoMensualDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.McConsumoMensualDto"
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.McConsumoVsLimiteDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.McConsumoVsLimiteDto"
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.McLimiteSuscripcionDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.McLimiteSuscripcionDto"
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.PdfPlantillas.EmpresaPdfPlantillaDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.PdfPlantillas.EmpresaPdfPlantillaDto"
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.SociosNegocio.SocioNegociosDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.SociosNegocio.SocioNegociosDto"
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[Facturita.Aplicacion.Transversal.Dtos.SolicitudesAprobacion.SolicitudAprobacionView, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.SolicitudesAprobacion.SolicitudAprobacionView"
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Boolean, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]": {
        "type": "object",
        "properties": {
          "data": {
            "type": "boolean"
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.GastosProgramados.GastoProgramadoCuotaDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.GastosProgramados.GastoProgramadoCuotaDto"
            },
            "nullable": true
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.GastosProgramados.GastoProgramadoDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.GastosProgramados.GastoProgramadoDto"
            },
            "nullable": true
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.Kardexs.Salidas.Especificas.ReportKardexOutputDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.Kardexs.Salidas.Especificas.ReportKardexOutputDto"
            },
            "nullable": true
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeBajaCandidatoDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeBajaCandidatoDto"
            },
            "nullable": true
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeBoletaCandidataDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeBoletaCandidataDto"
            },
            "nullable": true
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeComprobantePendienteDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeComprobantePendienteDto"
            },
            "nullable": true
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeEmpresaAfiliadaDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeEmpresaAfiliadaDto"
            },
            "nullable": true
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeResumenDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeResumenDto"
            },
            "nullable": true
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeWorkerLogDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeWorkerLogDto"
            },
            "nullable": true
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeWorkerStatusDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCpe.McCpeWorkerStatusDto"
            },
            "nullable": true
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCuentas.McCuentaEmpresaDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCuentas.McCuentaEmpresaDto"
            },
            "nullable": true
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCuentas.McCuentaUsuarioDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCuentas.McCuentaUsuarioDto"
            },
            "nullable": true
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McCuentas.McResellerResumenDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McCuentas.McResellerResumenDto"
            },
            "nullable": true
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McEmpresas.McEmpresaBusquedaDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McEmpresas.McEmpresaBusquedaDto"
            },
            "nullable": true
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McEmpresas.McEmpresaListItemDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McEmpresas.McEmpresaListItemDto"
            },
            "nullable": true
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McEmpresas.McTipoPaqueteDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McEmpresas.McTipoPaqueteDto"
            },
            "nullable": true
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McFacturas.McFacturaSuscripcionDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McFacturas.McFacturaSuscripcionDto"
            },
            "nullable": true
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McGrupos.McGrupoEmpresarialDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McGrupos.McGrupoEmpresarialDto"
            },
            "nullable": true
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McNotificaciones.McNotificacionDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McNotificaciones.McNotificacionDto"
            },
            "nullable": true
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.McConsumoMensualDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.McConsumoMensualDto"
            },
            "nullable": true
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.PagoSuscripcionDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.McSuscripcion.PagoSuscripcionDto"
            },
            "nullable": true
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.PdfPlantillas.EmpresaPdfPlantillaDto, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.PdfPlantillas.EmpresaPdfPlantillaDto"
            },
            "nullable": true
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Aplicacion.Transversal.Dtos.SolicitudesAprobacion.SolicitudAprobacionView, Facturita.Aplicacion.Transversal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.Transversal.Dtos.SolicitudesAprobacion.SolicitudAprobacionView"
            },
            "nullable": true
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[Facturita.Pdf.Engine.Models.CampoCatalogo, Facturita.Pdf.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Pdf.Engine.Models.CampoCatalogo"
            },
            "nullable": true
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "nullable": true
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Double, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]": {
        "type": "object",
        "properties": {
          "data": {
            "type": "number",
            "format": "double"
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.Int32, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]": {
        "type": "object",
        "properties": {
          "data": {
            "type": "integer",
            "format": "int32"
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Aplicacion.Transversal.Respuestas.Respuesta`1[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]": {
        "type": "object",
        "properties": {
          "data": {
            "type": "string",
            "nullable": true
          },
          "exito": {
            "type": "boolean"
          },
          "mensaje": {
            "type": "string",
            "nullable": true
          },
          "pila": {
            "type": "string",
            "nullable": true
          },
          "errores": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Aplicacion.CasosUso.Comunes.ErrorValidacion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Pdf.Engine.Models.CampoCatalogo": {
        "type": "object",
        "properties": {
          "path": {
            "type": "string",
            "nullable": true
          },
          "label": {
            "type": "string",
            "nullable": true
          },
          "tipo": {
            "type": "string",
            "nullable": true
          },
          "categoria": {
            "type": "string",
            "nullable": true
          },
          "descripcion": {
            "type": "string",
            "nullable": true
          },
          "ejemplo": {
            "type": "string",
            "nullable": true
          },
          "esLista": {
            "type": "boolean"
          },
          "camposItem": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Facturita.Pdf.Engine.Models.CampoCatalogo"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Presentacion.Web.Api.Controllers.CampaniapuntosController.CerrarCampaniaInputDto": {
        "type": "object",
        "properties": {
          "idCampania": {
            "type": "integer",
            "format": "int32"
          },
          "usuario": {
            "type": "string",
            "nullable": true
          },
          "estadoEnvio": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Presentacion.Web.Api.Controllers.CampaniapuntosController.UpdateEstadoEnvioInputDto": {
        "type": "object",
        "properties": {
          "idCampania": {
            "type": "integer",
            "format": "int32"
          },
          "estadoEnvio": {
            "type": "string",
            "nullable": true
          },
          "usuario": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Presentacion.Web.Api.Controllers.GastosProgramadosController.CambiarEstadoRequest": {
        "type": "object",
        "properties": {
          "nuevoEstado": {
            "type": "string",
            "nullable": true
          },
          "idUsuario": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Presentacion.Web.Api.Controllers.McAuthController.BootstrapRootRequest": {
        "type": "object",
        "properties": {
          "email": {
            "type": "string",
            "nullable": true
          },
          "password": {
            "type": "string",
            "nullable": true
          },
          "nombreCompleto": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Presentacion.Web.Api.Controllers.McAuthController.CambiarPasswordRequest": {
        "type": "object",
        "properties": {
          "passwordActual": {
            "type": "string",
            "nullable": true
          },
          "passwordNueva": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Presentacion.Web.Api.Controllers.McCuentasController.CambiarEstadoCuentaRequest": {
        "type": "object",
        "properties": {
          "activar": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Presentacion.Web.Api.Controllers.McEmpresasController.CambiarEstadoRequest": {
        "type": "object",
        "properties": {
          "activar": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Presentacion.Web.Api.Controllers.McEmpresasController.TransferirResellerRequest": {
        "type": "object",
        "properties": {
          "nuevoIdReseller": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Presentacion.Web.Api.Controllers.McGruposController.AgregarEmpresaRequest": {
        "type": "object",
        "properties": {
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "orden": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Presentacion.Web.Api.Controllers.McSuscripcionController.RegistrarPagoRequest": {
        "type": "object",
        "properties": {
          "monto": {
            "type": "number",
            "format": "double"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Presentacion.Web.Api.Controllers.MenuEmpresaController.AsignarMenusEmpresaRequest": {
        "type": "object",
        "properties": {
          "rucEmpresa": {
            "type": "string",
            "nullable": true
          },
          "idsMenu": {
            "type": "array",
            "items": {
              "type": "integer",
              "format": "int32"
            },
            "nullable": true
          },
          "idUsuario": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Presentacion.Web.Api.Controllers.MenuGrupoController.AsignarMenusGrupoRequest": {
        "type": "object",
        "properties": {
          "idGrupo": {
            "type": "integer",
            "format": "int32"
          },
          "idsMenu": {
            "type": "array",
            "items": {
              "type": "integer",
              "format": "int32"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Facturita.Presentacion.Web.Api.Controllers.OrdenVentaController.DesasociarViajeInputDto": {
        "type": "object",
        "properties": {
          "idOrdenVenta": {
            "type": "integer",
            "format": "int32"
          },
          "idViaje": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Presentacion.Web.Api.Controllers.PrdCentroController.AnularPrdCentroInputDto": {
        "type": "object",
        "properties": {
          "idPrdCentro": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "Facturita.Presentacion.Web.Api.Controllers.VentaController.EnviarSunatVentaInputDto": {
        "type": "object",
        "properties": {
          "valida": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      }
    }
  },
  "tags": [
    {
      "name": "Accesodirecto"
    },
    {
      "name": "Almacen"
    },
    {
      "name": "Caja"
    },
    {
      "name": "CajaConfiguracion"
    },
    {
      "name": "CajaFormaPago"
    },
    {
      "name": "CajaImpresora"
    },
    {
      "name": "CajaIsla"
    },
    {
      "name": "CajaLiquidacion"
    },
    {
      "name": "CajaLiquidacionLectura"
    },
    {
      "name": "Campaniapuntos"
    },
    {
      "name": "CatalogoVirtual"
    },
    {
      "name": "Categoria"
    },
    {
      "name": "CertificadoPse"
    },
    {
      "name": "Chofer"
    },
    {
      "name": "Compra"
    },
    {
      "name": "ConceptoKardex"
    },
    {
      "name": "CondicionPago"
    },
    {
      "name": "Configuracion"
    },
    {
      "name": "Cuentas"
    },
    {
      "name": "Cupon"
    },
    {
      "name": "Documento"
    },
    {
      "name": "DocumentoCorrelativo"
    },
    {
      "name": "Empleado"
    },
    {
      "name": "Facturita.Presentacion.Web.Api"
    },
    {
      "name": "FormaPago"
    },
    {
      "name": "GastosProgramados"
    },
    {
      "name": "Grupo"
    },
    {
      "name": "GuiaRemision"
    },
    {
      "name": "Impuesto"
    },
    {
      "name": "Inventario"
    },
    {
      "name": "Kardex"
    },
    {
      "name": "ListaPrecios"
    },
    {
      "name": "Marca"
    },
    {
      "name": "Marcacion"
    },
    {
      "name": "McAdmin"
    },
    {
      "name": "McAuth"
    },
    {
      "name": "McCpe"
    },
    {
      "name": "McCuentaEmpresa"
    },
    {
      "name": "McCuentas"
    },
    {
      "name": "McEmpresas"
    },
    {
      "name": "McGrupos"
    },
    {
      "name": "McNotificaciones"
    },
    {
      "name": "McReportes"
    },
    {
      "name": "McSuscripcion"
    },
    {
      "name": "Menu"
    },
    {
      "name": "MenuEmpresa"
    },
    {
      "name": "MenuGrupo"
    },
    {
      "name": "MenuTipoPaquete"
    },
    {
      "name": "Mesa"
    },
    {
      "name": "MetaVenta"
    },
    {
      "name": "Moneda"
    },
    {
      "name": "Motivotraslado"
    },
    {
      "name": "Notificacion"
    },
    {
      "name": "Operaciones"
    },
    {
      "name": "OrdenCompra"
    },
    {
      "name": "OrdenVenta"
    },
    {
      "name": "OrdenVentaExterna"
    },
    {
      "name": "Participante"
    },
    {
      "name": "PdfPlantilla"
    },
    {
      "name": "PrdCentro"
    },
    {
      "name": "Privilegio"
    },
    {
      "name": "Producto"
    },
    {
      "name": "ProductoAlmacen"
    },
    {
      "name": "ProductoGrupoKit"
    },
    {
      "name": "ProductoInsumo"
    },
    {
      "name": "ProductoPresentacion"
    },
    {
      "name": "Promocion"
    },
    {
      "name": "Publico"
    },
    {
      "name": "Regimen"
    },
    {
      "name": "Repartidor"
    },
    {
      "name": "Retencion"
    },
    {
      "name": "Salon"
    },
    {
      "name": "SocioNegocios"
    },
    {
      "name": "SocioNegociosAsignacion"
    },
    {
      "name": "SolicitudAprobacion"
    },
    {
      "name": "Tarea"
    },
    {
      "name": "TipoAnalitica"
    },
    {
      "name": "TipoConceptoDocCredito"
    },
    {
      "name": "TipoConfiguracion"
    },
    {
      "name": "TipoCotizacion"
    },
    {
      "name": "TipoPrintDoc"
    },
    {
      "name": "TipoTarea"
    },
    {
      "name": "TipoTarjeta"
    },
    {
      "name": "TipoUnidadMedida"
    },
    {
      "name": "TransporteGuia"
    },
    {
      "name": "Turno"
    },
    {
      "name": "Ubigeo"
    },
    {
      "name": "UnidadMedida"
    },
    {
      "name": "UsuarioAlmacen"
    },
    {
      "name": "UsuarioCaja"
    },
    {
      "name": "Variableformat"
    },
    {
      "name": "Venta"
    },
    {
      "name": "VentaAlquiler"
    },
    {
      "name": "Viaje"
    },
    {
      "name": "VtaPolitica"
    },
    {
      "name": "VtaTipoIncidencia"
    },
    {
      "name": "Zona"
    }
  ]
}