Using Siebel REST API to Access Attachments XML Examples
You can use the Siebel REST API to access transactional attachments. You can use inbound REST
APIs to develop applications that can attach files to records, allowing you to insert,
update, delete, query, and download an attachment. To view the response in XML format, the
Content-Type header should be application/xml. The response will be in XML format wrapped
in a <response>
tag.
This topic includes the following information: