GET impostos/cest/{codCest}
Recebe o código Cest e devolve a descrição
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| codCest | Código cest com 7 caracteres | string | Required | 
Body Parameters
None.
Response Information
Resource Description
Descrição
Fiweb.Models.ListaGenerica| Name | Description | Type | Additional information | 
|---|---|---|---|
| Codigo | string | None. | |
| Nome | string | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "codigo": "sample string 1",
  "nome": "sample string 2"
}
        text/html
            Sample:
        
{"codigo":"sample string 1","nome":"sample string 2"}
        application/xml, text/xml
            Sample:
<ListaGenerica xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fiweb.Models"> <Codigo>sample string 1</Codigo> <Nome>sample string 2</Nome> </ListaGenerica>