Show / Hide Table of Contents

    DeliveryTerms

    Queryable, Introduced in version 2.18

    GET https://localhost:8001/sv/001.1/api/v1/Common/DeliveryTerms
    

    Represents a queryable delivery term.

    GUID

    67E4E9B6-C688-4175-B55A-2360D1520475
    

    Required permission

    Show terms
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the delivery term.
    IsDefault Boolean Specifies if the delivery term is the default term.
    Description String The translated description of the delivery term.
    Number Int64 The delivery term number.
    Destination String The destination specified by the delivery term.

    • Max length is 35
    TermLocation String The location specified by the delivery term.

    • Max length is 35
    TermCode String The code specified by the delivery term.

    • Max length is 80
    Payer Int32 Specifies how payment is handled for the delivery term.

    • BuyerPays: 1
    • SellerPays: 2
    • OtherPayer: 3
    • Incoterms: 4
    CompanyIds Int64[] The business key identifiers of the companies that this entity is available for.
    ShipmentDefaultCode String The shipment default code specified by the delivery term.

    • Max length is 5
    Introduced in version 24.8

    Example

    {
      "Id": 0,
      "IsDefault": false,
      "Description": null,
      "Number": 0,
      "Destination": null,
      "TermLocation": null,
      "TermCode": null,
      "Payer": 0,
      "CompanyIds": null,
      "ShipmentDefaultCode": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB