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
RestResource Annotation
HttpDelete Annotation
HttpGet Annotation
HttpPatch Annotation
HttpPost Annotation
HttpPut Annotation
← Previous
Previous
Next