Search Results for

    Show / Hide Table of Contents

    BlanketOrderSalesTypes

    Queryable, Introduced in version 23.4

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

    Represents a blanket order type for sales.

    GUID

    B54F6031-3B9B-46A4-970A-9522F4EC6537
    

    Required permission

    Show blanket order
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the blanket order type.
    Number Int64 The number of the blanket order type.

    • Unique
    Prefix String The prefix of the blanket order type.

    • Max length is 3
    Description String The translated description of the blanket order type.

    • Max length is 400
    Priority Int32 The priority of the blanket order type.
    Visible Boolean Specifies if the blanket order type is visible.
    IsPreset Boolean Specifies if the blanket order type is preset.
    BaseType Int32 The base type of the blanket order type.

    • BlanketOrder: 0
    WarehouseId Int64 The business key identifier of the blanket order type's warehouse.

    • References Warehouses
    PriceSetting Int32 The price setting of the blanket order type.

    • Customer: 1
    • PriceList: 2
    • StandardPrice: 3
    PriceListId Int64? The business key identifier of the blanket order type's price list.

    • References PriceLists
    RateTypeSetting Int32 The rate typ setting of the blanket order type.

    • Customer: 1
    • OrderType: 2
    BlanketOrderSalesActivityTemplateId Int64? The business key identifier of the blanket order types activity template.

    • References BlanketOrderSalesActivityTemplate
    CurrencyExchangeTypeId Int64? The business key identifier of the blanket order type's currency exchange type.

    • References CurrencyExchangeTypes
    DefaultValidDays Int32 The default valid days of the blanket order type.

    Example

    {
      "Id": 0,
      "Number": 0,
      "Prefix": null,
      "Description": null,
      "Priority": 0,
      "Visible": false,
      "IsPreset": false,
      "BaseType": 0,
      "WarehouseId": 0,
      "PriceSetting": 0,
      "PriceListId": null,
      "RateTypeSetting": 0,
      "BlanketOrderSalesActivityTemplateId": null,
      "CurrencyExchangeTypeId": null,
      "DefaultValidDays": 0
    }
    
    In This Article
    Back to top Copyright © 2023 Monitor ERP System AB