- Subcategories:
- Large Object (LOB) Attributes - FileContents
- Large Object (LOB) Attributes - FileWebImage
Opportunity Attachments REST Endpoints
Opportunities/Opportunity Attachments
The attachments resource is used to view, create, update, and delete attachments of an opportunity. An attachment includes additional information about an opportunity.
- Create an attachment
- Method: postPath:
/crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/Attachment - Delete an attachment
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/Attachment/{AttachmentUniqID} - Get all attachments
- Method: getPath:
/crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/Attachment - Get an attachment
- Method: getPath:
/crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/Attachment/{AttachmentUniqID} - Update an attachment
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/Attachment/{AttachmentUniqID}