POST ProductsPicturesMappings/UploadOutfit
Request Information
URI Parameters
None.
Body Parameters
Collection of byteRequest Formats
application/json, text/json
Sample:
"QEA="
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
OutfitName | Description | Type | Additional information |
---|---|---|---|
uuid | string |
None. |
|
media | Media |
None. |
|
ratio | Object |
None. |
|
title | Object |
None. |
|
labels | Object |
None. |
|
link | Object |
None. |
|
liked | Object |
None. |
|
like_count | Object |
None. |
|
status | Object |
None. |
|
status_message | Object |
None. |
|
status_code | Object |
None. |
|
hashtags | Object |
None. |
|
author | Object |
None. |
|
handle | Object |
None. |
|
product_id | Object |
None. |
|
created | Object |
None. |
|
deployed | Object |
None. |
|
is_public | Object |
None. |
|
tryon_count | Object |
None. |
|
is_polished | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "uuid": "sample string 1", "media": { "main": "sample string 1", "ratio": {}, "cover": {}, "source": {}, "small": {} }, "ratio": {}, "title": {}, "labels": {}, "link": {}, "liked": {}, "like_count": {}, "status": {}, "status_message": {}, "status_code": {}, "hashtags": {}, "author": {}, "handle": {}, "product_id": {}, "created": {}, "deployed": {}, "is_public": {}, "tryon_count": {}, "is_polished": {} }