E.g., (this works OK using Postman, but not Katalon 5.7.1) :
{“id”: 10,“first_name”: “Tom”,“last_name”: “Wyler”,“email”: “twyler@msn.com”}
Results:
the entry was made with only {
"id": 10
} the rest of the json data is left off in the entry to db.json when running api.
Setup:
POST,
Http-Header: Content-type application json,
Http-Body: text (see above for data)
What am I doing incorrectly? As I said, doing same in Postman yield correct results!
@Phil Coulson Please fix by yourself go to YourProject > Object Responsitory > API Yourname.rs > (Open with editor tools and edit syntax in .rs file look like XML file) insert body with do you want send to Service
@Phil Coulson Please fix by yourself go to YourProject > Object Responsitory > API Yourname.rs > (Open with editor tools and edit syntax in .rs file look like XML file) insert body with do you want send to Service
It worked for me :*
hi I had try your step but the result still post ID only. I wonder is it possible because https body have no “raw” option since I had try it in another platform and it works fine. any guide will be very help. cmiiw