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 para nómina #2

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

Agregar soporte para nómina #2

gogl92 opened this issue Jun 16, 2017 · 0 comments

Comments

@gogl92
Copy link
Contributor

gogl92 commented Jun 16, 2017

Endpoint POST
https://factura.com/api/payroll/create

Ejemplo

{
    "grupo":"Ferreteria Perez",
    "inicial":"XAXX010101000",
    "final":"Av. Juarez",
    "serie":1234,
    "descripcion":"4",
    "concepto":44640,
    "registros":¨{[
        "empleado_uid":121212.
        "dias_pagados":15,
        "percepciones":{[
            "tipo":006,
            "clave":"CL1",
            "descripcion":"Ejemplo",
            "gravado":100,
            "exento":200,
            "extras":{
                "tipo":"05",
                "dias":6,
                "horas":10
            }
        ]},
        "deducciones":{[
            "tipo":"019",
            "clave":"CL2",
            "descripcion":"Envio",
            "gravado":30,
            "exento":10,
            "inca":{
                "tipo":02,
                "dias":3
            }
        ]}
    ]}
}
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