GET api/invoice/transactionaudit/{ledgerEntryId}
Gets the TransactionAudit information
Request Information
URI Parameters
Name | Description | Type | Additional 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.TransactionAuditDataContractName | Description | Type | Additional information |
---|---|---|---|
MatchDate | date |
None. |
|
MatchType | Dezrez.Rezi.Domain.Accounts.Enums.MatchType |
None. |
|
Reference | string |
None. |
|
CreatedBy | integer |
None. |
|
AutomaticMatchDetails | Dezrez.Rezi.Domain.Accounts.Invoices.AutomaticMatchDetailsDataContract |
None. |
|
Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "MatchDate": "2024-11-21T09:38:08.9270458Z", "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 }