POST API/AgendCntrManter/SalvarVerificacao
Salva as alterações e verificação do lacre
Request Information
URI Parameters
None.
Body Parameters
WilsonSons.Terminais.WSNegocio.Modelo.DTOs.ContainersVerificado| Name | Description | Type | Additional information |
|---|---|---|---|
| AgendId | decimal number |
None. |
|
| AgendCntrId | decimal number |
None. |
|
| CodCntr | string |
None. |
|
| ValTara | integer |
None. |
|
| ValObservacao | string |
None. |
|
| Lacres | Collection of WilsonSons.Terminais.WSNegocio.Modelo.DTOs.LacreVerificado |
None. |
Request Formats
application/json, text/json
Sample:
{
"AgendId": 1.0,
"AgendCntrId": 2.0,
"CodCntr": "sample string 3",
"ValTara": 4,
"ValObservacao": "sample string 5",
"Lacres": [
{
"Id": 1.0,
"Lacre": "sample string 2"
},
{
"Id": 1.0,
"Lacre": "sample string 2"
}
]
}
application/xml, text/xml
Sample:
<ContainersVerificado xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo.DTOs">
<AgendCntrId>2</AgendCntrId>
<AgendId>1</AgendId>
<CodCntr>sample string 3</CodCntr>
<Lacres>
<LacreVerificado>
<Id>1</Id>
<Lacre>sample string 2</Lacre>
</LacreVerificado>
<LacreVerificado>
<Id>1</Id>
<Lacre>sample string 2</Lacre>
</LacreVerificado>
</Lacres>
<ValObservacao>sample string 5</ValObservacao>
<ValTara>4</ValTara>
</ContainersVerificado>
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.