CFL Vendor Entries API
APIPublisher = 'christiaens';
APIGroup = 'bocountdynamics';
APIVersion = 'v2.0';
EntityName = 'vendorLedgerEntry';
EntitySetName = 'vendorLedgerEntries';
Method: GET https://server:port/serverinstance/api/Christiaens/BoCountDynamics/v2.0/companies(companyid)/vendorLedgerEntries
Entity:
{
"@odata.etag": "W/\"JzIwOzE0OTAyNzkxNTcxNDIxMTA0MTQ2MTswMDsn\"",
"id": "88ca55f2-b967-ec11-8a4c-005056867b89",
"entryNo": 37,
"postingDate": "2022-01-01",
"documentNo": "108017",
"documentType": "Invoice",
"vendorNo": "44127914",
"vendorName": "Mortimor Car Company",
"description": "Order 106015",
"debitAmount": 0,
"creditAmount": 30000,
"standardFormatMessage": "",
"closedAtDate": "2022-01-01",
"closedbyAmount": -30000,
"closedbyEntryNo": 39,
"systemModifiedAt": "2022-12-08T10:54:15.167Z",
}
Method: GET https://server:port/serverinstance/api/Christiaens/BoCountDynamics/v2.0/companies(companyid)/vendorLedgerEntries?$expand=dimensionSetLines
Entity:
{
"@odata.etag": "W/\"JzIwOzE0OTAyNzkxNTcxNDIxMTA0MTQ2MTswMDsn\"",
"id": "88ca55f2-b967-ec11-8a4c-005056867b89",
"entryNo": 37,
"postingDate": "2022-01-01",
"documentNo": "108017",
"documentType": "Invoice",
"vendorNo": "44127914",
"vendorName": "Mortimor Car Company",
"description": "Order 106015",
"debitAmount": 0,
"creditAmount": 30000,
"standardFormatMessage": "",
"closedAtDate": "2022-01-01",
"closedbyAmount": -30000,
"closedbyEntryNo": 39,
"systemModifiedAt": "2022-12-08T10:54:15.167Z",
"dimensionSetLines": []
}