コンテスト・リソースのRESTエンドポイント
コンテスト/コンテストのリソース
コンテスト・リソース
- コンテスト参加者の作成
- メソッド: postパス:
/crmRestApi/resources/11.13.18.05/contests/{ContestNumber}/child/ContestParticipants
- コンテスト参加者の削除
- メソッド: deleteパス:
/crmRestApi/resources/11.13.18.05/contests/{ContestNumber}/child/ContestParticipants/{ContestResourceId}
- コンテスト参加者の取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/contests/{ContestNumber}/child/ContestParticipants/{ContestResourceId}
- すべてのコンテスト参加者の取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/contests/{ContestNumber}/child/ContestParticipants
- コンテスト参加者の更新
- メソッド: patchパス:
/crmRestApi/resources/11.13.18.05/contests/{ContestNumber}/child/ContestParticipants/{ContestResourceId}