Forum Discussion

dev5andhalf's avatar
4 years ago

IncorrectRowVersionSupplied when creating transfer money via POST

Hi Myob Team,

 

Our platform is using your API v2 and we have some specific problem with one of the endpoints:

Banking/TransferMoneyTxn

 

We are using only POST requests here, no updates, just new bank transfers creation. Randomly we have an error like here:

{
  "Errors": [
    {
      "Name": "IncorrectRowVersionSupplied",
      "Message": "An Update operation requires the latest RowVersion for each of the existing entities being modified.",
      "AdditionalDetails": null,
      "ErrorCode": 111,
      "Severity": "Error",
      "LearnMore": null
    }
  ],
  "Information": "Warning, error messages have not been finalised in this release and may change"
}

Randomly, because normally it works fine, also recalling is usually successful, but in general it's a problem.

Could you check it for us?

 

Kind regards,

Aneta