Some body know to resolve to show/return (NOMBRE) the fields defined in my entity and only (ID)?
Entity ASESOR
create table TEST02_ASESOR (
ID uuid,
VERSION integer not null,
CREATE_TS timestamp,
CREATED_BY varchar(50),
UPDATE_TS timestamp,
UPDATED_BY varchar(50),
DELETE_TS timestamp,
DELETED_BY varchar(50),
–
NOMBRES varchar(50) not null,
–
primary key (ID)
)^
rest-queries.xml
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
rest consume
peterson.br
(Peterson Machado)
August 1, 2020, 11:04pm
#2
Hi @ezmovil.net ,
You need to set which view you want to use, otherwise _minimal will be used.
There are examples in the rest-api docs.
Regards,
Peterson.
1 Like
Dear Peterson, how I can consume or use INSERT if every thing its ok on OAUTH Token and trying to use POST and in the body the JSON parametrs, how I can use, i am copy the result of my POST MAN.
Please help me asap