Methods

  • delete - Delete Bank Account
  • post - Create Bank Account
  • put - Update Bank Account

Resource

{
    "result": {
        "accountCode": "string",
        "accountName": "string",
        "accountNumber": "string",
        "accountParticulars": "string",
        "accountType": "string",
        "allocateBalance": "boolean",
        "allocatedPercentage": "double",
        "bsb": "string",
        "canBeDeleted": "boolean",
        "employeeId": "int32",
        "externalReferenceId": "string",
        "fixedAmount": "double",
        "id": "int32",
        "isEmployeeEditable": "boolean"
    },
    "validationWarning": "string"
}

Properties

Name Type Description
result object NzEssBankAccountModel
result.accountCode string String
result.accountName string String
result.accountNumber string String
result.accountParticulars string String
result.accountType string BankAccountTypeEnum

Possible values are:

  • Electronic
  • ManualDeposit
  • CashOrCheque
result.allocateBalance boolean Boolean
result.allocatedPercentage double Nullable
result.bsb string String
result.canBeDeleted boolean Boolean
result.employeeId int32 Int32
result.externalReferenceId string String
result.fixedAmount double Nullable
result.id int32 Int32
result.isEmployeeEditable boolean Boolean
validationWarning string String