CFL Cust. Entries API
APIPublisher = 'christiaens';
APIGroup = 'bocountdynamics';
APIVersion = 'v2.0';
EntityName = 'customerLedgerEntry';
EntitySetName = 'customerLedgerEntries';
Method: GET https://server:port/serverinstance/api/Christiaens/BoCountDynamics/v2.0/companies(companyid)/customerLedgerEntries
Entity:
{
"@odata.etag": "W/\"JzIwOzEwMTM1NjYyMTA5NjIxOTEzOTE1MTswMDsn\"",
"id": "45ca55f2-b967-ec11-8a4c-005056867b89",
"entryNo": 2526,
"postingDate": "2022-12-31",
"documentNo": "00-1",
"documentType": "Invoice",
"customerNo": "10000",
"customerName": "Van Terp Kantoorinrichting",
"description": "Beginsaldi, klanten",
"debitAmount": 39322.91,
"creditAmount": 0,
"standardFormatMessage": "",
"closedAtDate": "2023-01-15",
"closedbyAmount": 39322.91,
"closedbyEntryNo": 2685,
"systemModifiedAt": "2023-03-22T12:14:41.953Z"
}
Method: GET https://server:port/serverinstance/api/Christiaens/BoCountDynamics/v2.0/companies(companyid)/customerLedgerEntries?$expand=dimensionSetLines
Entity:
{
"@odata.etag": "W/\"JzIwOzEwMTM1NjYyMTA5NjIxOTEzOTE1MTswMDsn\"",
"id": "45ca55f2-b967-ec11-8a4c-005056867b89",
"entryNo": 2526,
"postingDate": "2022-12-31",
"documentNo": "00-1",
"documentType": "Invoice",
"customerNo": "10000",
"customerName": "Van Terp Kantoorinrichting",
"description": "Beginsaldi, klanten",
"debitAmount": 39322.91,
"creditAmount": 0,
"standardFormatMessage": "",
"closedAtDate": "2023-01-15",
"closedbyAmount": 39322.91,
"closedbyEntryNo": 2685,
"systemModifiedAt": "2023-03-22T12:14:41.953Z",
"dimensionSetLines": []}