CFL Item Ledger Entries API

  • 2 minutes to read

APIPublisher = 'christiaens';
APIGroup = 'bocountdynamics';
APIVersion = 'v2.0';
EntityName = 'itemLedgerEntry';
EntitySetName = 'itemLedgerEntries';

Method: GET https://server:port/serverinstance/api/Christiaens/BoCountDynamics/v2.0/companies(companyid)/itemLedgerEntries

Entity:

{
    "@odata.etag": "W/\"JzIwOzEzOTk4NjUxNTE4OTM1NzI5OTM0MTswMDsn\"",
    "id": "d5ca55f2-b967-ec11-8a4c-005056867b89",
    "entryNo": 1,
    "itemNo": "1100",
    "description": "",
    "postingDate": "2022-06-01",
    "entryType": "Positive Adjmt.",
    "sourceNo": "",
    "documentNo": "START-PROD",
    "locationCode": "",
    "quantity": 200,
    "remainingQuantity": 152,
    "open": true,
    "appliestoEntry": 0,
    "lotNo": "",
    "serialNo": "",
    "packageNo": "",
    "variantCode": "",
    "unitOfMeasureCode": "STUKS",
    "costAmountActual": 25934.2,
    "salesAmountActual": 0,
    "systemModifiedAt": "2021-12-28T08:45:01.767Z"
}

Method: GET https://server:port/serverinstance/api/Christiaens/BoCountDynamics/v2.0/companies(companyid)/itemLedgerEntries?$expand=dimensionSetLines

Entity:

{
    "@odata.etag": "W/\"JzIwOzEzOTk4NjUxNTE4OTM1NzI5OTM0MTswMDsn\"",
    "id": "d5ca55f2-b967-ec11-8a4c-005056867b89",
    "entryNo": 1,
    "itemNo": "1100",
    "description": "",
    "postingDate": "2022-06-01",
    "entryType": "Positive Adjmt.",
    "sourceNo": "",
    "documentNo": "START-PROD",
    "locationCode": "",
    "quantity": 200,
    "remainingQuantity": 152,
    "open": true,
    "appliestoEntry": 0,
    "lotNo": "",
    "serialNo": "",
    "packageNo": "",
    "variantCode": "",
    "unitOfMeasureCode": "STUKS",
    "costAmountActual": 25934.2,
    "salesAmountActual": 0,
    "systemModifiedAt": "2021-12-28T08:45:01.767Z",
    "dimensionSetLines": []
}