Show / Hide Table of Contents

    QuoteTypes

    Queryable, Introduced in version 2.18

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

    Represents a quote type.

    GUID

    2789A0CD-4228-4273-987D-429E139DA704
    

    Required permission

    Show order types
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the type.
    Number Int64 The human readable identifier of the type.
    Prefix String The prefix to apply on quote numbers spawned from this type.

    • Max length is 80
    Description String The translated description of the type.

    • Max length is 400
    Priority Int32 The priority of the type.
    Visible Boolean Specifies if the type is visible.
    IsPreset Boolean Specifies if the type is a preset type.
    PriceSetting Int32 The price setting to apply for quotes of this type.

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

    References PriceLists
    BaseType Int32 The base type of quotes created from this type.

    • Quote: 0
    CodingGroupId Int64 The business key identifier of the type's coding group.

    References CodingGroup
    FormReportConfigurationId Int64? The business key identifier of the type's form report configuration.

    References FormReportConfigurations
    RateTypeSetting Int32 The rate type setting of the quote type.

    • Customer: 1
    • OrderType: 2
    Introduced in version 22.9
    CurrencyExchangeTypeId Int64? The business key identifier of the quote type's currency exchange type.

    • References CurrencyExchangeTypes
    Introduced in version 22.9
    CustomerOrderTypeId Int64? The business key identifier of the quote type's cutomer order type.

    • References CustomerOrderTypes
    Introduced in version 23.2
    CustomerOrderType CustomerOrderTypes The quote type's cutomer order type.

    • Expandable
    Introduced in version 23.2

    Example

    {
      "Id": 0,
      "Number": 0,
      "Prefix": null,
      "Description": null,
      "Priority": 0,
      "Visible": false,
      "IsPreset": false,
      "PriceSetting": 0,
      "PriceListId": null,
      "BaseType": 0,
      "CodingGroupId": 0,
      "FormReportConfigurationId": null,
      "RateTypeSetting": 0,
      "CurrencyExchangeTypeId": null,
      "CustomerOrderTypeId": null,
      "CustomerOrderType": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB