Open the Portico Developer Guide site
PosGateway Schema
GetAttachments Element
PosGateway Schema > PosRequest Element > Ver1.0 Element > Transaction Element : GetAttachments Element
Description

GetAttachments is used to retrieve attachments (i.e. documents, images, etc.) associated with a particular transaction.

Namespace http://Hps.Exchange.PosGateway
Type
PosGetAttachmentReqType Complex Type
Diagram
AttachmentDataId Element ReturnAttachmentTypesOnly Element AttachmentType Element GatewayTxnId Element Sequence GetAttachments Element
Overview
GetAttachments PosGetAttachmentReqType Complex Type

GetAttachments is used to retrieve attachments (i.e. documents, images, etc.) associated with a particular transaction.

Sequence
GatewayTxnId txnIdType Simple Type

Gateway-generated transaction identifier returned in the response of the original transaction.

AttachmentType 0..4 attachmentTypeType Simple Type

Identifies the attachment types to be returned; see the associated Type enumerations for specific values supported.

Note: If this is not provided, 'all' is assumed.

ReturnAttachmentTypesOnly optional xs:boolean

Indicates that only the attachment types (no data) should be returned in the response; default is 'false'

AttachmentDataId optional xs:int

When specified, only the requested attachment will be returned

Source
<xs:element name="GetAttachments" type="PosGetAttachmentReqType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">GetAttachments is used to retrieve attachments (i.e. documents, images, etc.) associated with a particular transaction.</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
Transaction ElementVer1.0 ElementPosRequest ElementPosGateway Schema