UpdateCategories

  • Updated
UpdateCategories
ParametersName

Mandatory

Description
Channel

Yes

The channel you want sites from must be supplied.
Keys

No

The list of KeyField values for the products you want update.
Update

Yes

The list of fields or features you want updated associated with their new values.
Sample request
<Execute method="UpdateCategories">
  <Parameter id="Channel" value="Channel A" />

  <Parameter id="Keys" value="1086" />

  <Parameter id="Update">
    <Value fieldname="LastUpdated">2017-12-31T23:59:59.123</Value>
  </Parameter>
</Execute>
Sample result
<Response>
  <Result>
    <Success />
  </Result>
</Response>

Table 1: UpdateCategories-method.

The UpdateCategories works exactly like the UpdateProducts-method.

NOTE: There is no UpdateSites-method.

 

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.