CFL Value Entries API

  • 2 minutes to read

APIPublisher = 'christiaens';
APIGroup = 'bocountdynamics';
APIVersion = 'v2.0';
EntityName = 'valueEntry';
EntitySetName = 'valueEntries';

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

Entity:

{
    "@odata.etag": "W/\"JzE5OzYzNjMzNzM0NDU3Njk2NjM4NjMxOzAwOyc=\"",
    "id": "e465ff0d-ba67-ec11-8a4c-005056867b89",
    "entryNo": 1,
    "itemNo": "1100",
    "description": "",
    "postingDate": "2022-06-01",
    "itemLedgerEntryType": "Positive Adjmt.",
    "itemLedgerEntryNo": 1,
    "entryType": "Direct Cost",
    "sourcePostingGroup": "",
    "sourceNo": "",
    "locationCode": "",
    "inventoryPostingGroup": "GEREED",
    "valuedQuantity": 200,
    "itemLedgerEntryQuantity": 200,
    "invoicedQuantity": 200,
    "costperUnit": 129.671,
    "discountAmount": 0,
    "appliestoEntry": 0,
    "expectedCost": false,
    "expectedCostPostedtoGL": 0,
    "costPostedtoGL": 25934.2,
    "salesAmountActual": 0,
    "costAmountActual": 25934.2,
    "salesAmountExpected": 0,
    "costAmountExpected": 0,
    "variantCode": "",
    "journalBatchName": "STANDAARD",
    "documentType": " ",
    "documentNo": "START-PROD",
    "documentLineNo": 0,
    "orderType": " ",
    "orderNo": "",
    "orderLineNo": 0,
    "systemModifiedAt": "2021-12-28T08:47:15.38Z"
}

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

Entity:

{
    "@odata.etag": "W/\"JzE5OzYzNjMzNzM0NDU3Njk2NjM4NjMxOzAwOyc=\"",
    "id": "e465ff0d-ba67-ec11-8a4c-005056867b89",
    "entryNo": 1,
    "itemNo": "1100",
    "description": "",
    "postingDate": "2022-06-01",
    "itemLedgerEntryType": "Positive Adjmt.",
    "itemLedgerEntryNo": 1,
    "entryType": "Direct Cost",
    "sourcePostingGroup": "",
    "sourceNo": "",
    "locationCode": "",
    "inventoryPostingGroup": "GEREED",
    "valuedQuantity": 200,
    "itemLedgerEntryQuantity": 200,
    "invoicedQuantity": 200,
    "costperUnit": 129.671,
    "discountAmount": 0,
    "appliestoEntry": 0,
    "expectedCost": false,
    "expectedCostPostedtoGL": 0,
    "costPostedtoGL": 25934.2,
    "salesAmountActual": 0,
    "costAmountActual": 25934.2,
    "salesAmountExpected": 0,
    "costAmountExpected": 0,
    "variantCode": "",
    "journalBatchName": "STANDAARD",
    "documentType": " ",
    "documentNo": "START-PROD",
    "documentLineNo": 0,
    "orderType": " ",
    "orderNo": "",
    "orderLineNo": 0,
    "dimensionSetLines": []
}