GET api/invoice/transactionaudit/{ledgerEntryId}

Gets the TransactionAudit information

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

date

None.

MatchType

None.

Response Formats

application/json, text/json

Sample:
{
  "MatchDate": "2025-07-30T22:49:20.439636Z",
  "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
}