Forum Post: Is SOAP API Method updateArr Transactional

  • Thread starter Thread starter awbranch
  • Start date Start date
Status
Not open for further replies.
A

awbranch

Guest
Does the SOAP API Method updateArr run in a transaction, such that if one of the updates failed, they would all be rolledback? My concern is the API hit counter. Suppose I had only one hit remaining in the current hour block and an updateArr method was called that updated 2 records. Since each update is counted separately, the second update would fail due to exceeding the API count. Would the first update be rolled back? Or would the data be left in a non deterministic state?

Continue reading...
 
Status
Not open for further replies.
Back
Top