Transaction Attachment (1.0)

Download OpenAPI specification:Download

Public api that deals with transaction attachments

Transaction Attachment

Get Transction Attachment

Used to retrieve a transaction's attachment

Authorizations:
XCompleatApiKey
path Parameters
tenantId
required
string <guid>

The tenant id

transactionAttachmentId
required
string <guid>

The attachment id

header Parameters
x-api-version
required
integer
Value: 1
Example: 1

Indicates the version of this API to be used.

x-api-compleat-key
required
string <guid>
Example: d025eedc-5ea0-4de8-be9f-f8873545add9

The header containing compleat api key.

Responses

Response samples

Content type
application/json
{
  • "AccessURL": "string",
  • "MetaData": {
    }
}