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.
|
|
DeliveryMethodId | Int64? | The business key identifier of the delivery method that applies to the warehouse and delivery address.
|
|
DeliveryTermId | Int64? | The business key identifier of the delivery term that applies to the warehouse and delivery address.
|
|
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.
|
|
DestinationForDeliveryTerm | String | Specifies the destination for the delivery term.
|
|
ParentId | Int64 | The business key identifier of the delivery address that the warehouse information pertains to.
|
Example
{
"Id": 0,
"WarehouseId": null,
"DeliveryMethodId": null,
"DeliveryTermId": null,
"TransportTime": null,
"DeliveryWeekdays": 0,
"DestinationForDeliveryTerm": null,
"ParentId": 0
}