GET SupplierBankDetail/Get/{id}

Gets the specified Supplier Bank Detail based on the identifier.

Request Information

URI Parameters

NameTypeAdditional informationDescription
id integer

Required

The identifier.

Body Parameters

None.

Response Information

Resource Description

Supplier Bank Detail
NameTypeAdditional informationDescription
ID integer

Required

SupplierId integer

Required

BankAccountHolder string

Required

String length: inclusive between 0 and 100

BankAccountNumber string

Required

String length: inclusive between 0 and 13

BankName string

Required

String length: inclusive between 0 and 100

BankBranchCode string

Required

String length: inclusive between 0 and 6

BankAccountType nullable integer

None.

Gets or sets the Bank Account Type. Current = 1, Savings = 2, Transmission = 3.

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "SupplierId": 2,
  "BankAccountHolder": "sample string 3",
  "BankAccountNumber": "sample string 4",
  "BankName": "sample string 5",
  "BankBranchCode": "sample string 6",
  "BankAccountType": 1
}