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...
Continue reading...