Different methods
Last updated
Last updated
You can read from official MS documentation of the differetn types of calls you can implement.
Some of most common ones are (request method)
GetAsync (GET)
PostAsync (POST)
PatchAsync (PATCH)
DeleteAsync (DELETE)
Inspect the request method in Chrome inspect log.