Description
Edits or creates a new review item
Authentication
This method requires
authentication without user credentials.
API Version
Version 2
Required parameters
- category_id :
the id number of the category to which review item belongs
- user_id :
the user_id of the review item to which it belongs
- *REQUIRED FIELDS* :
any of the fields marked required - these are dynamic
Optional parameters
- item_id :
the id of the review item - Required if an image is included
- image :
this is the photo itself which should be encapsulated as part of a multipart/form-data submission via an HTTP POST action. This parameter is required to upload a new photo to the site.
- image_title :
the title of the photo
- image_description :
the description of the photo
- image_description :
the description of the photo
- *FIELDS* :
any field which is tied to the category - these are dynamic
Example response
<?xml version="1.0"?>
<response status="ok" time="Wed, 08 Apr 2009 14:05:58 -0500" p="0.096014976501465">
<review_items count="1">
<review_item>
<item_id>34</item_id>
</review_item>
</review_items>
</response>