FacturaCreditoElectronica: wsfecred.json

File wsfecred.json, 1.5 KB (added by mariano, 5 years ago)

Factura de Credito JSON

Line 
1[
2    {
3        "tipo_cbte": 201,
4        "punto_vta": 99,
5        "nro_cbte": 22,
6        "cuit_emisor": 30999999999,
7        "cod_moneda": "DOL",
8        "tipo_cancelacion": "TOT",
9        "saldo_aceptado": 1000.0,
10        "importe_embargo_pesos": 0.0,
11        "importe_cancelado": 1000.0,
12        "importe_total_ret_pesos": 1000.0,
13        "ctz_moneda_ult": 57.5,
14        "tipo_reg": "0",
15        "retenciones": [
16            {
17                "tipo_reg": "2",
18                "porcentaje": 1.0,
19                "importe": 1000,
20                "desc_motivo": "Ret Prueba",
21                "cod_tipo": 1
22            }
23        ],
24        "formas_cancelacion": [
25            {
26                "descripcion": "Transferencia Bancaria",
27                "codigo": 2,
28                "tipo_reg": "1"
29            }
30        ],
31        "confirmar_nota_dc": [
32            {
33                "tipo_cbte": 202,
34                "cuit_emisor": 30999999999,
35                "tipo_reg": "4",
36                "punto_vta": 99,
37                "nro_cbte": 1,
38                "acepta": "S"
39            }
40        ],
41        "motivo_rechazo": [
42            {
43                "cod_motivo": "6",
44                "tipo_reg": "5",
45                "justificacion": "prueba",
46                "desc": "Falta de entrega"
47            }
48        ],
49        "ajuste_operacion": [
50            {
51                "codigo": 1,
52                "tipo_reg": "3",
53                "importe": 57.0
54            }
55        ]
56    }
57]