Open topic with navigation
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
See Also:
Apex REST Basic Code Sample
© Copyright 2000–2013 salesforce.com, inc. All rights reserved.
Various trademarks held by their respective owners.