Show / Hide Table of Contents

    SalesAgreementTypes

    Queryable, Introduced in version 22.7

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

    Represents an agreement type.

    GUID

    7E0ECC63-83B7-4604-893A-795B7B01112B
    

    Required permission

    Show agreement
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the agreement type.
    PriceSetting Int32 The price setting of the agreement type.

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

    • References PriceLists
    Number Int64 The number of the agreement type.

    • Unique
    Prefix String The prefix of the agreement type.

    • Max length is 3
    Description String The translated description of the agreement type.
    Priority Int32 The priority of the agreement type.
    Visible Boolean Indicates if the agreement type should be visible.
    IsPreset Boolean Indicates if the agreement type is preset.
    CodingGroupId Int64 The business key identifier of the agreement types coding group.

    • References CodingGroup
    UpdateStatusAutomatically Boolean Indicates if the status of the agreement should be updated automatically.
    InvoicingMethod Int32 The invoicing method of the agreement type.

    • InAdvance: 1
    • InArrears: 2
    PlannedInvoiceDateOffset Int32 The planned invoice date offset in days of the agreement type.
    ReleaseBasisAutomatically Boolean Indicates if the agreement basis should be released automatically.
    AgreementValidFromSetting Int32 The valid from setting of the agreement type.

    • Today: 1
    • Empty: 2
    RateTypeSetting Int32 The rate type setting of the agreement type.

    • Customer: 1
    • OrderType: 2

    Example

    {
      "Id": 0,
      "PriceSetting": 0,
      "PriceListId": null,
      "Number": 0,
      "Prefix": null,
      "Description": null,
      "Priority": 0,
      "Visible": false,
      "IsPreset": false,
      "CodingGroupId": 0,
      "UpdateStatusAutomatically": false,
      "InvoicingMethod": 0,
      "PlannedInvoiceDateOffset": 0,
      "ReleaseBasisAutomatically": false,
      "AgreementValidFromSetting": 0,
      "RateTypeSetting": 0
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB