Survey Answer Choices REST Endpoints

Surveys/Survey Questions/Survey Answer Choices
The answer choices resource is used to view and update the answer choices in the survey.
Create a survey answer choice
Method: post
Path: /crmRestApi/resources/11.13.18.05/surveys/{SurveyId}/child/questions/{QuestionId}/child/answerChoices
Delete a survey answer choice
Method: delete
Path: /crmRestApi/resources/11.13.18.05/surveys/{SurveyId}/child/questions/{QuestionId}/child/answerChoices/{AnswerId}
Get a survey answer choice
Method: get
Path: /crmRestApi/resources/11.13.18.05/surveys/{SurveyId}/child/questions/{QuestionId}/child/answerChoices/{AnswerId}
Get all survey answer choices
Method: get
Path: /crmRestApi/resources/11.13.18.05/surveys/{SurveyId}/child/questions/{QuestionId}/child/answerChoices
Update a survey answer choice
Method: patch
Path: /crmRestApi/resources/11.13.18.05/surveys/{SurveyId}/child/questions/{QuestionId}/child/answerChoices/{AnswerId}