POST ProductsPicturesMappings/UploadOutfit

Request Information

URI Parameters

None.

Body Parameters

Collection of byte

Request Formats

application/json, text/json

Sample:
"QEA="

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Byte[]'.

Response Information

Resource Description

Outfit
NameDescriptionTypeAdditional 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": {}
}