Updates the information in one or more objects of the same type. You can specify different types of objects in different update() calls, but each specific update() call must apply to one type of object.
You can call update() on an array of one or more zObjects. It returns an array of SaveResults, indicating the success or failure of updating each object. The following information applies to this call:
50 objects are supported in a single call.
SaveResult[] = update(zObject[])
The call takes the following arguments.
Argument | Description |
---|---|
zObject[] | An array of one or more objects of type zObject that you want to update. The objects must be of the same type. |
<ns1:update> <ns1:zObjects xsi:type="ns2:Subscription"> <ns2:Id>2c92c0f83f3beb33013f3f9ecb8009e9</ns2:Id> <ns2:ServiceActivationDate>2013-06-15T15:18:58.000-08:00</ns2:ServiceActivationDate> </ns1:zObjects> </ns1:update>