POST event creates only id, but remaining json data is left out

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!

1 Like

@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 :*

Kritsanut said:

@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 :slight_smile:

@Widya Please update New version today. I think can solve you issues

Screen Shot 2561-10-24 at 16.42.14.png

1 Like

Installed 5.8.3… same results as I initially reported :frowning:

It seems like this new version has some UI changes. SO once I selected what I thought should be, it now works as it should. Thanks all *