POST Banks/BankBranch_Insert

Request Information

URI Parameters

None.

Body Parameters

BankBranch
NameDescriptionTypeAdditional information
BankBranchId

integer

None.

BranchPrimaryName

string

None.

BranchSecondaryName

string

None.

Address

string

None.

BankId

integer

None.

IsActive

boolean

None.

IsExchangeable

boolean

None.

oBank

Bank

None.

AccountBankNo

string

None.

SWIFT

string

None.

oLBank

Collection of Bank

None.

oLCurrencyTable

Collection of CurrencyTable

None.

BankAccountNo

string

None.

IBAN

string

None.

CurrencyId

integer

None.

oLAccountTable

Collection of AccountTable

None.

CompanyId

integer

None.

BranchId

integer

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Response
NameDescriptionTypeAdditional information
ErrorCode

integer

None.

ErrorMessage

string

None.

IsScusses

boolean

None.

ResponseDetails

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "ErrorCode": 1,
  "ErrorMessage": "sample string 2",
  "IsScusses": true,
  "ResponseDetails": {}
}

application/xml, text/xml

Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Accounting.API.Models">
  <ErrorCode>1</ErrorCode>
  <ErrorMessage>sample string 2</ErrorMessage>
  <IsScusses>true</IsScusses>
  <ResponseDetails />
</Response>