Note: This topic applies to JSON Web Service service interfaces only.
- GET
- Retrieves (reads) a representation of the resource specified by the URI, returning the representation in JSON.
- POST
- Creates a new resource using the specified URI. Default.
- PUT
- Updates an existing resource identified by the URI.
- DELETE
- Delete the resource identified by the specified URI.