PUT v1/stock/queue/confirm

Atualiza um item da fila de integração de saldos como integrado

Request Information

URI Parameters

None.

Body Parameters

Collection of ConfirmStockDTO
NameDescriptionTypeAdditional information
QueueID

integer

None.

SellerKey

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "QueueID": 1,
    "SellerKey": "sample string 2"
  },
  {
    "QueueID": 1,
    "SellerKey": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfConfirmStockDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eXpert.Domain.DTO">
  <ConfirmStockDTO>
    <QueueID>1</QueueID>
    <SellerKey>sample string 2</SellerKey>
  </ConfirmStockDTO>
  <ConfirmStockDTO>
    <QueueID>1</QueueID>
    <SellerKey>sample string 2</SellerKey>
  </ConfirmStockDTO>
</ArrayOfConfirmStockDTO>

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.