Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a Route component with a JOB.
My route component accepts POST Request.
My POST Request has a JSON Body with multiple elements.
How Can I get by body ?
When I print my body there is only first element: "P_USER_LANGUAGE" : "US"
I don't need root element in my JSON.
But I Need the entire body:
{
"P_USER_LANGUAGE" : "US",
"P_SHIP_TO_ACCOUNT" : "14020560",
"P_SERIALNUMBER" : "81502",
"P_OPERATING_UNIT" : "794",
}
Please help me,
Thanks
Can you show your route please? Also, do you have ....
String
.....written in the Bean class field of the REST API Mapping?
Can you show your route please? Also, do you have ....
String
.....written in the Bean class field of the REST API Mapping?