- Subcategories:
 - Large Object (LOB) Attributes - FileContents
 - Large Object (LOB) Attributes - FileWebImage
 
Attachments REST Endpoints
    
        Supplier Qualification Questions/Attachments
    
The Attachments resource gets the attachment for a particular question.
- Create a question attachment
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierQualificationQuestions/{QuestionId}/child/attachments - Delete an attachment
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/supplierQualificationQuestions/{QuestionId}/child/attachments/{attachmentsUniqID} - Get all question attachments
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/supplierQualificationQuestions/{QuestionId}/child/attachments - Get one attachment
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/supplierQualificationQuestions/{QuestionId}/child/attachments/{attachmentsUniqID}