Show / Hide Table of Contents

    DeliveryAddressWarehouseInformations

    Queryable, Introduced in version 2.43

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

    Represents a queryable delivery address warehouse information entry.

    GUID

    F8FF21F1-DDFF-4363-BD87-D12425990A7E
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the warehouse information entry.
    WarehouseId Int64? The business key identifier of the warehouse that the information pertains to.

    • References Warehouses
    DeliveryMethodId Int64? The business key identifier of the delivery method that applies to the warehouse and delivery address.

    • References DeliveryMethods
    DeliveryTermId Int64? The business key identifier of the delivery term that applies to the warehouse and delivery address.

    • References DeliveryTerms
    TransportTime TimeSpan? The transport time that applies to the warehouse and delivery address.
    DeliveryWeekdays Int32 Specifies what days delivery can be made for the warehouse and delivery address.

    • None: 0
    • Monday: 1
    • Tuesday: 2
    • Wednesday: 4
    • Thursday: 8
    • Friday: 16
    • Saturday: 32
    • Sunday: 64

    • Bitmask
    DestinationForDeliveryTerm String Specifies the destination for the delivery term.

    • Max length is 80
    ParentId Int64 The business key identifier of the delivery address that the warehouse information pertains to.

    • References DeliveryAddresses

    Example

    {
      "Id": 0,
      "WarehouseId": null,
      "DeliveryMethodId": null,
      "DeliveryTermId": null,
      "TransportTime": null,
      "DeliveryWeekdays": 0,
      "DestinationForDeliveryTerm": null,
      "ParentId": 0
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB