v1

latestOpenAPI 3.1.02026-08-044330906.8 KB

Retorna uma tabela de preços

Tabela de preços específica

get/tabelaPrecos/{tabelaPrecoId}

Path parameters

tabelaPrecoIdinteger required

Id da tabela de preço

Response

200

tabelaPrecoIdinteger
nomestring
dataInicialstring
dataFinalstring
ativoboolean
isSiteboolean

Example response

{
  "nome": "string",
  "dataInicial": "2022-07-19T11:05:47.627Z",
  "dataFinal": "2022-07-19T11:05:47.627Z",
  "ativo": true,
  "isSite": true
}