This topic is locked
[SOLVED]

ASPRunner.NET REST API

4/8/2021 1:49:51 PM
ASPRunner.NET General questions
C
cgmisola author

I was trying to use the DELETE and UPDATE function for the REST API, other functions like insert and list are working fine. I'm sending the following POST link using Postman, I'm getting {"success":true} response but when I check the record it's still there.

http://localhost:8086/api/v1?table=phonebook&action=delete&id=1

Hope to hear from you soon.

Thanks,

Christopher Misola

FrankR_ENTA 4/8/2021

You might want to update the thread title if that is possible.

Can you show us a full screenshot of your UPDATE Definition on the Source tab?
Have you defined a key for this data?

admin 4/8/2021

The correct parameter name is not id but editid1:
https://xlinesoft.com/asprunnernet/docs/rest-api-delete.htm