Método que permite consultar os regimes de tributação por uf.
GET [URLAPI]/CadastrosEstruturaisAPI/api/v1/RegimeTributacao/uf
Nome (Name) | Descrição (Description) | Tipo (Type) | Informações Adicionais (Adittional Information) |
IdRegTributacao | Identificador do regime de tributação | array[integer] | Não há. |
Uf | UF do regime tibutação. | array[string] | Não há. |
Expand | Propriedade que expande os campos | string | Não há. |
Fields | Campos | string | Não há. |
Order | Ordenação dos campos | string | Não há. |
Page | Número da Página | integer($int32) | Não há. |
PageSize | Tamanho da Página | integer($int32) | Não há. |
Não há.
CODE 200 - SUCCESS
Bloco de código | ||
---|---|---|
| ||
{
"hasNext": true,
"items": [
{
"expandables": [
"string"
],
"idRegTributacao": 0,
"uf": "string",
"status": "string",
"indGnreFatPed": "string"
}
]
} |
application/json, text/json
CODE 400 - BAD
Bloco de código | ||
---|---|---|
| ||
{
"code": "string",
"message": "string",
"detailedMessage": "string",
"helpUrl": "string",
"details": [
{
"guid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"notificationType": 0,
"code": "string",
"message": "string",
"detailedMessage": "string",
"status": 0
}
]
} |