目標参加者のRESTエンドポイント
目標/目標参加者
目標関係者
- 目標関係者の作成
- メソッド: postパス:
/crmRestApi/resources/11.13.18.05/goals/{GoalNumber}/child/GoalParticipants
- 目標関係者の削除
- メソッド: deleteパス:
/crmRestApi/resources/11.13.18.05/goals/{GoalNumber}/child/GoalParticipants/{GoalParticipantId}
- 目標参加者の取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/goals/{GoalNumber}/child/GoalParticipants/{GoalParticipantId}
- すべての目標関係者の取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/goals/{GoalNumber}/child/GoalParticipants
- 目標参加者の更新
- メソッド: patchパス:
/crmRestApi/resources/11.13.18.05/goals/{GoalNumber}/child/GoalParticipants/{GoalParticipantId}