PUT v1/sku/image/put

Atualiza um item da fila de integração de anúncios do canal de vendas como integrado

Request Information

URI Parameters

None.

Body Parameters

Collection of PutSkuImagemDTO
NameDescriptionTypeAdditional information
SkuCode

string

None.

ImageList

Collection of SkuImagemListDTO

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "SkuCode": "sample string 1",
    "ImageList": [
      {
        "Image": "sample string 1"
      },
      {
        "Image": "sample string 1"
      }
    ]
  },
  {
    "SkuCode": "sample string 1",
    "ImageList": [
      {
        "Image": "sample string 1"
      },
      {
        "Image": "sample string 1"
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfPutSkuImagemDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eXpert.Domain.DTO">
  <PutSkuImagemDTO>
    <ImageList>
      <SkuImagemListDTO>
        <Image>sample string 1</Image>
      </SkuImagemListDTO>
      <SkuImagemListDTO>
        <Image>sample string 1</Image>
      </SkuImagemListDTO>
    </ImageList>
    <SkuCode>sample string 1</SkuCode>
  </PutSkuImagemDTO>
  <PutSkuImagemDTO>
    <ImageList>
      <SkuImagemListDTO>
        <Image>sample string 1</Image>
      </SkuImagemListDTO>
      <SkuImagemListDTO>
        <Image>sample string 1</Image>
      </SkuImagemListDTO>
    </ImageList>
    <SkuCode>sample string 1</SkuCode>
  </PutSkuImagemDTO>
</ArrayOfPutSkuImagemDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.