Actualiza la informacion para su facturación (al momento de realizar compras)

Parámetros URI


No se tienen parámetros

Atributos de la petición


CfdiUse ( string )

Matching regular expression pattern: D01|D02|D03|D04|D05|D06|D07|D08|D09|D10|G01|G02|G03|I01|I02|I03|I04|I05|I06|I07|I08|P01

PaymentForm ( string )

Matching regular expression pattern: 01|02|03|04|05|06|08|12|13|14|15|17|23|24|25|26|27|28|29|30|31|99

Email ( string )

Argumentos de respuesta

BillingData

CfdiUse ( string )

Matching regular expression pattern: D01|D02|D03|D04|D05|D06|D07|D08|D09|D10|G01|G02|G03|I01|I02|I03|I04|I05|I06|I07|I08|P01

PaymentForm ( string )

Matching regular expression pattern: 01|02|03|04|05|06|08|12|13|14|15|17|23|24|25|26|27|28|29|30|31|99

Email ( string )

http method:

PUT

https://apisandbox.facturama.mx/taxEntity/billing-data

Ejemplo de Petición

application/json, text/json

Ejemplo:
{
  "CfdiUse": "sample string 1",
  "PaymentForm": "sample string 2",
  "Email": "sample string 3"
}

Ejemplo de Respuesta

application/json, text/json

Ejemplo:
{
  "CfdiUse": "sample string 1",
  "PaymentForm": "sample string 2",
  "Email": "sample string 3"
}