Methods

  • get - Get Bank Account by ID
  • get - Get Bank Account by ID
  • get - List Bank Accounts
  • get - List Bank Accounts
  • post - Create Bank Account
  • post - Create Bank Account
  • put - Update Bank Account
  • put - Update Bank Account

Resource

{
    "accountName": "string",
    "accountNumber": "string",
    "allocateBalance": "boolean",
    "allocatedPercentage": "double",
    "bankName": "string",
    "bankSwift": "string",
    "branchCode": "string",
    "branchName": "string",
    "bsb": "string",
    "canBeDeleted": "boolean",
    "employeeId": "int32",
    "externalReferenceId": "string",
    "fixedAmount": "double",
    "id": "int32",
    "isEmployeeEditable": "boolean"
}

Properties

Name Type Description
accountName string String
accountNumber string String
allocateBalance boolean Boolean
allocatedPercentage double Nullable
bankName string String
bankSwift string String
branchCode string String
branchName string String
bsb string String
canBeDeleted boolean Boolean
employeeId int32 Int32
externalReferenceId string String
fixedAmount double Nullable
id int32 Int32
isEmployeeEditable boolean Boolean