Crea una cuenta de banco.

Parámetros URI


No se tienen parámetros

Atributos de la petición


IdTaxBankAccount ( string )

IdBank ( integer )

Number ( string )

Name ( string )

CLABE ( string )

BranchName ( string )

Argumentos de respuesta

response.

TaxEntitiesBankAccounts

IdTaxEntityBankAccounts ( integer )

IdTaxEntity ( integer )

IdBank ( integer )

AccountNumber ( string )

Status ( boolean )

AccountName ( string )

CLABE ( string )

BranchName ( string )

Selected ( boolean )

Banks ( Banks )

Invoices ( Atributos de Invoices )

TaxEntities ( TaxEntities )

http method:

POST

https://apisandbox.facturama.mx/api/TaxEntityBankAcounts

Ejemplo de Petición

application/json, text/json

Ejemplo:
{
  "IdTaxBankAccount": "sample string 1",
  "IdBank": 2,
  "Number": "sample string 3",
  "Name": "sample string 4",
  "CLABE": "sample string 5",
  "BranchName": "sample string 6"
}

Ejemplo de Respuesta

application/json

Ejemplo:

Sample not available.

text/json

Ejemplo:

Sample not available.