Collection.UpdateItem
August 10, 2015
Description
Updates an item in the collection.
Required parameters
CollectionID, ItemID
Optional parameters
Field.<FieldName>
Returns
Returns a message specifying whether or not the update was successful
Example request url
https://api.mozenda.com/rest?WebServiceKey=C70E1F84-E12B-4e73-B199-2EE6D43AF44E&Service=Mozenda10&Operation=Collection.UpdateItem&CollectionID=1008&ItemID=1098&Field.FirstName=Harry&Field.LastName=Johnson&Field.Age=27
Example response
<?xml version="1.0" encoding="utf-8" ?> <CollectionUpdateItemResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Result>Success</Result> </CollectionUpdateItemResponse>