PUT v1/marketplace/orders/confirm
Marketplace - Atualiza status de um pedido novo como Integrado
Request Information
URI Parameters
None.
Body Parameters
Parâmetros de confirmação
Collection of ConfirmOrderDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| SellerKey | string |
None. |
|
| OrderID | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"SellerKey": "sample string 1",
"OrderID": 2
},
{
"SellerKey": "sample string 1",
"OrderID": 2
}
]
application/xml, text/xml
Sample:
<ArrayOfConfirmOrderDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eXpert.Domain.DTO">
<ConfirmOrderDTO>
<OrderID>2</OrderID>
<SellerKey>sample string 1</SellerKey>
</ConfirmOrderDTO>
<ConfirmOrderDTO>
<OrderID>2</OrderID>
<SellerKey>sample string 1</SellerKey>
</ConfirmOrderDTO>
</ArrayOfConfirmOrderDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.