GET API/AgendServManter/ListarNcmPorBl/{numeroBl}
Retorna uma lista contendo os ncm das analises criticas do cliente do bl
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| numeroBl |
Nº do bl |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of WilsonSons.Terminais.WSNegocio.Modelo.VwNcmAnaliCritBl| Name | Description | Type | Additional information |
|---|---|---|---|
| Ncm | string |
None. |
|
| Id | decimal number |
None. |
|
| Documento | string |
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:
[
{
"Ncm": "sample string 1",
"Id": 2.0,
"Documento": "sample string 3"
},
{
"Ncm": "sample string 1",
"Id": 2.0,
"Documento": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfVwNcmAnaliCritBl xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
<VwNcmAnaliCritBl>
<Ncm xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 1</Ncm>
<Id xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</Id>
<Documento xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</Documento>
</VwNcmAnaliCritBl>
<VwNcmAnaliCritBl>
<Ncm xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 1</Ncm>
<Id xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</Id>
<Documento xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</Documento>
</VwNcmAnaliCritBl>
</ArrayOfVwNcmAnaliCritBl>