Newer Version Available
Apex REST Annotations
Six new annotations have been added that enable you to expose an Apex
class as a RESTful Web service.
- @RestResource(urlMapping='/yourUrl')
- @HttpDelete
- @HttpGet
- @HttpPatch
- @HttpPost
- @HttpPut