IncorrectRowVersionSupplied - when doing bulk update

This thread is now closed to new comments.
Some of the links and information provided in this thread may no longer be available or relevant.
If you have a question please start a new post.
Volt
Partner
3 Posts
Partner
Australia
Partner

3Posts

1Kudos

0Solutions

IncorrectRowVersionSupplied - when doing bulk update

Hi,

 

We have started getting occasional IncorrectRowVersionSupplied errors while doing bulk updating an Inventory Item.

It seems like the inventory item RowVersion we get form /Inventory/Item API response is being rejected by the same API when we send it back in the update request.

 

 We are doing GET request first and using the response JSON we are updating the RowVersion in my put request.

 

This works fine when updating an Inventory but getting when doing the bulk inventory update

 

"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"
}
 
 
 Thanks,
volt

 

1 REPLY 1
Jacob_S
15 Posts
Former Staff
New Zealand
Former Staff

15Posts

0Kudos

3Solutions

Re: IncorrectRowVersionSupplied - when doing bulk update

Hi @Volt,

 

Thanks for reaching out. Could you please send us a full HTTP trace (including request and response headers, URI and message body/JSON) to developers@myob.com so we can help look into this.

 

Thanks,
Jacob
MYOB API Team

Are you a developer? Check out http://developer.myob.com
Looking for an Add-on? Check out http://myob.com/addons/
MYOB API Support Centre - https://apisupport.myob.com

Didn't find your answer here?

Try using advanced search to find a post more easily Advanced Search
or
Get the conversation started and make a new post Start a Post