GET api/invoice/transactionaudit/{ledgerEntryId}

Gets the TransactionAudit information Processes this invoice API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ledgerEntryId

Ledger entry id

integer

Required

Body Parameters

None.

Response Information

Resource Description

TransactionAudit information to be presented

TransactionAuditDataContract
NameDescriptionTypeAdditional information
MatchDate

The match date, expressed as a date and time.

date

None.

MatchType

The match type classification.

None.

Response Formats

application/json, text/json

Sample:
{
  "MatchDate": "2026-09-21T23:11:05.5863245Z",
  "MatchType": 0,
  "Reference": "sample string 2",
  "CreatedBy": 1,
  "AutomaticMatchDetails": {
    "MatchedFields": [
      {
        "FieldType": 0,
        "Value": "sample string 1",
        "Id": 2
      },
      {
        "FieldType": 0,
        "Value": "sample string 1",
        "Id": 2
      }
    ],
    "MatchingType": 0,
    "Id": 1
  },
  "Id": 3
}