GET API/AnaliseCritica/CarregarPorNcm?ncm={ncm}
Carregar mercadoria
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ncm | string |
Required |
Body Parameters
None.
Response Information
Resource Description
WilsonSons.Terminais.WSNegocio.Modelo.VwMercadoria| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| ShortName | string |
None. |
|
| UnNbr | string |
None. |
|
| TempMin | decimal number |
None. |
|
| TempMax | decimal number |
None. |
|
| TempIdeal | decimal number |
None. |
|
| Restrito | boolean |
None. |
|
| Bloqueado | boolean |
None. |
|
| Instancia | WilsonSons.Arquitetura.Framework.GenericObjectHandler.Modelo.BaseDTO |
None. |
|
| Estado | System.Data.DataRowState |
None. |
|
| Filtrado | boolean |
None. |
|
| Original | WilsonSons.Arquitetura.Framework.GenericObjectHandler.Modelo.BaseDTO |
None. |
|
| FoiAlterado | boolean |
None. |
|
| Lista | Collection of Object |
None. |
|
| EdicaoIniciada | boolean |
None. |
|
| AdicaoPendente | boolean |
None. |
|
| ErroValidacao | string |
None. |
|
| ErroValidacaoItem | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"ShortName": "sample string 2",
"UnNbr": "sample string 3",
"TempMin": 1.0,
"TempMax": 1.0,
"TempIdeal": 1.0,
"Restrito": true,
"Bloqueado": true
}
application/xml, text/xml
Sample:
<VwMercadoria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:x="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo"> <Id i:type="x:string" xmlns="">sample string 1</Id> <ShortName i:type="x:string" xmlns="">sample string 2</ShortName> <UnNbr i:type="x:string" xmlns="">sample string 3</UnNbr> <TempMin i:type="x:decimal" xmlns="">1</TempMin> <TempMax i:type="x:decimal" xmlns="">1</TempMax> <TempIdeal i:type="x:decimal" xmlns="">1</TempIdeal> <Restrito i:type="x:boolean" xmlns="">true</Restrito> <Bloqueado i:type="x:boolean" xmlns="">true</Bloqueado> </VwMercadoria>