Factura Electrónica
Rendición de comprobantes asociados a un CAEA.
Factura Electrónica
Solicitud
{
"environment": "dev",
"method": "FECAEARegInformativo",
"wsid": "wsfe",
"params": {
"Auth": {
"Token": "string",
"Sign": "string",
"Cuit": "long"
},
"FeCAEARegInfReq": {
"FeCabReq": {
"CantReg": "integer",
"PtoVta": "integer",
"CbteTipo": "integer"
},
"FeDetReq": {
"FECAEADetRequest": [
{
"Concepto": "integer",
"DocTipo": "integer",
"DocNro": "long",
"CbteDesde": "long",
"CbteHasta": "long",
"CbteFch": "string",
"ImpTotal": "decimal",
"ImpTotConc": "decimal",
"ImpNeto": "decimal",
"ImpOpEx": "decimal",
"ImpTrib": "decimal",
"ImpIVA": "decimal",
"FchServDesde": "string",
"FchServHasta": "string",
"FchVtoPago": "string",
"MonId": "string",
"MonCotiz": "decimal",
"CanMisMonExt": "string",
"CondicionIVAReceptorId": "integer",
"CbtesAsoc": {
"CbteAsoc": [
{
"Tipo": "integer",
"PtoVta": "integer",
"Nro": "long",
"Cuit": "string",
"CbteFch": "string"
}
]
},
"Tributos": {
"Tributo": [
{
"Id": "short",
"Desc": "string",
"BaseImp": "decimal",
"Alic": "decimal",
"Importe": "decimal"
}
]
},
"Iva": {
"AlicIva": [
{
"Id": "integer",
"BaseImp": "decimal",
"Importe": "decimal"
}
]
},
"Opcionales": {
"Opcional": [
{
"Id": "string",
"Valor": "string"
}
]
},
"Compradores": {
"Comprador": [
{
"DocTipo": "integer",
"DocNro": "long",
"Porcentaje": "decimal"
}
]
},
"PeriodoAsoc": {
"FchDesde": "string",
"FchHasta": "string"
},
"Actividades": {
"Actividad": [
{
"Id": "long"
}
]
},
"CAEA": "string",
"CbteFchHsGen": "string"
}
]
}
}
}
}Respuesta
{
"FECAEARegInformativoResult": {
"FeCabResp": {
"Cuit": "long",
"PtoVta": "integer",
"CbteTipo": "integer",
"FchProceso": "string",
"CantReg": "integer",
"Resultado": "string",
"Reproceso": "string"
},
"FeDetResp": {
"FECAEADetResponse": [
{
"Concepto": "integer",
"DocTipo": "integer",
"DocNro": "long",
"CbteDesde": "long",
"CbteHasta": "long",
"CbteFch": "string",
"Resultado": "string",
"Observaciones": {
"Obs": [
{
"Code": "integer",
"Msg": "string"
}
]
},
"CAEA": "string"
}
]
},
"Events": {
"Evt": [
{
"Code": "integer",
"Msg": "string"
}
]
},
"Errors": {
"Err": [
{
"Code": "integer",
"Msg": "string"
}
]
}
}
}