① apexクラス作成
@RestResource(urlMapping='/abc')
global with sharing class XXXXX {
//@HttpGet
@HttpPost
global static Map<String,String> testmethod(){
➁ 作成したクラスをサイトのプロファイルにて公開する
③ アクセス(呼び出し)
・ 一般URL
https://●●●-developer-edition.ap25.force.com/services/apexrest/abc
・ パッケージとネームスペース(NameSpace利用する場合)
https://●●●-developer-edition.ap25.force.com/services/apexrest/namespace/abc