Atualizar as informações de tributação e tributação.
PATCH /api/v1/Tributacao
Nome (Name) | Descrição (Description) | Tipo (Type) | Informações Adicionais (Adittional Information) |
|---|---|---|---|
| idTributacao | identificador de tributação | integer($int64) | não há |
Nome (Name) | Descrição (Description) | Tipo (Type) | Informações Adicionais (Adittional Information) |
|---|---|---|---|
| path | Caminho | string | Não há. |
| op | Tipo de Operação - “add”, “remove”, “replace”, “move”, “copy” e “test” | string | Não há. |
| from | de onde vem a informação | string | Não há. |
| value | Valor | string | Não há. |
CODE 200 - SUCCESS
{
"expandables": [
"string"
],
"idTributacao": 0,
"descricao": "string",
"descAplicacao": "string",
"advEntradaNf": "string",
"situacEspecialTrib": "string",
"status": "string",
"aceitaPauta": "string"
} |
application/json, text/json
CODE 400 - BAD
{
"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
}
]
} |