Question on Service Rest Post Method body/Payload not showing
Hi,
**Raising my question again as my previous post looks to be locked with no option to add comments.**
I am new to Pega and trying to create a Service Rest Post Method to create Customer.
(Screenshots attached)
I created the class and the request/response page properties
created activity to Insert new record in Customer table ( activity runs fine and create Customer id as a auto generated number and other properties are set using the request.)
Then I created the Service rest and when running in postman or from Pega, it is not showing the Message Body/Payload when I can input the details like Firstname , lastname etc...
if I still go ahead and run the service, it creates a Customer with auto generated Customer id and other fields as blank.
Please advise, what I may have missed.