Acceptable Responses REST Endpoints

Supplier Qualification Questions/Acceptable Responses
The Acceptable Responses resource gets the acceptable response for a particular question.
Create an acceptable response
Method: post
Path: /fscmRestApi/resources/11.13.18.05/supplierQualificationQuestions/{QuestionId}/child/acceptableResponses
Delete an acceptable response
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/supplierQualificationQuestions/{QuestionId}/child/acceptableResponses/{AcceptableResponseId}
Get all acceptable responses
Method: get
Path: /fscmRestApi/resources/11.13.18.05/supplierQualificationQuestions/{QuestionId}/child/acceptableResponses
Get one acceptable response
Method: get
Path: /fscmRestApi/resources/11.13.18.05/supplierQualificationQuestions/{QuestionId}/child/acceptableResponses/{AcceptableResponseId}
Update an acceptable response
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/supplierQualificationQuestions/{QuestionId}/child/acceptableResponses/{AcceptableResponseId}