The catalog of CFDI names is an internal Facturama catalog and allows you to select the descriptive "name" that the PDF will have,
This name is shown with red letters on the top of the receipt.
facturama is an instance of FacturamaAPI consult the guide
lst_name_ids = facturama.catalog.name_ids
$facturama is an instance of FacturamaAPI consult the guide
$lstNameIds = $facturama->get('catalogs/NameIds');
Facturamais an instance of FacturamaAPI consult the guide
Facturama.Catalogs.NameIds("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
List<NameCfdi> lstNameIds = facturama.Catalogs().NameIds();
facturama is an instance of FacturamaAPI consult the guide
var lstNameIds = facturama.Catalogs.NameIds;
self.client._credentials = ('username', 'password') lst_name_ids = self.client.NameIdsCatalog.query()