Methods

  • put - Update Bank Account

Resource

{
    "result": {
        "accountName": "string",
        "accountNumber": "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 BankAccountModel
result.accountName string String
result.accountNumber string String
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