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
TransactionAuditDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| MatchDate | date |
None. |
|
| MatchType |
None. |
Response Formats
application/json, text/json
Sample:
{
"MatchDate": "2025-12-13T15:58:07.7614072Z",
"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
}