Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Agregar Soporte Recibo de Honorarios, Carta Porte, Nota de Crédito #1

Open
gogl92 opened this issue Jun 16, 2017 · 0 comments
Open

Comments

@gogl92
Copy link
Contributor

gogl92 commented Jun 16, 2017

## RECIBO DE HONORARIOS
Endpoint:
POST https://factura.com/api/v1/fees/create

Ejemplo Json

{
    "rfc": "XAXX010101000",
    "items": [
        "cantidad":"1",
        "unidad": "Servicio",
        "concept":"Diseño de interfaces para sitio web",
        "precio":"1500",
        "subtotal":"1500"
    ],
    "numerocuenta":1234,
    "formapago":"Pago en un sola exihibición",
    "metodopago":03,
    "currencie":"MXN",
    "iva":true,
    "retencion_isr":true,
    "percent_ret_isr":10.33,
    "retencion_iva":true,
    "percent_ret_iva":10
    "num_order":1120,
    "seriefactura":"R",
    "descuento":0,
    "send_email":1,
    "invoice_comments":"Comentarios para agregar a la factura PDF",
    "exchange_rate":19.81
}

## Nota de crétido
Endpoint:
POST https://factura.com/api/v1/notes/create

Ejemplo

{
    "rfc": "XAXX010101000",
    "items": [
        "cantidad":"1",
        "unidad": "Servicio",
        "concept":"Diseño de interfaces para sitio web",
        "precio":"1500",
        "subtotal":"1500"
    ],
    "numerocuenta":1234,
    "formapago":"Pago en un sola exihibición",
    "metodopago":03,
    "currencie":"MXN",
    "iva":true,
    "num_order":1120,
    "seriefactura":"F",
    "descuento":0,
    "send_email":1,
    "invoice_comments":"Comentarios para agregar a la factura PDF",
    "exchange_rate": 19.81
}

CARTA PORTE

POST
Endpoint:

{
    "rfc": "XAXX010101000",
    "items": [
        "cantidad":"1",
        "unidad": "Servicio",
        "concept":"Diseño de interfaces para sitio web",
        "precio":"1500",
        "subtotal":"1500"
    ],
    "numerocuenta":1234,
    "formapago":"Pago en un sola exihibición",
    "metodopago":03,
    "currencie":"MXN",
    "iva":true
    "retencion_iva": true,
    "num_order":1120,
    "seriefactura":"C",
    "descuento":0,
    "send_email":1,
    "invoice_comments":"Comentarios para agregar a la factura PDF",
    "exchange_rate": 19.81
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant