[This is preliminary documentation and is subject to change.]

Provides a Raw Http Endpoint for upload and download of attachments realted to specific incidents. The Method Name must be specified in an "Operation" header on the HTTP POST message.

Namespace:  QPulseWebServices.Contracts.Service
Assembly:  QPulseWebServices (in QPulseWebServices.dll) Version: 2.0.2.15

Syntax

C#
public interface IAttachment

Remarks

REST Availability: Supports HTTP POST. NOTE: This handler does not provide a SOAP/XML interface. Files are uploaded directly to the Http Request Stream and downloaded directly from the response stream.

Examples

http://[installpath]/services/Attachment.ashx

See Also