Hi there
I'm create REST service with using the Spring framework.
For Example rest request raw json object(using Postman):
my Category object model json:
my Java Method:
If json parameter name use "Name, ParentErpCode", model is null but parameter name using "name, parentErpCode" working databinding and model not null.
How resolve my problem
Thanks