Show / Hide Table of Contents

    InquiryTypes

    Queryable, Introduced in version 2.31

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

    Represents an inquiry type.

    GUID

    D20073E0-51CA-4310-A4CD-DC5A536B3517
    

    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 inquiry numbers spawned from this type.

    • Max length is 3
    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.
    BaseType Int32 The base type of inquiries created from this type.

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

    References CodingGroup
    RateTypeSetting Int32 The rate type setting of the inquiry type.

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

    • References CurrencyExchangeTypes
    Introduced in version 22.9

    Example

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