Trying to make POST call with some request data in BloomRich

Hello All,

How i can make post with some request body content, am trying below way.

I have configured CRISP api and trying to make POST call, getting exceptions.

ResourceServiceBroker broker = HippoServiceRegistry.getService(ResourceServiceBroker.class);
Resource resource =
ExchangeHint exchangeHint = ExchangeHintBuilder.create()
.methodName(“POST”)
.build();

thanks & regards
Ganesh

Hello Ganesh,

please have a look at the documentation page here.
See section " Using HTTP POST Method".

Kind regards,
Lef

Hello Lef,

thanks for your quick reply and i appreciate that, i will try.

regards
Ganesh