La LCO fue actualizada por última vez el 30/jun./2026
Utilerias.generarManifiesto
Create a manifest file with the issuer's information. If the requested issuer does not exist, registration will be attempted. To activate the issuer, it will be necessary to generate a digital signature for the manifest using the issuing taxpayer's e-signature (FIEL) and send it via the appropriate Utilerias.registraFirmaManifiesto method.
- Parameters:
-
Name Description Required usuario xs:string
Username registered for use of the Webservice.Yes password xs:string
User password.Yes emisor Emisor
Complex type that contains the issuer's information.Yes - Complex type Emitter
-
Name Description Required rfc xs:string
Issuer's RFC.Yes razonSocial xs:string
Name or business name of the issuer.Yes nombreComercial xs:string
Trade name.No email xs:string
Sender's contact email address.No domicilioFiscal DireccionFiscal
Composite type to specify the issuer's tax address.Yes - DireccionFiscal complex type
-
Name Description Required calle xs:string
Street.Yes noExt xs:string
Exterior number.Yes noInt xs:string
Interior number.No colonia xs:string
Cologne.Yes codigoPostal xs:string
Zip code.Yes ciudad xs:string
City.Yes estado xs:string
State.Yes pais xs:string
Country.Yes
Example request:
Download this example
Return:
- This method returns a composite type: ResponseManifiesto the attributes are described in the following table.
Atributos de ResponseManifiesto attributesName Description Required status xs:int
Indicates the transaction status; for details of the status codes, see Response codesYes mensaje xs:string
Detailed message of the operation performed or description of the error.Yes manifiestoContent xs:base64Binary
The requested manifest encoded in base64No
Example response
Download this example
-
Response Codes
- 200 — The transaction has been completed successfully.
- 500 — Errors have occurred that have prevented the process from being completed.
- 501 — A database connection error has occurred.
- 502 — It has failed to retrieve or store information in the database.
- 503 — The limit of concurrent access licenses to the database has been reached.
- 601 — Authentication error, the username or password is incorrect.
- 602 — The user account is locked.
- 603 — Your account password has expired.
- 604 — The maximum allowed number of failed authentication attempts has been exceeded.
- 605 — The user is currently inactive.
- 611 — The data received is incomplete or not located where it would be expected.
- 620 — Permission denied.
- 621 — Invalid data.
- 633 — Misuse of a production account in testing or a test account in production.