GET API/OrcamentoWebCalcImport/RecuperarValorCIF/{numeroBlOuDI}
Recupera o valor CIF.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
numeroBlOuDI |
Número do BL ou DI. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
WilsonSons.Terminais.WSNegocio.API.Models.OrcWebCalcImportModel+ResultCifBlDiName | Description | Type | Additional information |
---|---|---|---|
ValorCifReal | decimal number |
None. |
|
Mensagem |
Mensagem de retorno (alertas, erros e etc). |
string |
None. |
Sucesso |
Indica o sucesso. |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "ValorCifReal": 1.0, "Mensagem": "sample string 1", "Sucesso": true }
application/xml, text/xml
Sample:
<OrcWebCalcImportModel.ResultCifBlDi xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.API.Models"> <Mensagem>sample string 1</Mensagem> <Sucesso>true</Sucesso> <ValorCifReal>1</ValorCifReal> </OrcWebCalcImportModel.ResultCifBlDi>