Skip to content

Issue on updating membershipForm table and getting organization table

  • The org data we get back from database, doesn't have address info (but it exists in the db), so this related input fields won't have value. Here is the data I send: image Here is the data I get from back end: (the address data is saved in the db) image

  • The PUT for updating the VAT and purchasing process doesn't seem to work. It shows 200, but the info won't be saved in the db, so we will not get that info back. Here is the data I send: image

The VAT and purchasing info don't exist in the db after a successful PUT.

Not sure if this is caused by the format I send or something on backend side.