POST api/{tenant}/Estoque/AtualizarEstoqueLojaVirtual
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tenant | string |
None. |
Body Parameters
ProdutoEstoqueLojaVirtualModelo| Name | Description | Type | Additional information |
|---|---|---|---|
| Ids | Collection of string |
None. |
|
| MovimentouEstoque | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Ids": [
"sample string 1",
"sample string 2"
],
"MovimentouEstoque": true
}
application/xml, text/xml
Sample:
<ProdutoEstoqueLojaVirtualModelo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M8.WebApi.Models.Estoque">
<Ids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</Ids>
<MovimentouEstoque>true</MovimentouEstoque>
</ProdutoEstoqueLojaVirtualModelo>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.