Show / Hide Table of Contents

    CustomerOrderRowInflows

    Queryable, Introduced in version 23.3

    GET https://localhost:8001/sv/001.1/api/v1/Sales/CustomerOrderRowInflows
    

    Represents a customer order inflow row.

    GUID

    446FED74-283D-4566-AC69-BF3F207946AA
    

    Required permission

    Show customer orders
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the inflow row.
    OrderRowId Int64? The business key identifier of the inflow rows customer order row.

    • References CustomerOrderRows
    OrderRow CustomerOrderRows The inflow rows customer order row.

    • Expandable
    BlanketOrderSalesRowId Int64? The business key identifier of the inflow rows blanket order sales row.

    • References BlanketOrderSalesRow
    PartId Int64? The business key identifier of the inflow rows part.

    • References Parts
    Part Parts The inflow rows part.

    • Expandable
    EntityIdentityString String The human readable identifier of the entity subject of the inflow row.

    • Max length is 20
    AdditionalRowDescription String The additional row description of the inflow row.

    • Max length is 80
    Status Int32 The status of the inflow row.

    • New: 0
    • Changed: 1
    • Removed: 2
    LoggingTimeStamp DateTimeOffset The logging timestamp of the inflow row.
    OrderedQuantityChange Decimal? The ordered quantity change of the inflow row.
    UnitId Int64? The business key identifier of the inflow rows unit.
    Unit Units The inflow rows unit.

    • Expandable
    PriceChange Decimal? The price change of the inflow row.
    PriceChangeCurrencyId Int64? The business key identifier of the inflow rows price changes currency.

    • References Currencies
    PriceChangeCurrency Currencies The inflow rows price changes currency.

    • Expandable
    SetupPriceChange Decimal? The setup price change of the inflow row.
    SetupPriceChangeCurrencyId Int64? The business key identifier of the inflow rows setup price changes currency.

    • References Currencies
    SetupPriceChangeCurrency Currencies The inflow rows setup price changes currency.

    • Expandable
    DiscountChange Decimal? The discount change of the inflow row.
    TotalValueChange Decimal The total value change of the inflow row.
    TotalValueChangeCurrencyId Int64? The business key identifier of the inflow rows total value changes currency.

    • References Currencies
    TotalValueChangeCurrency Currencies The inflow rows total value changes currency.

    • Expandable
    OrderRowType Int32 The order row type of the inflow row.

    • Part: 1
    • Additional: 2
    • Sum: 3
    • FreeText: 4

    Example

    {
      "Id": 0,
      "OrderRowId": null,
      "OrderRow": null,
      "BlanketOrderSalesRowId": null,
      "PartId": null,
      "Part": null,
      "EntityIdentityString": null,
      "AdditionalRowDescription": null,
      "Status": 0,
      "LoggingTimeStamp": "0001-01-01T00:00:00+00:00",
      "OrderedQuantityChange": null,
      "UnitId": null,
      "Unit": null,
      "PriceChange": null,
      "PriceChangeCurrencyId": null,
      "PriceChangeCurrency": null,
      "SetupPriceChange": null,
      "SetupPriceChangeCurrencyId": null,
      "SetupPriceChangeCurrency": null,
      "DiscountChange": null,
      "TotalValueChange": 0.0,
      "TotalValueChangeCurrencyId": null,
      "TotalValueChangeCurrency": null,
      "OrderRowType": 0
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB