POST api/OrcamentoWebCalcImport?osId={osId}&dtInicioServArb={dtInicioServArb}&dtFimServArb={dtFimServArb}&fatLog={fatLog}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| osId | decimal number |
Required |
|
| dtInicioServArb | date |
None. |
|
| dtFimServArb | date |
None. |
|
| fatLog | integer |
Default value is 1 |
Body Parameters
None.
Response Information
Resource Description
WilsonSons.Terminais.WSNegocio.API.Models.OrcWebCalcBaseModel+FatCalculoPrecoOS| Name | Description | Type | Additional information |
|---|---|---|---|
| OsId | decimal number |
None. |
|
| MemCalcId | decimal number |
None. |
|
| ArmCalcId | decimal number |
None. |
|
| Valor | decimal number |
None. |
|
| Liquido | decimal number |
None. |
|
| Tributos | decimal number |
None. |
|
| FlagIsencao | string |
None. |
|
| Qtd | decimal number |
None. |
|
| Erro | string |
None. |
|
| ContratoId | decimal number |
None. |
|
| TabelaPrecoId | decimal number |
None. |
|
| TabelaPrecoItemId | decimal number |
None. |
|
| FlagPagamentoPosterior | integer |
None. |
|
| FlagPagamentoAntecipado | integer |
None. |
|
| Aux | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"OsId": 1.0,
"MemCalcId": 1.0,
"ArmCalcId": 1.0,
"Valor": 1.0,
"Liquido": 1.0,
"Tributos": 1.0,
"FlagIsencao": "sample string 2",
"Qtd": 1.0,
"Erro": "sample string 3",
"ContratoId": 1.0,
"TabelaPrecoId": 1.0,
"TabelaPrecoItemId": 1.0,
"FlagPagamentoPosterior": 1,
"FlagPagamentoAntecipado": 1,
"Aux": "sample string 4"
}
application/xml, text/xml
Sample:
<OrcWebCalcBaseModel.FatCalculoPrecoOS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.API.Models"> <ArmCalcId>1</ArmCalcId> <Aux>sample string 4</Aux> <ContratoId>1</ContratoId> <Erro>sample string 3</Erro> <FlagIsencao>sample string 2</FlagIsencao> <FlagPagamentoAntecipado>1</FlagPagamentoAntecipado> <FlagPagamentoPosterior>1</FlagPagamentoPosterior> <Liquido>1</Liquido> <MemCalcId>1</MemCalcId> <OsId>1</OsId> <Qtd>1</Qtd> <TabelaPrecoId>1</TabelaPrecoId> <TabelaPrecoItemId>1</TabelaPrecoItemId> <Tributos>1</Tributos> <Valor>1</Valor> </OrcWebCalcBaseModel.FatCalculoPrecoOS>