POST api/conferente/box
Salva um box especifico a um agendamento.
Request Information
URI Parameters
None.
Body Parameters
WilsonSons.Terminais.WSNegocio.Modelo.DTOs.BoxAlteracaoName | Description | Type | Additional information |
---|---|---|---|
ItemId | integer |
None. |
|
BoxId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ItemId": 1, "BoxId": 2 }
application/xml, text/xml
Sample:
<BoxAlteracao xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo.DTOs"> <BoxId>2</BoxId> <ItemId>1</ItemId> </BoxAlteracao>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.