POST
/
api
/
wsfev1
/
FECompConsultar
cURL
curl --request POST \
  --url http://localhost:3000/api/wsfev1/FECompConsultar \
  --header 'Content-Type: application/json' \
  --data '{
  "Auth": {
    "Token": "<string>",
    "Sign": "<string>",
    "Cuit": 123
  },
  "FeCompConsReq": {
    "CbteTipo": 123,
    "CbteNro": 123,
    "PtoVta": 123
  }
}'
{
  "ResultGet": {
    "Concepto": 123,
    "DocTipo": 123,
    "DocNro": 123,
    "CbteDesde": 123,
    "CbteHasta": 123,
    "CbteFch": "<string>",
    "ImpTotal": 123,
    "ImpTotConc": 123,
    "ImpNeto": 123,
    "ImpOpEx": 123,
    "ImpTrib": 123,
    "ImpIVA": 123,
    "FchServDesde": "<string>",
    "FchServHasta": "<string>",
    "FchVtoPago": "<string>",
    "MonId": "<string>",
    "MonCotiz": 123,
    "CbtesAsoc": {
      "CbteAsoc": [
        {
          "Tipo": 123,
          "PtoVta": 123,
          "Nro": 123,
          "Cuit": "<string>",
          "CbteFch": "<string>"
        }
      ]
    },
    "Tributos": {
      "Tributo": [
        {
          "Id": 123,
          "Desc": "<string>",
          "BaseImp": 123,
          "Alic": 123,
          "Importe": 123
        }
      ]
    },
    "Iva": {
      "AlicIva": [
        {
          "Id": 123,
          "BaseImp": 123,
          "Importe": 123
        }
      ]
    },
    "Opcionales": {
      "Opcional": [
        {
          "Id": "<string>",
          "Valor": "<string>"
        }
      ]
    },
    "Compradores": {
      "Comprador": [
        {
          "DocTipo": 123,
          "DocNro": 123,
          "Porcentaje": 123
        }
      ]
    },
    "PeriodoAsoc": {
      "FchDesde": "<string>",
      "FchHasta": "<string>"
    },
    "Actividades": {
      "Actividad": [
        {
          "Id": 123
        }
      ]
    },
    "Resultado": "<string>",
    "CodAutorizacion": "<string>",
    "EmisionTipo": "<string>",
    "FchVto": "<string>",
    "FchProceso": "<string>",
    "Observaciones": {
      "Obs": [
        {
          "Code": 123,
          "Msg": "<string>"
        }
      ]
    },
    "PtoVta": 123,
    "CbteTipo": 123
  },
  "Errors": {
    "Err": [
      {
        "Code": 123,
        "Msg": "<string>"
      }
    ]
  },
  "Events": {
    "Evt": [
      {
        "Code": 123,
        "Msg": "<string>"
      }
    ]
  }
}

Body

application/json

Response

200
application/json
<desc>

The response is of type object.