als_update_content_product.cgi

Top 

Description

The als_update_content_product.cgi interface is used to modify product content. Refer to the technical discussion on product content for data information. A successful call to this method will retrieve the update row in the same format as als_get_content_versions.cgi.

 

As is normal for all Put calls a valid webusercode is required as well as the prime key field of seq:Integer;

 

Example Usage  http://63.224.241.115:88/als_update_content_product.cgi?webusercode=1&seq=43&data=hello world

 

Inputs

Parameter

Description

Required

Example

Data Type

seq

Unique code for content

 

Required

seq=23

Integer

webUserCode

WebUsercode required for all puts

 

Required

webusercode=3

Integer

data

The content value

 

Optional

data=maui is cool

String

url

URL Value

 

Optional

url=www.myhost.com

String

sortorder

Used if the content entry is a Namespace to allow for customized ordering

Optional

sortorder=4

Integer

Description

Description field

Optional

Description=some text

String

VersionName

Name of the content. The default name will be used by default

Optional

VersionName=test

String