Goal Participants REST Endpoints
Goals/Goal Participants
Goal Participants
- Create a goal participant
- Method: postPath:
/crmRestApi/resources/11.13.18.05/goals/{GoalNumber}/child/GoalParticipants - Delete a goal participant
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/goals/{GoalNumber}/child/GoalParticipants/{GoalParticipantId} - Get a goal participant
- Method: getPath:
/crmRestApi/resources/11.13.18.05/goals/{GoalNumber}/child/GoalParticipants/{GoalParticipantId} - Get all goal participants
- Method: getPath:
/crmRestApi/resources/11.13.18.05/goals/{GoalNumber}/child/GoalParticipants - Update a goal participant
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/goals/{GoalNumber}/child/GoalParticipants/{GoalParticipantId}