Catálogo de usos del CFDI

Ruby
PHP
Javascript
.Net >= 4.5
Java
Phyton

Catalog with the CFDI uses specified by the SAT, the value placed in the CFDI must be one of this list.
The consultation of uses of the cfdi, requires an RFC since the uses vary according to whether it is a physical or moral person
The use of CFDI usually goes in the field CfdiUse in the node Receiver

facturama is an instance of FacturamaAPI consult the guide

Consult

    
    lst_cfdi_uses = facturama.catalog.cfdi_uses("POAJ870619123")

$facturama is an instance of FacturamaAPI consult the guide

Consult


    $lstNameIds = $facturama->get('catalogs/CfdiUses', ['keyword' => 'POAJ870619123'] );

Facturamais an instance of FacturamaAPI consult the guide

Consult


    Facturama.Catalogs.CfdiUses("POAJ870619123", function (result) {

        console.log("Lista de usos del cfdi: ", result );

    }, function (error) {
        if (error && error.responseJSON) {
            console.log("errores", error.responseJSON);
        }
    });

facturamais an instance of FacturamaAPI consult the guide

Consult


    List<UseCfdi> lstCfdiUses = facturama.Catalogs().CfdiUses("POAJ870619123");        

facturama is an instance of FacturamaAPI consult the guide

Consult


    var lstCfdiUses = facturama.Catalogs.CfdiUses("POAJ870619123");

Consult


    self.client._credentials = ('username', 'password')
    lst_payment_methods = self.client.CfdiUsesCatalog.query("POAJ870619123")