POST v1/items/{id}/images
Uploads images for an item. Optionally set one as the default. (If no default is set, the first one will be automatically chosen if there is currently no default). Requires a MIME Multipart Content with the files you wish to upload. Use Default-Filename to set which file is default. The filename is the name of the original file with extension.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The id of the item |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.