Collection.UpdateField
August 10, 2015
Description
Modifies a field in a collection.
Required parameters
FieldID
Optional parameters
Description, Format (currently supported options are Text, File, and DateTime), Name
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.UpdateField&CollectionID=1008&FieldID=1098&Name=MyNewFieldName&Description=My%20new%20field%20description&Format=File
Example response
<?xml version="1.0" encoding="utf-8" ?> <CollectionUpdateFieldResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Result>Success</Result> </CollectionUpdateFieldResponse>