Buscar tabelas de preço

Retorna detalhes de uma tabela de preço especificada pelo ID.

GET - 200

{
"success": true,
"data": {
	"status": 1,
	"currency_id": 3,
	"currency": {
	 "author_id": 1,
	 "author": "Nome do autor",
	 "creation_date": null,
	 "update_date": null,
	 "id": 3,
	 "name": "Nome da moeda",
	 "symbol": "R$",
	 "territory": "Brazil",
	 "iso_code": "BRL",
	 "is_default": false,
	 "precision": 2
	},
"creation_date": "2023-12-21T14:32:29Z",
"update_date": "2023-12-21T17:18:30Z",
"author_id": 1,
"author": {
	"id": 1,
	"detail": "Nome do autor",
	"type": 1,
	"user_id": 1,
	"automation_id": null,
	"form_id": null,
	"import_id": null,
	"user_uid": 1
	},
"id": 2,
"name": "Nome da tabela de preço"
}

Language
Click Try It! to start a request and see the response here!