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

Dezrez.Core.DataContracts.Accounts.Invoices.Query.TransactionAuditDataContract
NameDescriptionTypeAdditional information
MatchDate

date

None.

MatchType

Dezrez.Rezi.Domain.Accounts.Enums.MatchType

None.

CreatedBy

integer

None.

AutomaticMatchDetails

Dezrez.Rezi.Domain.Accounts.Invoices.AutomaticMatchDetailsDataContract

None.

Id

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "MatchDate": "2024-05-08T22:48:35.1169928Z",
  "MatchType": 0,
  "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": 2
}