Search Results for

    Show / Hide Table of Contents

    BlanketOrderSalesRows

    Queryable, Introduced in version 23.4

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

    Represents a blanket order row for sales.

    GUID

    2BDCA8BD-7785-42BF-9D35-6B9A60E0CCC0
    

    Required permission

    Show blanket order
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the blanket order row.
    LifeCycleState Int32 The life cycle state of the row.

    • Transient: 1
    • Persistent: 10
    • History: 20
    • RemovableCandidate: 99
    ParentOrderId Int64? The business key identifier of the row's blanket order.

    • References BlanketOrderSales
    ParentRowId Int64? The business key identifier of the row's parent row.

    • References BlanketOrderSalesRows
    CustomerPartNumber String The customer's part number of the row.

    • Max length is 50
    Position Int64? The position of the row.
    OrderRowType Int32 The order row type of the row.

    • Part: 1
    • Additional: 2
    • Sum: 3
    • FreeText: 4
    PartId Int64? The business key identifier of the row's part.

    • References Parts
    Part Parts The part of the row.

    • Expandable
    PartRowType Int32 The part row type of the row.

    • NotPartRow: 0
    • RegularRow: 1
    • SubPartRow: 2
    • SetupPriceRow: 3
    • AlloyCostRow: 4
    • PaymentPlanRow: 5
    • PackagingRow: 6
    Quantity Decimal The quantity of the row.
    UnitId Int64? The business key identifier of the row's unit.

    • References Units
    Unit Units The unit of the row.

    • Expandable
    Price Decimal? The price of the row.
    PriceCurrencyId Int64? The business key identifier of the row's price currency.

    • References Currencies
    PriceCurrency Currencies The price currency of the row.

    • Expandable
    PriceOriginPriceListId Int64? The business key identifier of the row's price origin price list.

    • References PriceLists
    PriceLockedFromAutomaticChanges Boolean? Specifies if the row have price locked from automatic changes.
    PriceIsFuturePrice Boolean? Specifies if the row's price is future price.
    PriceInCompanyCurrency Decimal? The price in company currency of the row.
    PriceInCompanyCurrencyCurrencyId Int64? The business key identifier of the row's company currency used in price in company currency.

    • References Currencies
    PriceInCompanyCurrencyCurrency Currencies The company currency used in price in company currency of the row.

    • Expandable
    Discount Decimal The discount of the row.
    SetupPrice Decimal? The setup price of the row.
    SetupPriceCurrencyId Int64? The business key identifier of the row's setup price currency.

    • References Currencies
    SetupPriceCurrency Currencies The setup price currency of the row.

    • Expandable
    SetupPriceInCompanyCurrency Decimal? The setup price in company currency of the row.
    VatRateId Int64? The business key identifier of the row's VAT rate.

    • References VatRates
    VatRate VatRates The VAT rate of the row.

    • Expandable
    ShowFreeTextIn Int32 Specifies where the row's free text should be visible.

    • None: 0
    • Quote: 1
    • Acknowledgement: 2
    • DeliveryNote: 4
    • Invoice: 8
    • ProFormaInvoice: 16

    • Bitmask
    ValidThrough DateTimeOffset? The requirement date of the row.
    RevisionId Int64? The business key identifier of the row's revision.

    • References Revisions
    Revision Revisions The revision of the row.

    • Expandable
    FreeTextHtml String The free text in HTML format of the row.
    FreeText String The free text of the row.
    ConversionFactor Decimal The conversion factor of the row.
    QuantityRatio Decimal? The quantity ratio of the row.
    AdditionalRowDescription String The additional row description of the row.
    AlternatePreparationCode String The alternate preparation code of the row.

    • Max length is 200
    Introduced in version 26.2
    RowsGoodsLabel String The goods label of the row.

    • Max length is 80
    Introduced in version 26.2

    Example

    {
      "Id": 0,
      "LifeCycleState": 0,
      "ParentOrderId": null,
      "ParentRowId": null,
      "CustomerPartNumber": null,
      "Position": null,
      "OrderRowType": 0,
      "PartId": null,
      "Part": null,
      "PartRowType": 0,
      "Quantity": 0.0,
      "UnitId": null,
      "Unit": null,
      "Price": null,
      "PriceCurrencyId": null,
      "PriceCurrency": null,
      "PriceOriginPriceListId": null,
      "PriceLockedFromAutomaticChanges": null,
      "PriceIsFuturePrice": null,
      "PriceInCompanyCurrency": null,
      "PriceInCompanyCurrencyCurrencyId": null,
      "PriceInCompanyCurrencyCurrency": null,
      "Discount": 0.0,
      "SetupPrice": null,
      "SetupPriceCurrencyId": null,
      "SetupPriceCurrency": null,
      "SetupPriceInCompanyCurrency": null,
      "VatRateId": null,
      "VatRate": null,
      "ShowFreeTextIn": 0,
      "ValidThrough": null,
      "RevisionId": null,
      "Revision": null,
      "FreeTextHtml": null,
      "FreeText": null,
      "ConversionFactor": 0.0,
      "QuantityRatio": null,
      "AdditionalRowDescription": null,
      "AlternatePreparationCode": null,
      "RowsGoodsLabel": null
    }
    
    In This Article
    Back to top Copyright © 2023 Monitor ERP System AB