Search Results for

    Show / Hide Table of Contents

    BlanketOrderPurchaseTypes

    Queryable, Introduced in version 26.3

    GET https://localhost:8001/sv/001.1/api/v1/Purchase/BlanketOrderPurchaseTypes
    

    Represents a blanket order type for purchase.

    GUID

    9DBE25A4-F742-4A8C-8045-D54E0EE1833A
    

    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
    BlanketOrderPurchaseActivityTemplateId Int64? The business key identifier of the blanket order types activity template.

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

    • Supplier: 1
    • OrderType: 2
    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,
      "BlanketOrderPurchaseActivityTemplateId": null,
      "RateTypeSetting": 0,
      "CurrencyExchangeTypeId": null,
      "DefaultValidDays": 0
    }
    
    In This Article
    Back to top Copyright © 2023 Monitor ERP System AB