Update business credential of tax issuer.

Parámetros URI


Uuid ( string )

Gets or sets unique business identifier (UUID).

Required

Matching regular expression pattern: [0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}

uuid ( string )

Atributos de la petición


Rfc ( string )

Gets or sets tax Identifier in Mexico.

Required

CertificateBase64 ( string )

Gets or sets certificate in Base64.

Required

PrivateKeyBase64 ( string )

Gets or sets certificate in Base64.

Required

PrivateKeyPassword ( string )

Gets or sets private key password.

Required

Argumentos de respuesta

certificate updated.

BusinessCredentials

BusinessCredentialId ( integer )

UserId ( integer )

BusinessUuid ( string )

Platform ( string )

CertificateBase64 ( string )

PrivateKeyBase64 ( string )

PrivateKeyPassword ( string )

Rfc ( string )

UploadDate ( date )

UpdatedDate ( date )

IsActive ( boolean )

InvoiceLite ( Atributos de InvoiceLite )

UserProfile ( UserProfile )

http method:

PUT

https://apisandbox.facturama.mx/api-lite/freshbooks/{Uuid}/csd

Ejemplo de Petición

application/json, text/json

Ejemplo:
{
  "Rfc": "sample string 1",
  "CertificateBase64": "sample string 2",
  "PrivateKeyBase64": "sample string 3",
  "PrivateKeyPassword": "sample string 4"
}

Ejemplo de Respuesta

application/json

Ejemplo:

Sample not available.

text/json

Ejemplo:

Sample not available.