This document describes version 3 of the LogTrade API.
Generated 2024-12-18.
CreateShipmentResponse CreateShipment( Authorization authorization, ShipmentCommandEnum command, ShipmentActionEnum action, Shipment shipment )
Creates a shipment
Name | Datatype | Description |
---|---|---|
authorization | Authorization | |
command | ShipmentCommandEnum | |
action | ShipmentActionEnum | |
shipment | Shipment |
CreateShipmentExResponse CreateShipmentEx( Authorization authorization, ShipmentCommandEnum command, ShipmentActionEnum action, Shipment shipment )
Creates a shipment, with extended response.
This method is the same as CreateShipment, but also returns PDF shipment and status page urls
Name | Datatype | Description |
---|---|---|
authorization | Authorization | |
command | ShipmentCommandEnum | |
action | ShipmentActionEnum | |
shipment | Shipment |
CreateShipmentTestResponse CreateShipmentTest( Authorization authorization, ShipmentCommandEnum command, ShipmentActionEnum action, Shipment shipment )
LogTrade internal method.
Not to be used by external partners.
Name | Datatype | Description |
---|---|---|
authorization | Authorization | |
command | ShipmentCommandEnum | |
action | ShipmentActionEnum | |
shipment | Shipment |
ShipmentStatusResponse ChangeShipmentStatus( Authorization authorization, ChangeShipmentStatusEnum command, ShipmentsSelectionCriteria criteria )
Changes status of existing shipment(s)
The status is changed for shipments matching the settings in 'criteria'.
Name | Datatype | Description |
---|---|---|
authorization | Authorization | |
command | ChangeShipmentStatusEnum | |
criteria | ShipmentsSelectionCriteria |
ShipmentStatusResponse ChangeShipmentStatusEx( Authorization authorization, ChangeShipmentStatusEnum command, ShipmentsSelectionCriteria criteria, string shipmentListPrintQueueId )
Changes status of existing shipment(s)
The status is changed for shipments matching the settings in 'criteria'.
Name | Datatype | Description |
---|---|---|
authorization | Authorization | |
command | ChangeShipmentStatusEnum | |
criteria | ShipmentsSelectionCriteria | |
shipmentListPrintQueueId | string |
BookShipmentResponse BookShipments( Authorization authorization, ShipmentsSelectionCriteria criteria )
Books existing shipment(s)
The shipments matching the settings in 'criteria' is booked, if booking is supported.
Name | Datatype | Description |
---|---|---|
authorization | Authorization | |
criteria | ShipmentsSelectionCriteria |
ShipmentStatusResponse GetShipmentStatus( Authorization authorization, ShipmentsSelectionCriteria criteria )
Requests status of existing shipment(s)
Name | Datatype | Description |
---|---|---|
authorization | Authorization | |
criteria | ShipmentsSelectionCriteria |
ShipmentStatusExResponse GetShipmentStatusEx( Authorization authorization, ShipmentsSelectionCriteria criteria )
Requests status of existing shipment(s)
Name | Datatype | Description |
---|---|---|
authorization | Authorization | |
criteria | ShipmentsSelectionCriteria |
PrintShipmentResponse PrintShipments( Authorization authorization, PrintCommandEnum printCommand, PrintSettings printSettings, PrintShipmentsSelectionCriteria criteria )
Print freight documents for shipment(s). Can only be used in conjunction with 'Integrated Printing'.
Printing is performed for shipments matching the settings in 'criteria'.
Usage of Criteria is dependant on the PrintCommand value:
LabelsAndDocuments - ShipmentNumbers, ConsignmentIds
LabelsOnly - ShipmentNumbers, ConsignmentIds, PackageNumbers, PackageIds
DocumentsOnly - ShipmentNumbers, ConsignmentIds
PendingLabelsAndDocuments - ShipmentNumbers, ConsignmentIds
ManifestListOnly - ShipmentNumbers, ConsignmentIds, ManifestKeys
Name | Datatype | Description |
---|---|---|
authorization | Authorization | |
printCommand | PrintCommandEnum | |
printSettings | PrintSettings | |
criteria | PrintShipmentsSelectionCriteria |
PriceQuoteResponse GetPriceQuote( Authorization authorization, Shipment shipment )
Requests a price quote for a shipment.
Note that this is not available for all forwarders, and that it requires specific setup for each supported forwarder.
Name | Datatype | Description |
---|---|---|
authorization | Authorization | |
shipment | Shipment |
TimeTableResponse GetTimeTable( Authorization authorization, Shipment shipment )
Requests the time table for a shipment
Note that this is not available for all forwarders
Name | Datatype | Description |
---|---|---|
authorization | Authorization | |
shipment | Shipment |
AgentAddressResponse GetAgentAddresses( Authorization authorization, Shipment shipment )
Requests a list of nearby agents for a shipment.
This call is only valid for products that uses agents.
Name | Datatype | Description |
---|---|---|
authorization | Authorization | |
shipment | Shipment |
GetLicensedForwardersAndProductsResponse GetLicensedForwardersAndProducts( Authorization authorization )
Get a list of licensed values for ForwarderCode, ProductCode and ShipmentServices
Valid values for ForwarderCode and ProductCode is also available from http://distribution.logtrade.info/LicensedForwardersAndProducts.aspx
Name | Datatype | Description |
---|---|---|
authorization | Authorization |
GetAllowableShipmentServicesResponse GetAllowableShipmentServices( Authorization authorization, Shipment criteria )
Get a list of allowable shipment services, given the state of a shipment
Note that this functions returns all existing services of the shipment, along with any allowed new services. It is up to the ERP system not to add duplicate services in the list.
Name | Datatype | Description |
---|---|---|
authorization | Authorization | |
criteria | Shipment |
GetAllowablePackageTypesResponse GetAllowablePackageTypes( Authorization authorization, Shipment criteria )
Get a list of allowable package types
Name | Datatype | Description |
---|---|---|
authorization | Authorization | |
criteria | Shipment |
GetGoodsDescriptionsResponse GetGoodsDescriptions( Authorization authorization )
Get a list of goods descriptions
Name | Datatype | Description |
---|---|---|
authorization | Authorization |
GetAllowableTermsOfDeliveryCodesResponse GetAllowableTermsOfDeliveryCodes( Authorization authorization, Shipment criteria )
Get a list of allowable terms of delivery types
Name | Datatype | Description |
---|---|---|
authorization | Authorization | |
criteria | Shipment |
GetPrintQueueIdsResponse GetPrintQueueIds( Authorization authorization )
Get a list of defined print queue id's
Name | Datatype | Description |
---|---|---|
authorization | Authorization |
GetShipmentTemplatesResponse GetShipmentTemplates( Authorization authorization )
Get a list of defined shipment templates
Name | Datatype | Description |
---|---|---|
authorization | Authorization |
GetSenderAddressTemplatesResponse GetSenderAddressTemplates( Authorization authorization )
Get a list of defined sender templates
Name | Datatype | Description |
---|---|---|
authorization | Authorization |
GetRecipientAddressTemplatesResponse GetRecipientAddressTemplates( Authorization authorization )
Get a list of defined receipent templates
Name | Datatype | Description |
---|---|---|
authorization | Authorization |
CreateOrUpdateUserResponse CreateOrUpdateUser( Authorization authorization, User user )
Create a user
Name | Datatype | Description |
---|---|---|
authorization | Authorization | |
user | User |
LogtradeAdviceResponse LogtradeAdvice( Authorization authorization, LogtradeAdviceItem AdviceItem )
Send an SMS advice
Name | Datatype | Description |
---|---|---|
authorization | Authorization | |
AdviceItem | LogtradeAdviceItem |
Property | Datatype | Validations | Description |
---|---|---|---|
UserId | string | Mandatory Maximum length = 70 |
Svenska: "Användaridentitet"
English: "User identification"
|
Password | string | Mandatory Maximum length = 35 |
Svenska: "Lösenord"
English: "Password"
|
LicenseNumber | string | Length = 10 |
Svenska: "Licensnummer"
English: "License number"
|
ApplicationId | string | Mandatory | Please contact LogTrade BarLink AB for this value
Svenska: "Affärssystemidentitet för webservice-gränssnitt"
English: "ERP application vendor identification"
|
Locale | LocaleEnum | (none) |
Property | Datatype | Validations | Description |
---|---|---|---|
Success | bool | (none) |
Array | Datatype | Description |
---|---|---|
Messages | ResponseMessage |
Property | Datatype | Validations | Description |
---|---|---|---|
Code | string | (none) |
Svenska: "Kod"
English: "Code"
|
Message | string | (none) |
Svenska: "Message"
English: "Message"
|
Property | Datatype | Validations | Description |
---|---|---|---|
Result | CreateShipmentResultEnum | (none) | |
ShipmentNumber | string | (none) |
Svenska: "Sändningsnummer"
English: "Shipment number"
|
ConsignmentId | string | (none) | This is different from the consignment id of the request if the shipment is consolidated to another shipment.
Svenska: "Uppdragsnummer"
English: "Consignment id"
|
ProductCode | string | (none) |
Svenska: "Produktkod"
English: "Product code"
|
Array | Datatype | Description |
---|---|---|
Messages | ResponseMessage | |
PackageDetails | PackageDetail |
Property | Datatype | Validations | Description |
---|---|---|---|
Result | CreateShipmentResultEnum | (none) | |
ShipmentNumber | string | (none) |
Svenska: "Sändningsnummer"
English: "Shipment number"
|
ConsignmentId | string | (none) | This is different from the consignment id of the request if the shipment is consolidated to another shipment.
Svenska: "Uppdragsnummer"
English: "Consignment id"
|
ProductCode | string | (none) |
Svenska: "Produktkod"
English: "Product code"
|
ShipmentDocumentsPdfUrl | string | (none) | This field will only be returned for validated shipments. |
ShipmentManifestPdfUrl | string | (none) | This field will only be returned for released shipments. |
ShipmentStatusUrl | string | (none) | This field will only be returned for validated shipments. |
ShipmentEditUrl | string | (none) | This field will only be returned for customers with a license for the ExternalUsers module. |
ReturnShipment | ReturnShipmentDetail | (none) | Only returned for shipments that has an accompanied return shipment |
Array | Datatype | Description |
---|---|---|
Messages | ResponseMessage | |
PackageDetails | PackageDetail | |
DocumentPdfUrls | DocumentPdfItem |
Property | Datatype | Validations | Description |
---|---|---|---|
ShipmentNumber | string | (none) |
Svenska: "Sändningsnummer"
English: "Shipment number"
|
ProductCode | string | (none) |
Svenska: "Produktkod"
English: "Product code"
|
ShipmentDocumentsPdfUrl | string | (none) | This field will only be returned for validated shipments. |
Array | Datatype | Description |
---|---|---|
PackageDetails | PackageDetail | |
DocumentPdfUrls | DocumentPdfItem |
Property | Datatype | Validations | Description |
---|---|---|---|
Success | bool | (none) |
Array | Datatype | Description |
---|---|---|
Messages | ResponseMessage | |
ShipmentDetails | ShipmentStatusResult |
Property | Datatype | Validations | Description |
---|---|---|---|
Success | bool | (none) |
Array | Datatype | Description |
---|---|---|
Messages | ResponseMessage | |
ShipmentDetails | ShipmentStatusExResult |
Property | Datatype | Validations | Description |
---|---|---|---|
Success | bool | (none) | Note that this field is only true for calls that successfully changed the shipment status, for other calls like GetShipmentStatus it is always false. |
ConsignmentId | string | (none) |
Svenska: "Uppdragsnummer"
English: "Consignment id"
|
ShipmentNumber | string | (none) |
Svenska: "Sändningsnummer"
English: "Shipment number"
|
ProductCode | string | (none) |
Svenska: "Produktkod"
English: "Product code"
|
CurrentStatus | ShipmentStatusEnum | (none) |
Array | Datatype | Description |
---|---|---|
Messages | ResponseMessage | |
PackageDetails | PackageDetail |
Property | Datatype | Validations | Description |
---|---|---|---|
Success | bool | (none) | Note that this field is only true for calls that successfully changed the shipment status, for other calls like GetShipmentStatus it is always false. |
ConsignmentId | string | (none) |
Svenska: "Uppdragsnummer"
English: "Consignment id"
|
ShipmentNumber | string | (none) |
Svenska: "Sändningsnummer"
English: "Shipment number"
|
ManifestNumber | string | (none) |
Svenska: "Sändlistnummer"
English: "Manifest number"
|
ProductCode | string | (none) |
Svenska: "Produktkod"
English: "Product code"
|
CurrentStatus | ShipmentStatusEnum | (none) | |
ShipmentDocumentsPdfUrl | string | (none) | This field will only be returned for validated shipments. |
ShipmentStatusUrl | string | (none) | This field will only be returned for validated shipments. |
Array | Datatype | Description |
---|---|---|
Messages | ResponseMessage | |
PackageDetails | PackageDetail | |
DocumentPdfUrls | DocumentPdfItem | |
ShipmentEvents | ShipmentEvent |
Property | Datatype | Validations | Description |
---|---|---|---|
TimeStamp | DateTime | (none) |
Svenska: "Time stamp (Logtrade.Common.EdiWarning)"
English: "Time stamp"
|
UserId | string | (none) |
Svenska: "Användaridentitet"
English: "User identification"
|
Description | string | (none) |
Svenska: "Beskrivning"
English: "Description"
|
Property | Datatype | Validations | Description |
---|---|---|---|
Success | bool | (none) |
Array | Datatype | Description |
---|---|---|
Messages | ResponseMessage | |
BookingResult | BookingResult |
Property | Datatype | Validations | Description |
---|---|---|---|
ConsignmentId | string | (none) |
Svenska: "Uppdragsnummer"
English: "Consignment id"
|
ShipmentNumber | string | (none) |
Svenska: "Sändningsnummer"
English: "Shipment number"
|
Result | BookingResultEnum | (none) | |
Message | string | (none) |
Svenska: "Message"
English: "Message"
|
Property | Datatype | Validations | Description |
---|---|---|---|
Success | bool | (none) |
Array | Datatype | Description |
---|---|---|
Messages | ResponseMessage | |
ResultDetails | PrintShipmentResult |
Property | Datatype | Validations | Description |
---|---|---|---|
Success | bool | (none) |
Array | Datatype | Description |
---|---|---|
Messages | ResponseMessage | |
Result | LicensedForwardersAndProducts |
Property | Datatype | Validations | Description |
---|---|---|---|
Success | bool | (none) | |
ConsignmentId | string | (none) |
Svenska: "Uppdragsnummer"
English: "Consignment id"
|
ShipmentNumber | string | (none) |
Svenska: "Sändningsnummer"
English: "Shipment number"
|
Array | Datatype | Description |
---|---|---|
Messages | ResponseMessage |
Property | Datatype | Validations | Description |
---|---|---|---|
Success | bool | (none) | |
PriceQuote | decimal | (none) |
Svenska: "Avtalspris"
English: "Price quote"
|
PriceQuoteCurrency | string | (none) | |
ProductCode | string | (none) |
Svenska: "Produktkod"
English: "Product code"
|
Array | Datatype | Description |
---|---|---|
Messages | ResponseMessage |
Property | Datatype | Validations | Description |
---|---|---|---|
Result | TimeTableResult | (none) | |
TimeTable | TimeTableItem | (none) |
Svenska: "Tidtabell"
English: "Time table"
|
Array | Datatype | Description |
---|---|---|
Messages | ResponseMessage |
Property | Datatype | Validations | Description |
---|---|---|---|
LatestBookingTime | DateTime | (none) |
Svenska: "Senaste bokningstid"
English: "Latest booking time"
|
PickupTime | DateTime | (none) | |
DeliveryTime | DateTime | (none) |
Svenska: "Leveranstid"
English: "Delivery time"
|
Property | Datatype | Validations | Description |
---|---|---|---|
Success | bool | (none) |
Array | Datatype | Description |
---|---|---|
Messages | ResponseMessage | |
Agents | AgentAddress |
Property | Datatype | Validations | Description |
---|---|---|---|
Success | bool | (none) |
Array | Datatype | Description |
---|---|---|
ShipmentServices | ShipmentServiceDescription | |
Messages | ResponseMessage |
Property | Datatype | Validations | Description |
---|---|---|---|
Success | bool | (none) |
Array | Datatype | Description |
---|---|---|
PackageTypes | PackageTypeDescription | |
CustomPackageTypes | PackageTypeDescription | |
Messages | ResponseMessage |
Property | Datatype | Validations | Description |
---|---|---|---|
Success | bool | (none) |
Array | Datatype | Description |
---|---|---|
GoodsDescriptions | GoodsDescription | |
Messages | ResponseMessage |
Property | Datatype | Validations | Description |
---|---|---|---|
Success | bool | (none) | |
TermsOfDeliveryType | TermsOfDelivery | (none) |
Array | Datatype | Description |
---|---|---|
TermsOfDeliveryCodes | TermsOfDeliveryDescription | |
Messages | ResponseMessage |
Property | Datatype | Validations | Description |
---|---|---|---|
Success | bool | (none) |
Array | Datatype | Description |
---|---|---|
PrintQueueIds | PrintQueueItem | |
Messages | ResponseMessage |
Property | Datatype | Validations | Description |
---|---|---|---|
Success | bool | (none) |
Array | Datatype | Description |
---|---|---|
ShipmentTemplates | ShipmentTemplateItem | |
Messages | ResponseMessage |
Property | Datatype | Validations | Description |
---|---|---|---|
Success | bool | (none) |
Array | Datatype | Description |
---|---|---|
SenderAddressTemplates | ShipmentAddressTemplateItem | |
Messages | ResponseMessage |
Property | Datatype | Validations | Description |
---|---|---|---|
Success | bool | (none) |
Array | Datatype | Description |
---|---|---|
RecipientAddressTemplates | ShipmentAddressTemplateItem | |
Messages | ResponseMessage |
Property | Datatype | Validations | Description |
---|---|---|---|
Success | bool | (none) |
Array | Datatype | Description |
---|---|---|
Messages | ResponseMessage |
Property | Datatype | Validations | Description |
---|---|---|---|
Success | bool | (none) |
Array | Datatype | Description |
---|---|---|
Messages | ResponseMessage |
Property | Datatype | Validations | Description |
---|---|---|---|
UserId | string | (none) | User id format is [userid]@[domain], like email addresses
Svenska: "Användaridentitet"
English: "User identification"
|
Password | string | Mandatory Maximum length = 70 |
Svenska: "Lösenord"
English: "Password"
|
Name | string | Mandatory Maximum length = 35 |
Svenska: "Namn"
English: "Name"
|
PhoneNumber | string | Maximum length = 20 |
Svenska: "Telefon"
English: "Phone number"
|
string | Maximum length = 70 |
Svenska: "Epostadress"
English: "Email"
| |
Notes | string | Maximum length = 250 |
Svenska: "Anteckningar"
English: "Notes"
|
Array | Datatype | Description |
---|---|---|
Roles | UserRoleEnum | |
ExtraData | Property |
Property | Datatype | Validations | Description |
---|---|---|---|
ForwarderCode | string | (none) |
Svenska: "Transportör"
English: "Carrier"
|
ForwarderDescription | string | (none) | For standard forwarders, this text is localized according to the Authorization.Locale value |
Array | Datatype | Description |
---|---|---|
Products | LicensedProduct | |
ShipmentServices | ShipmentServiceDescription |
Property | Datatype | Validations | Description |
---|---|---|---|
ProductCode | string | (none) |
Svenska: "Produktkod"
English: "Product code"
|
Description | string | (none) | For standard forwarders, this text is localized according to the Authorization.Locale value
Svenska: "Beskrivning"
English: "Description"
|
Property | Datatype | Validations | Description |
---|---|---|---|
ServiceName | string | (none) |
Svenska: "Service"
English: "Service"
|
Description | string | (none) |
Svenska: "Beskrivning"
English: "Description"
|
Array | Datatype | Description |
---|---|---|
PropertyDescriptions | PropertyDescription |
Property | Datatype | Validations | Description |
---|---|---|---|
Name | string | (none) |
Svenska: "Namn"
English: "Name"
|
Type | string | (none) | |
Caption | string | (none) |
Array | Datatype | Description |
---|---|---|
Values | ValueDescription |
Property | Datatype | Validations | Description |
---|---|---|---|
Name | string | (none) |
Svenska: "Namn"
English: "Name"
|
Caption | string | (none) |
Property | Datatype | Validations | Description |
---|---|---|---|
TypeOfPackageCode | string | (none) |
Svenska: "Kollislagskod"
English: "Type of package code"
|
TypeOfPackages | string | (none) |
Svenska: "Kollislag"
English: "Type of package"
|
Property | Datatype | Validations | Description |
---|---|---|---|
GoodsDescriptionId | string | (none) |
Svenska: "Internal goods line id (Logtrade.Distribution.GoodsDescription)"
English: "Goods description id"
|
Description | string | (none) |
Svenska: "Beskrivning"
English: "Description"
|
Property | Datatype | Validations | Description |
---|---|---|---|
Code | string | (none) |
Svenska: "Kod"
English: "Code"
|
Description | string | (none) |
Svenska: "Beskrivning"
English: "Description"
|
Property | Datatype | Validations | Description |
---|---|---|---|
PrintQueueId | string | (none) |
Svenska: "Utskriftskö"
English: "Print queue"
|
Description | string | (none) |
Svenska: "Beskrivning"
English: "Description"
|
Property | Datatype | Validations | Description |
---|---|---|---|
TemplateId | string | (none) | To be used in the ShipmentTemplate field of a Shipment
Svenska: "Template id"
English: "Template id"
|
Description | string | (none) |
Svenska: "Beskrivning"
English: "Description"
|
Property | Datatype | Validations | Description |
---|---|---|---|
AddressId | string | (none) |
Svenska: "Adressidentitet"
English: "Address id"
|
Name | string | (none) |
Svenska: "Namn"
English: "Name"
|
Address1 | string | (none) |
Svenska: "Adressrad 1"
English: "Address 1"
|
Address2 | string | (none) |
Svenska: "Adressrad 2"
English: "Address 2"
|
Address3 | string | (none) |
Svenska: "Adressrad 3"
English: "Address 3"
|
ZipCode | string | (none) |
Svenska: "Postnummer"
English: "Zip code"
|
City | string | (none) |
Svenska: "Ort"
English: "City"
|
CountryCode | string | (none) |
Svenska: "Landskod"
English: "Country code"
|
Property | Datatype | Validations | Description |
---|---|---|---|
PackageNumber | string | (none) |
Svenska: "Kollinummer"
English: "Package number"
|
PackageId | string | (none) |
Svenska: "Paketidentitet"
English: "Package id"
|
Property | Datatype | Validations | Description |
---|---|---|---|
DocumentFunction | string | (none) | |
Description | string | (none) |
Svenska: "Beskrivning"
English: "Description"
|
DocumentPdfUrl | string | (none) |
Property | Datatype | Validations | Description |
---|---|---|---|
ShipmentDate | Date | (none) |
Svenska: "Sändningsdatum"
English: "Shipment date"
|
ForwarderCode | string | (none) |
Svenska: "Transportör"
English: "Carrier"
|
ProductCode | string | (none) |
Svenska: "Produktkod"
English: "Product code"
|
TourId | string | (none) |
Svenska: "Rutt"
English: "TourId"
|
ManifestKey | string | (none) |
Array | Datatype | Description |
---|---|---|
ShipmentNumbers | string | |
ConsignmentIds | string | |
ManifestNumbers | string |
Property | Datatype | Validations | Description |
---|
Array | Datatype | Description |
---|---|---|
ShipmentNumbers | string | |
ConsignmentIds | string | |
ManifestKeys | string | |
ManifestNumbers | string | |
PackageNumbers | string | |
PackageIds | string |
Property | Datatype | Validations | Description |
---|---|---|---|
PrintQueueId | string | (none) | Leave empty to print to default print queue
Svenska: "Utskriftskö"
English: "Print queue"
|
NumberOfDocumentCopies | int | (none) | |
NumberOfLabelCopies | int | (none) | |
LabelStartPage | int | (none) | |
LabelEndPage | int | (none) |
Property | Datatype | Validations | Description |
---|---|---|---|
ConsignmentId | string | Maximum length = 25 | Identification of the shipment from the ERP system, ie. an order number
Svenska: "Uppdragsnummer"
English: "Consignment id"
|
ShipmentTemplate | string | Maximum length = 25 |
Svenska: "Sändningsmall"
English: "Shipment template"
|
ProductCode | string | Mandatory Maximum length = 70 | Use GetLicensedForwardersAndProducts() to query for valid values. Set to 'AnyForwarder_AnyProduct' to use a ShipmentTemplate or the 'business rules' engine
Svenska: "Produktkod"
English: "Product code"
|
ShipmentNumber | string | Maximum length = 20 | Normally this field should be left empty
Svenska: "Sändningsnummer"
English: "Shipment number"
|
ShipmentDate | Date | Mandatory |
Svenska: "Sändningsdatum"
English: "Shipment date"
|
TestFlag | bool | (none) | If this flag is set to True, a test Shipment is created. If this flag is set to False, the test flag from the forwarder settings is used. |
SenderAddressId | string | Maximum length = 25 |
Use of this field is recommended, instead of setting the sender address.
When used, the sender address together with any forwarder specific settings,
such as forwarder customer codes, is fetched from the system settings of LogTrade 2.0.
Svenska: "Avsändarkod"
English: "Sender address id"
|
RecipientAddressId | string | Maximum length = 25 | Use only when a complete recipient address is not given
Svenska: "Mottagares address id"
English: "Recipient address id"
|
PaymentIndicator | PaymentType | (none) |
Svenska: "Fraktbetalare"
English: "Payment indicator"
|
SenderReference | string | Maximum length = 35 |
Svenska: "Avsändarens referens"
English: "Sender reference"
|
RecipientReference | string | Maximum length = 35 |
Svenska: "Mottagarens referens"
English: "Recipient reference"
|
ExpectedNumberOfPackages | int | (none) | For use by the business rule engine |
ExpectedGrossWeight | decimal | (none) | For use by the business rule engine |
ExpectedVolume | decimal | (none) | For use by the business rule engine |
ExpectedLoadingMeters | decimal | (none) | For use by the business rule engine |
ExpectedPackageItemMaxWeight | decimal | (none) | For use by the business rule engine
Svenska: "Förväntad kolli-maxvikt"
English: "Expected package max weight"
|
ExpectedPackageItemMaxVolume | decimal | (none) | For use by the business rule engine
Svenska: "Förväntad kolli-maxvolym"
English: "Expected package max volume"
|
ExpectedPackageItemMaxLength | decimal | (none) | For use by the business rule engine
Svenska: "Förväntad kolli-maxlängd"
English: "Expected package max length"
|
CustomData1 | string | Maximum length = 70 | Custom shipment data, for use by the business rule engine
Svenska: "Kunddata 1"
English: "Custom data 1"
|
CustomData2 | string | Maximum length = 70 | Custom shipment data, for use by the business rule engine
Svenska: "Kunddata 2"
English: "Custom data 2"
|
CustomData3 | string | Maximum length = 70 | Custom shipment data, for use by the business rule engine
Svenska: "Kunddata 2"
English: "Custom data 3"
|
CustomData4 | string | Maximum length = 70 | Custom shipment data, for use by the business rule engine
Svenska: "Kunddata 4"
English: "Custom data 4"
|
CustomData5 | string | Maximum length = 70 | Custom shipment data, for use by the business rule engine
Svenska: "Kunddata 5"
English: "Custom data 5"
|
PrintQueueId | string | Maximum length = 25 | Used to set print queue for automatic printing via Integrated Printing
Svenska: "Utskriftskö"
English: "Print queue"
|
ConsolidationId | string | Maximum length = 25 | Used for consolidation, set this to only consolidate shipments with the same ConsolidationId value |
TourId | string | Maximum length = 25 | Used for consolidation, set this to only consolidate shipments for the same tour
Svenska: "Rutt"
English: "TourId"
|
UseReturnLabel | bool | (none) | Use to create a return shipment, only for supported products
Svenska: "Använd returetikett"
English: "Use return label"
|
ManifestKey | string | (none) | Use to separate shipments into different manifests |
TermsOfDeliveryCode | string | (none) | Valid for GenericForwarder, PredefinedCarrier, BringSweden, DhlSweden, DsvRoadSweden, NarkefraktSweden, OnRoadSweden, PostNordSweden, SchenkerSweden, LastbilsstationSweden, LgtLogisticsSweden, PostNordNorway, BringNorway, PostDenmark, UpsGlobal, DhlEurope, DachserNordic, TntNordic, DhlGermany, AgilityNordic, DpdGermany, BestNordic, FedExEurope, AholaTransportEurope, ForlangdaArmenSweden, SchenkerNorway, DpdEurope, BringExpressNordic, DhlEcommerceEurope
Svenska: "Leveransvillkor, kod"
English: "Delivery terms code"
|
TermsOfDeliveryLocation | string | (none) | Valid for GenericForwarder, PredefinedCarrier, BringSweden, DhlSweden, DsvRoadSweden, NarkefraktSweden, OnRoadSweden, PostNordSweden, SchenkerSweden, LastbilsstationSweden, LgtLogisticsSweden, PostNordNorway, BringNorway, PostDenmark, UpsGlobal, DhlEurope, DachserNordic, TntNordic, DhlGermany, AgilityNordic, DpdGermany, BestNordic, FedExEurope, AholaTransportEurope, ForlangdaArmenSweden, SchenkerNorway, DpdEurope, BringExpressNordic, DhlEcommerceEurope
Svenska: "Leveransvillkor, plats"
English: "Delivery terms location"
|
DeliveryDate | Date | (none) | Valid for GenericForwarder, PredefinedCarrier, LillerTransDenmark, DachserNordic, DhlGermany, BestNordic
Svenska: "Leveransdatum"
English: "Delivery date"
|
FreightSubvention | string | (none) | Valid for GenericForwarder, PredefinedCarrier, DhlSweden, NarkefraktSweden, AgilityNordic, BestNordic
Svenska: "Transportbidrag"
English: "Freight subvention"
|
SpecialQuantityCode | string | (none) | Valid for GenericForwarder, PredefinedCarrier, BringSweden, DhlSweden, NarkefraktSweden, SchenkerSweden, DachserNordic, AgilityNordic, BestNordic, SchenkerNorway, DhlEcommerceEurope
Svenska: "Fraktberäkningskod"
English: "Special quantity code"
|
SpecialQuantity | int | (none) | Valid for GenericForwarder, PredefinedCarrier, BringSweden, DhlSweden, NarkefraktSweden, SchenkerSweden, DachserNordic, AgilityNordic, BestNordic, DhlEcommerceEurope
Svenska: "Fraktberäkningsmängd"
English: "Special quantity"
|
SenderSiteId | string | (none) | Valid for GenericForwarder, PredefinedCarrier, DsvRoadSweden, NarkefraktSweden, DhlGermany, BudbeeSweden
Svenska: "Avsändarens platskod"
English: "Sender Site Id"
|
RecipientSiteId | string | (none) | Valid for GenericForwarder, PredefinedCarrier, NarkefraktSweden, Deprecated.PostenSweden, PostNordSweden, SchenkerSweden, PostNordNorway
Svenska: "Mottagarens platskod"
English: "Recipient site id"
|
NumberOfEurPallets | int | (none) | Valid for GenericForwarder, PredefinedCarrier, BringSweden, DhlSweden, DsvRoadSweden, NarkefraktSweden, OnRoadSweden, PostNordSweden, SchenkerSweden, LastbilsstationSweden, BringNorway, ItellaFinland, DanskeFragtmaendDenmark, PostDenmark, LillerTransDenmark, DachserNordic, AgilityNordic, BestNordic, AholaTransportEurope, BringExpressNordic, DhlEcommerceEurope
Svenska: "Antal EUR-pallar"
English: "Number of EUR pallets"
|
NumberOfEurHalfPallets | int | (none) | Valid for GenericForwarder, PredefinedCarrier, DanskeFragtmaendDenmark, PostDenmark, LillerTransDenmark
Svenska: "Antal EUR-halvpallar"
English: "Number of EUR half pallets"
|
NumberOfEurQuarterPallets | int | (none) | Valid for GenericForwarder, PredefinedCarrier, DanskeFragtmaendDenmark, PostDenmark, LillerTransDenmark
Svenska: "Antal EUR-kvartspallar"
English: "Number of EUR quarter pallets"
|
ThirdPartySubAddressId | string | (none) | Valid for GenericForwarder, PredefinedCarrier, BringSweden, DhlSweden, DsvRoadSweden, NarkefraktSweden, OnRoadSweden, SchenkerSweden, LastbilsstationSweden, LgtLogisticsSweden, PostNordNorway, BringNorway, ItellaFinland, PostiFinland, UpsGlobal, DhlEurope, DachserNordic, TntNordic, DhlGermany, AgilityNordic, DpdGermany, BestNordic, FedExEurope, AholaTransportEurope, SchenkerNorway, BussgodsSweden, DpdEurope, BringExpressNordic, DhlEcommerceEurope |
NotifySubAddressId | string | (none) | Valid for GenericForwarder, PredefinedCarrier, DhlSweden, DsvRoadSweden, NarkefraktSweden, SchenkerSweden, LastbilsstationSweden, ItellaFinland, UpsGlobal, DhlEurope, TntNordic, DhlGermany, DpdGermany, SchenkerNorway, DpdEurope, DhlEcommerceEurope |
ReturnSubAddressId | string | (none) |
DEPRECATED! Valid for GenericForwarder, PredefinedCarrier, NarkefraktSweden, Deprecated.PostenSweden, PostNordSweden, SchenkerSweden, PostNordNorway, PostiFinland, GlsDenmark, PostDenmark, SchenkerNorway |
ResidentialRecipientIndicator | bool | (none) | Valid for PredefinedCarrier, UpsGlobal, FedExEurope
Svenska: "Mottagaradressen är en privatadress"
English: "Recipient address is residential"
|
DeclaredValue | decimal | (none) | Valid for PredefinedCarrier, PostDenmark, DhlEurope, DachserNordic, TntNordic, DpdGermany, FedExEurope, DpdEurope, DpdEurope
Svenska: "Tullvärde"
English: "Declared value"
|
DeclaredCurrencyCode | string | (none) | Valid for PredefinedCarrier, PostDenmark, DhlEurope, DachserNordic, TntNordic, DpdGermany, FedExEurope, DpdEurope
Svenska: "Tullvärde, valuta"
English: "Declared currency"
|
OneTimeReference | string | (none) | Valid for PredefinedCarrier, SchenkerSweden
Svenska: "Engångsreferens"
English: "One time reference"
|
BookingReference | string | (none) | Valid for PredefinedCarrier, TntNordic, FedExEurope, AholaTransportEurope, InstaboxSweden
Svenska: "Bokningsreferens"
English: "Booking reference"
|
ProjectNumber | string | (none) | Valid for PredefinedCarrier, BringNorway
Svenska: "Projektnummer"
English: "Project number"
|
AgentOfficeId | string | (none) | Valid for PredefinedCarrier, BringSweden, DhlSweden, PostNordSweden, SchenkerSweden, PostNordNorway, BringNorway, PostiFinland, GlsDenmark, PostDenmark, UpsGlobal, BudbeeSweden, SchenkerNorway, IcaSweden, InstaboxSweden, HelthjemNorway, DpdEurope, BringExpressNordic, DhlEcommerceEurope
Svenska: "Ombudsnummer"
English: "Agent office number"
|
SortCode | string | (none) | Valid for PredefinedCarrier, InstaboxSweden |
ExternalTrackingUrl | string | (none) | Valid for PredefinedCarrier |
ExtraReference | string | (none) | Valid for BringSweden, PostNordNorway, SchenkerNorway, InstaboxSweden
Svenska: "Extra referens"
English: "Extra reference"
|
BringCargoTerminal | string | (none) | Valid for BringSweden, BringNorway, BringExpressNordic
Svenska: "Bring Cargo terminal"
English: "Bring Cargo terminal"
|
Keyword | string | (none) | Valid for BringSweden, DhlEcommerceEurope |
KeywordId | string | (none) | Valid for BringSweden, DhlEcommerceEurope |
ServicePointId | string | (none) | Valid for DhlSweden, DhlEcommerceEurope |
MovementReferenceNumber | string | (none) | Valid for DhlSweden, UpsGlobal
Svenska: "Movement reference number"
English: "Movement reference number"
|
NonDeliveryHandling | NonDeliveryHandling | (none) | Valid for Deprecated.PostenSweden
Svenska: "Hantering vid ej levererbar"
English: "Non delivery handling"
|
GoodsValue | decimal | (none) | Valid for Deprecated.PostenSweden, PostNordSweden
Svenska: "Godsvärde"
English: "Goods value"
|
ShipmentType | ShipmentType | (none) | Valid for Deprecated.PostenSweden, PostNordSweden, PostDenmark, UpsGlobal, DhlEurope, TntNordic, DpdGermany, FedExEurope, DpdEurope
Svenska: "Sändningstyp"
English: "Shipment type"
|
TermsOfDeliveryTax | string | (none) |
DEPRECATED! Valid for SchenkerSweden
Svenska: "Leveransvillkor, namngiven skatt"
English: "Terms of delivery, named tax"
|
ProviderAddon | string | (none) | Valid for SchenkerSweden |
SchenkerOfficeNumber | string | (none) | Valid for SchenkerSweden
Svenska: "Schenkerkontor"
English: "Schenker office #"
|
OriginalShipmentNumber | string | (none) | Valid for SchenkerSweden
Svenska: "Ursprungligt sändningsnummer"
English: "Original shipment number"
|
WaybillNumber | string | (none) | Valid for UpsGlobal
Svenska: "Transportdokumentnummer"
English: "Waybill number"
|
PickupSubAddressId | string | (none) | Valid for DachserNordic |
DeliverySubAddressId | string | (none) | Valid for DachserNordic |
Terminal | string | (none) | Valid for DhlGermany |
LabelBitmap | string | (none) | Valid for FedExEurope, DhlEcommerceEurope |
BudbeeOrderId | string | (none) | Valid for BudbeeSweden |
BudbeeToken | string | (none) | Valid for BudbeeSweden
Svenska: "Token"
English: "Token"
|
TerminalId | string | (none) | Valid for SchenkerNorway |
AvailabilityToken | string | (none) | Valid for InstaboxSweden |
ParentSenderAddressId | string | (none) | Valid for InstaboxSweden |
ParentProductCode | ProductCode | (none) | Valid for InstaboxSweden |
Array | Datatype | Description |
---|---|---|
ShipmentInstructions | ShipmentInstruction | |
ShipmentIdentifiers | ShipmentIdentifier | |
ShipmentAddresses | ShipmentAddress | |
ShipmentServices | ShipmentServiceBase | |
FreeTextItems | ShipmentFreeTextItem | |
GoodsItems | GoodsItem | |
Invoices | Invoice | |
DeliveryNotes | DeliveryNote | |
TradeUnits | TradeUnit | |
AssetAssociations | AssetAssociation |
Property | Datatype | Validations | Description |
---|---|---|---|
IdentifierCode | ShipmentIdentifierCode | (none) | |
Value | string | Maximum length = 250 |
Svenska: "Värde"
English: "Value"
|
Property | Datatype | Validations | Description |
---|---|---|---|
InstructionType | InstructionType | (none) |
Svenska: "Instruktionstyp"
English: "Instruction type"
|
Instruction | string | Maximum length = 350 |
Svenska: "Instruktion"
English: "Instruction"
|
Property | Datatype | Validations | Description |
---|---|---|---|
AgentOfficeId | string | Maximum length = 35 |
Svenska: "Ombudsnummer"
English: "Agent office number"
|
Name | string | Maximum length = 35 |
Svenska: "Namn"
English: "Name"
|
Address1 | string | Maximum length = 35 |
Svenska: "Adressrad 1"
English: "Address 1"
|
Address2 | string | Maximum length = 35 |
Svenska: "Adressrad 2"
English: "Address 2"
|
ZipCode | string | Maximum length = 10 |
Svenska: "Postnummer"
English: "Zip code"
|
City | string | Maximum length = 30 |
Svenska: "Ort"
English: "City"
|
Province | string | Maximum length = 30 |
Svenska: "Provins/Stat"
English: "Province/State"
|
CountryCode | string | Length = 2 |
Svenska: "Landskod"
English: "Country code"
|
OpenHours | string | (none) | Optional field. Described in free form, format differs between forwarders. |
Latitude | double | (none) | Optional field, not used by all forwarders. |
Longitude | double | (none) | Optional field, not used by all forwarders. |
Property | Datatype | Validations | Description |
---|---|---|---|
FreeText | string | Maximum length = 70 |
Svenska: "Fritext"
English: "Free text"
|
Property | Datatype | Validations | Description |
---|---|---|---|
ShippingMarks | string | Maximum length = 35 |
Svenska: "Godsmärken"
English: "Shipping marks"
|
GoodsDescription | string | Maximum length = 35 |
Svenska: "Varuslag"
English: "Goods description"
|
NumberOfPackages | int | Maximum value = 99999 |
This value is ignored if the PackageItems array is used.
Svenska: "Antal kolli"
English: "Number of packages"
|
TypeOfPackages | string | Maximum length = 25 |
Svenska: "Kollislag"
English: "Type of package"
|
TypeOfPackageCode | string | Maximum length = 17 |
Svenska: "Kollislagskod"
English: "Type of package code"
|
GrossWeight | decimal | Maximum value = 99999 |
Svenska: "Bruttovikt"
English: "Gross weight"
|
Volume | decimal | Maximum value = 999 |
Svenska: "Volym"
English: "Volume"
|
LoadingMeters | decimal | Maximum value = 99 |
Svenska: "Flakmeter"
English: "Loading meters"
|
CustomData1 | string | Maximum length = 70 | Custom package data, for use in labels
Svenska: "Kunddata 1"
English: "Custom data 1"
|
CustomData2 | string | Maximum length = 70 | Custom package data, for use in labels
Svenska: "Kunddata 2"
English: "Custom data 2"
|
CustomData3 | string | Maximum length = 70 | Custom package data, for use in labels
Svenska: "Kunddata 2"
English: "Custom data 3"
|
CustomData4 | string | Maximum length = 70 | Custom package data, for use in labels
Svenska: "Kunddata 4"
English: "Custom data 4"
|
CustomData5 | string | Maximum length = 70 | Custom package data, for use in labels
Svenska: "Kunddata 5"
English: "Custom data 5"
|
PalletSpace | decimal | (none) | Valid for OnRoadSweden
Svenska: "Pallplatser"
English: "Pallet space"
|
Array | Datatype | Description |
---|---|---|
PackageItems | PackageItem | |
DangerousGoodsItems | DangerousGoodsItem |
Property | Datatype | Validations | Description |
---|---|---|---|
PackageId | string | Maximum length = 35 | Identification of the package item from the ERP system, ie. an packing number.
Svenska: "Paketidentitet"
English: "Package id"
|
PackageNumber | string | Maximum length = 35 |
Svenska: "Kollinummer"
English: "Package number"
|
GrossWeight | decimal | Maximum value = 99999 |
Svenska: "Bruttovikt"
English: "Gross weight"
|
Width | decimal | (none) |
Svenska: "Bredd"
English: "Width"
|
Height | decimal | (none) |
Svenska: "Höjd"
English: "Height"
|
Length | decimal | (none) |
Svenska: "Längd"
English: "Length"
|
CustomData1 | string | Maximum length = 70 | Custom package data, for use in labels
Svenska: "Kunddata 1"
English: "Custom data 1"
|
CustomData2 | string | Maximum length = 70 | Custom package data, for use in labels
Svenska: "Kunddata 2"
English: "Custom data 2"
|
CustomData3 | string | Maximum length = 70 | Custom package data, for use in labels
Svenska: "Kunddata 2"
English: "Custom data 3"
|
CustomData4 | string | Maximum length = 70 | Custom package data, for use in labels
Svenska: "Kunddata 4"
English: "Custom data 4"
|
CustomData5 | string | Maximum length = 70 | Custom package data, for use in labels
Svenska: "Kunddata 5"
English: "Custom data 5"
|
Circumference | decimal | (none) | Valid for GenericForwarder, PredefinedCarrier, BringSweden, NarkefraktSweden, OnRoadSweden, SchenkerSweden, LgtLogisticsSweden, BringNorway, SchenkerNorway, BringExpressNordic, DhlEcommerceEurope
Svenska: "Omkrets"
English: "Circumference"
|
DeliveryId | string | (none) | Valid for EarlyBirdSweden |
Array | Datatype | Description |
---|---|---|
PackageIdentifiers | PackageItemIdentifier |
Property | Datatype | Validations | Description |
---|---|---|---|
IdentifierCode | PackageIdentifierCode | (none) | |
Value | string | (none) |
Svenska: "Värde"
English: "Value"
|
Property | Datatype | Validations | Description |
---|---|---|---|
UNNumber | string | Maximum length = 4 |
Svenska: "UN-nr"
English: "UN Number"
|
IdentificationName | string | Maximum length = 240 |
Svenska: "Officiell transportbenämning"
English: "Proper Shipping Name"
|
IdentificationNameAlt | string | Maximum length = 240 |
Svenska: "Officiell transportbenämning, alt. språk"
English: "Proper Shipping Name, alt. language"
|
ClassificationCode | string | Maximum length = 8 |
Svenska: "Klassificeringskod (ADR/IMDG)"
English: "Classification Code (ADR/IMDG)"
|
PackingGroup | string | Maximum length = 3 |
Svenska: "Förpackningsgrupp"
English: "Packing group"
|
TunnelRestrictions | string | Maximum length = 20 |
Svenska: "Tunnelrestriktionskod"
English: "Tunnel restriction code"
|
FlamingPoint | string | Maximum length = 10 |
Svenska: "IMDG Flampunkt (°C c.c.)"
English: "IMDG Flashpoint (°C c.c.)"
|
MarinePollutant | bool | (none) |
Svenska: "Miljöfarligt (MP)"
English: "Marine Pollutant"
|
GrossWeight | decimal | Maximum value = 99999 |
Svenska: "Bruttovikt"
English: "Gross weight"
|
NetWeight | decimal | Maximum value = 99999 |
Svenska: "Nettovikt"
English: "Net weight"
|
NetVolume | decimal | Maximum value = 999999 |
Svenska: "Nettovolym l"
English: "Net Volume l"
|
NumberOfPackages | int | Maximum value = 99999 |
Svenska: "Antal kolli"
English: "Number of packages"
|
TypeOfPackageName | string | Maximum length = 35 |
Svenska: "Kollislag"
English: "Package type"
|
TypeOfPackageNameAlt | string | Maximum length = 35 |
Svenska: "Kollislag, alt. språk"
English: "Package type, alt. language"
|
CustomData1 | string | Maximum length = 70 | Custom dangerous goods data, for use in labels
Svenska: "Kunddata 1"
English: "Custom data 1"
|
CustomData2 | string | Maximum length = 70 | Custom dangerous goods data, for use in labels
Svenska: "Kunddata 2"
English: "Custom data 2"
|
CustomData3 | string | Maximum length = 70 | Custom dangerous goods data, for use in labels
Svenska: "Kunddata 2"
English: "Custom data 3"
|
CustomData4 | string | Maximum length = 70 | Custom dangerous goods data, for use in labels
Svenska: "Kunddata 4"
English: "Custom data 4"
|
CustomData5 | string | Maximum length = 70 | Custom dangerous goods data, for use in labels
Svenska: "Kunddata 5"
English: "Custom data 5"
|
Property | Datatype | Validations | Description |
---|---|---|---|
InvoiceNumber | string | Mandatory |
Svenska: "Fakturanummer"
English: "Invoice number"
|
InvoiceDate | Date | (none) |
Svenska: "Fakturadatum"
English: "Invoice date"
|
InvoiceType | InvoiceType | (none) |
Svenska: "Fakturatyp"
English: "Invoice type"
|
CurrencyCode | string | Length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
MovementReferenceNumber | string | Maximum length = 25 |
Svenska: "Movement reference number"
English: "Movement reference number"
|
ExportType | ExportType | (none) |
Svenska: "Exporttyp"
English: "Export type"
|
Signee | string | Maximum length = 25 |
Svenska: "Namnförtydligande"
English: "Signee"
|
SigneePosition | string | Maximum length = 25 |
Svenska: "Titel / roll"
English: "Signee position"
|
ReasonForExport | string | Maximum length = 70 |
Svenska: "Anledning för export"
English: "Reason for export"
|
TermsOfPayment | string | Maximum length = 70 |
Svenska: "Betalningsvillkor"
English: "Terms of payment"
|
InvoiceDeclaration | string | Maximum length = 250 |
Svenska: "Fakturadeklaration"
English: "Invoice declaration"
|
CustomData1 | string | Maximum length = 70 | Custom invoice data, for use in labels
Svenska: "Kunddata 1"
English: "Custom data 1"
|
CustomData2 | string | Maximum length = 70 | Custom invoice data, for use in labels
Svenska: "Kunddata 2"
English: "Custom data 2"
|
CustomData3 | string | Maximum length = 70 | Custom invoice data, for use in labels
Svenska: "Kunddata 2"
English: "Custom data 3"
|
CustomData4 | string | Maximum length = 70 | Custom invoice data, for use in labels
Svenska: "Kunddata 4"
English: "Custom data 4"
|
CustomData5 | string | Maximum length = 70 | Custom invoice data, for use in labels
Svenska: "Kunddata 5"
English: "Custom data 5"
|
FreightCharge | decimal | (none) |
Svenska: "Fraktavgift"
English: "Freight charge"
|
InsuranceCharge | decimal | (none) |
Array | Datatype | Description |
---|---|---|
FreeTextItems | InvoiceFreeTextItem | |
ArticleItems | ArticleItem |
Property | Datatype | Validations | Description |
---|---|---|---|
FreeText | string | Maximum length = 74 |
Svenska: "Fritext"
English: "Free text"
|
Property | Datatype | Validations | Description |
---|---|---|---|
NumberOfItems | int | Minimum value = 1 Maximum value = 999999 |
Svenska: "Antal"
English: "Number of items"
|
Description | string | Maximum length = 70 Mandatory |
Svenska: "Beskrivning"
English: "Description"
|
GrossWeight | decimal | Maximum value = 9999 |
Svenska: "Bruttovikt"
English: "Gross weight"
|
NetWeight | decimal | Maximum value = 9999 |
Svenska: "Nettovikt"
English: "Net weight"
|
TaricNumber | string | Maximum length = 12 Mandatory |
Svenska: "TARIC-nummer"
English: "Taric number"
|
ImportHSNumber | string | Maximum length = 12 | Used for cases where the TaricNumber is not accepted
Svenska: "Import HS-nummer"
English: "Import HS number"
|
MidCode | string | Maximum length = 20 | Used when exporting textile and apparel to the US
Svenska: "MID-kod (US)"
English: "MID code (US)"
|
MidText | string | Maximum length = 70 | Used when exporting textile and apparel to the US
Svenska: "MID text"
English: "MID text"
|
UnitValue | decimal | Maximum value = 9999999 |
Svenska: "Pris per styck"
English: "Unit value"
|
CountryOfOrigin | string | Length = 2 |
Svenska: "Ursprungsland"
English: "Country of origin"
|
Procedure | string | Maximum length = 3 |
Svenska: "Procedurkod"
English: "Procedure"
|
OtherQuantity | decimal | Maximum value = 9999999 |
Svenska: "Annan kvantitet"
English: "Other quantity"
|
CertificateOfOrigin | string | Maximum length = 17 |
Svenska: "Ursprungscertifikat"
English: "Certificate of origin"
|
ExportLicense | string | Maximum length = 17 |
Svenska: "Exportlicens"
English: "Export license"
|
ImportLicense | string | Maximum length = 17 |
Svenska: "Importlicens"
English: "Import license"
|
CustomData1 | string | Maximum length = 70 | Custom article data, for use in labels
Svenska: "Kunddata 1"
English: "Custom data 1"
|
CustomData2 | string | Maximum length = 70 | Custom article data, for use in labels
Svenska: "Kunddata 2"
English: "Custom data 2"
|
CustomData3 | string | Maximum length = 70 | Custom article data, for use in labels
Svenska: "Kunddata 2"
English: "Custom data 3"
|
CustomData4 | string | Maximum length = 70 | Custom article data, for use in labels
Svenska: "Kunddata 4"
English: "Custom data 4"
|
CustomData5 | string | Maximum length = 70 | Custom article data, for use in labels
Svenska: "Kunddata 5"
English: "Custom data 5"
|
Property | Datatype | Validations | Description |
---|---|---|---|
AddressType | AddressType | (none) |
Svenska: "Adresstyp"
English: "Address type"
|
Name | string | Maximum length = 35 |
Svenska: "Namn"
English: "Name"
|
Address1 | string | Maximum length = 35 |
Svenska: "Adressrad 1"
English: "Address 1"
|
Address2 | string | Maximum length = 35 |
Svenska: "Adressrad 2"
English: "Address 2"
|
Address3 | string | Maximum length = 35 |
Svenska: "Adressrad 3"
English: "Address 3"
|
ZipCode | string | Maximum length = 10 |
Svenska: "Postnummer"
English: "Zip code"
|
City | string | Maximum length = 30 |
Svenska: "Ort"
English: "City"
|
Province | string | Maximum length = 30 |
Svenska: "Provins/Stat"
English: "Province/State"
|
CountryCode | string | Length = 2 |
Svenska: "Landskod"
English: "Country code"
|
OrgNumber | string | Maximum length = 20 |
Svenska: "Org.nummer"
English: "Organization number"
|
VatNumber | string | Maximum length = 20 |
Svenska: "Momsregistreringsnummer"
English: "VAT number"
|
ContactPerson | string | Maximum length = 35 |
Svenska: "Kontaktperson"
English: "Contact person"
|
PhoneNumber | string | Maximum length = 20 |
Svenska: "Telefon"
English: "Phone number"
|
FaxNumber | string | Maximum length = 20 |
Svenska: "Faxnummer"
English: "Fax number"
|
string | Maximum length = 70 |
Svenska: "Epostadress"
English: "Email"
| |
SmsNumber | string | Maximum length = 25 |
Svenska: "SMS-nummer"
English: "SMS number"
|
GateCode | string | Maximum length = 12 |
Svenska: "Portkod"
English: "Gate code"
|
ForwarderCustomerCode | string | Maximum length = 25 |
Svenska: "Kundnummer"
English: "Customer code"
|
EurPalletRegistrationNumber | string | Maximum length = 25 |
Svenska: "Pallregistreringsnummer"
English: "EUR pallet registration #"
|
Array | Datatype | Description |
---|---|---|
AddressIdentifiers | ShipmentAddressIdentifier |
Property | Datatype | Validations | Description |
---|---|---|---|
IdentifierCode | AddressIdentifierCode | (none) | |
Value | string | (none) |
Svenska: "Värde"
English: "Value"
|
Property | Datatype | Validations | Description |
---|---|---|---|
Name | string | (none) | Property name as returned from a GetLicensedForwardersAndProducts or GetAllowableShipmentServices call
Svenska: "Namn"
English: "Name"
|
Value | string | (none) | String representation of the property value, data coded according to XML specification
Svenska: "Värde"
English: "Value"
|
Property | Datatype | Validations | Description |
---|---|---|---|
DocumentNumber | string | Maximum length = 35 |
Svenska: "Documentnummer"
English: "Document number"
|
DocumentDate | Date | (none) |
Svenska: "Dokumentdatum"
English: "Document date"
|
DocumentName | string | Maximum length = 35 |
Svenska: "Dokumentnamn"
English: "Document name"
|
CustomerCode | string | Maximum length = 35 |
Svenska: "Customer code"
English: "Customer code"
|
SenderReference | string | Maximum length = 35 |
Svenska: "Avsändarens referens"
English: "Sender reference"
|
RecipientReference | string | Maximum length = 35 |
Svenska: "Mottagarens referens"
English: "Recipient reference"
|
SenderOrderNumber | string | Maximum length = 70 |
Svenska: "Avsändarens ordernummer"
English: "Sender order number"
|
RecipientOrderNumber | string | Maximum length = 70 |
Svenska: "Mottagarens ordernummer"
English: "Recipient order number"
|
TermsOfPayment | string | Maximum length = 70 |
Svenska: "Betalningsvillkor"
English: "Terms of payment"
|
CustomData1 | string | Maximum length = 70 |
Svenska: "Kunddata 1"
English: "Custom data 1"
|
CustomData2 | string | Maximum length = 70 |
Svenska: "Kunddata 2"
English: "Custom data 2"
|
CustomData3 | string | Maximum length = 70 |
Svenska: "Kunddata 2"
English: "Custom data 3"
|
CustomData4 | string | Maximum length = 70 |
Svenska: "Kunddata 4"
English: "Custom data 4"
|
CustomData5 | string | Maximum length = 70 |
Svenska: "Kunddata 5"
English: "Custom data 5"
|
TotalTaxableAmount | decimal | (none) |
Svenska: "Totalt momspliktigt belopp"
English: "Total taxable amount"
|
TotalTaxAmount | decimal | (none) |
Svenska: "Total moms"
English: "Total moms"
|
TotalAmount | decimal | (none) |
Svenska: "Total"
English: "Total amount"
|
CurrencyCode | string | Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Array | Datatype | Description |
---|---|---|
FreeTextItems | DeliveryNoteFreeTextItem | |
ArticleItems | DeliveryNoteArticleItem |
Property | Datatype | Validations | Description |
---|---|---|---|
FreeText | string | Maximum length = 70 |
Svenska: "Fritext"
English: "Free text"
|
Property | Datatype | Validations | Description |
---|---|---|---|
ArticleId | string | Maximum length = 35 Mandatory |
Svenska: "Artikelid"
English: "Article id"
|
Description | string | Maximum length = 70 |
Svenska: "Beskrivning"
English: "Description"
|
DeliveredQuantity | decimal | (none) |
Svenska: "Levererad kvantitet"
English: "Delivered quantity"
|
OrderedQuantity | decimal | (none) |
Svenska: "Beställd kvantitet"
English: "Ordered quantity"
|
QuantityUnit | string | Maximum length = 12 |
Svenska: "Enhet (kvantitet)"
English: "Quantity unit"
|
UnitValue | decimal | Maximum value = 9999999.99 |
Svenska: "Pris per styck"
English: "Unit value"
|
DiscountPercentage | int | Minimum value = 0 Maximum value = 100 |
Svenska: "Rabatt procent"
English: "Discount percentage"
|
TotalValue | decimal | Maximum value = 9999999.99 |
Svenska: "Totalt radbelopp"
English: "Total value"
|
TotalVatValue | decimal | Maximum value = 9999999.99 |
Svenska: "Total moms"
English: "Total VAT value"
|
VatPercentage | decimal | Maximum value = 9999999.99 |
Svenska: "Moms procent"
English: "VAT procentage"
|
CustomData1 | string | Maximum length = 70 |
Svenska: "Kunddata 1"
English: "Custom data 1"
|
CustomData2 | string | Maximum length = 70 |
Svenska: "Kunddata 2"
English: "Custom data 2"
|
CustomData3 | string | Maximum length = 70 |
Svenska: "Kunddata 2"
English: "Custom data 3"
|
CustomData4 | string | Maximum length = 70 |
Svenska: "Kunddata 4"
English: "Custom data 4"
|
CustomData5 | string | Maximum length = 70 |
Svenska: "Kunddata 5"
English: "Custom data 5"
|
Property | Datatype | Validations | Description |
---|---|---|---|
IolIdentity | string | Maximum length = 255 | |
ItemIdentity | string | Maximum length = 70 | |
BarcodeIdentity | string | Maximum length = 70 | |
VariantCode | string | Maximum length = 70 | |
SerialNumber | string | Maximum length = 70 | |
LotNumber | string | Maximum length = 70 | |
Description | string | Maximum length = 70 |
Svenska: "Beskrivning"
English: "Description"
|
UnitWeight | decimal | Minimum value = 0 Maximum value = 9999999.0 | |
Quantity | decimal | Minimum value = 0 Maximum value = 9999999.0 | |
QuantityUnit | string | Maximum length = 12 |
Svenska: "Enhet (kvantitet)"
English: "Quantity unit"
|
UnitValue | decimal | Minimum value = 0 Maximum value = 9999999.0 |
Svenska: "Pris per styck"
English: "Unit value"
|
VatValue | decimal | Minimum value = 0 Maximum value = 9999999.0 | |
VatPercentage | decimal | Minimum value = 0 Maximum value = 100.0 |
Svenska: "Moms procent"
English: "VAT procentage"
|
CurrencyCode | string | Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
CustomsCode | string | Maximum length = 12 | |
ExpiryDate | Date | (none) |
Array | Datatype | Description |
---|---|---|
TradeUnitIdentifiers | NamedStringProperty | |
Properties | NamedProperty | |
AssetAssociations | AssetAssociation | |
HandlingRestrictions | NamedHandlingRestrictionProperty |
Property | Datatype | Validations | Description |
---|---|---|---|
Name | string | Mandatory Maximum length = 70 |
Svenska: "Namn"
English: "Name"
|
Value | string | Mandatory Maximum length = 350 |
Svenska: "Värde"
English: "Value"
|
Property | Datatype | Validations | Description |
---|---|---|---|
Name | string | Mandatory Maximum length = 70 |
Svenska: "Namn"
English: "Name"
|
DataType | DataType | Mandatory | |
Value | string | Mandatory Maximum length = 350 |
Svenska: "Värde"
English: "Value"
|
Property | Datatype | Validations | Description |
---|---|---|---|
IolIdentity | string | Mandatory Maximum length = 255 |
Property | Datatype | Validations | Description |
---|---|---|---|
Name | string | Maximum length = 70 Mandatory |
Svenska: "Namn"
English: "Name"
|
Unit | string | Maximum length = 70 Mandatory | |
MinValue | decimal | (none) |
Svenska: "Minvärde"
English: "Min. value"
|
MaxValue | decimal | (none) |
Svenska: "Maxvärde"
English: "Max. value"
|
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceType | LogtradeAdviceType | (none) | Note: Only SMS is supported at this time
Svenska: "Aviserings typ"
English: "Notify type"
|
RecipientCommunicationValue | string | Maximum length = 70 Mandatory |
Svenska: "Mottagarens kommunikationsadress"
English: "Communication value"
|
MessageText | string | Maximum length = 4096 Mandatory |
Svenska: "Text"
English: "Text message"
|
Date
Date is a normal DateTime instance where only the Date part is used
ShipmentServiceBase is the abstract ancestor for all forwarder specific shipment service objects.
For details on specific services, please refer to the forwarder specifications.
Dynamic shipment service object. To be used with data returned by LicensedForwardersAndProducts/GetAllowableShipmentServices.
Generic forwarder shipment services (Can be used with any forwarder)
PredefinedCarrier shipment services
BringSweden shipment services
DhlSweden shipment services
DsvRoadSweden shipment services
Närkefrakt shipment services
OnRoadSweden shipment services
PostenSweden shipment services
PostNordSweden shipment services
SchenkerSweden shipment services
LastbilsstationSweden shipment services
LgtLogisticsSweden shipment services
PostNordNorway shipment services
BringNorway shipment services
ItellaFinland shipment services
PostiFinland shipment services
DanskeFragtmaendDenmark shipment services
GlsDenmark shipment services
PostDenmark shipment services
LillerTransDenmark shipment services
UpsGlobal shipment services
DhlEurope shipment services
DachserNordic shipment services
TntNordic shipment services
DhlGermany shipment services
AgilityNordic shipment services
DpdGermany shipment services
BestNordic shipment services
FedExEurope shipment services
AholaTransportEurope shipment services
BudbeeSweden shipment services
ForlangdaArmenSweden shipment services
SchenkerNorway shipment services
BussgodsSweden shipment services
EarlyBirdSweden shipment services
IcaSweden shipment services
InstaboxSweden shipment services
HelthjemNorway shipment services
DpdEurope shipment services
BringExpressNordic shipment services
DhlEcommerceEurope shipment services
PnlSweden shipment services
Dynamic shipment service object.
This is used to dynamically create a shipment service based on data returned in calls to LicensedForwardersAndProducts or GetAllowableShipmentServices.
Property | Datatype | Validations | Description |
---|---|---|---|
Name | string | Mandatory |
A valid service name.
Copy value from the field ServiceName in ShipmentServiceDescription.
|
Array | Datatype | Description |
---|---|---|
Properties | Property | Service properties |
Svenska: "LogTrade epostavisering"
English: "LogTrade email advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade SMS-avisering"
English: "LogTrade SMS advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade leveransavisering"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade inloggningsavisering"
English: "Logtrade login link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade transportdokumentavisering"
English: "Logtrade transport document link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade lås"
English: "LogTrade Lock"
Property | Datatype | Validations | Description |
---|---|---|---|
UnlockKey | string | Mandatory Maximum length = 255 |
Svenska: "Nyckel"
English: "Unlock key"
|
UnlockAtPickup | bool | (none) |
Svenska: "Lås upp vid upphämtning"
English: "Unlock at pickup"
|
UnlockAtDelivery | bool | (none) |
Svenska: "Lås upp vid leverans"
English: "Unlock at delivery"
|
Svenska: "Varmtransport"
English: "Hot"
Property | Datatype | Validations | Description |
---|---|---|---|
MinTemperature | int | (none) |
Svenska: "Min. temperatur"
English: "Min. temperature"
|
MaxTemperature | int | (none) |
Svenska: "Max. temperatur"
English: "Max. temperature"
|
Svenska: "Termo Kyla"
English: "Cold"
Property | Datatype | Validations | Description |
---|---|---|---|
MinTemperature | int | (none) |
Svenska: "Min. temperatur"
English: "Min. temperature"
|
MaxTemperature | int | (none) |
Svenska: "Max. temperatur"
English: "Max. temperature"
|
Svenska: "Termo Frys"
English: "Freeze"
Property | Datatype | Validations | Description |
---|---|---|---|
MinTemperature | int | (none) |
Svenska: "Min. temperatur"
English: "Min. temperature"
|
MaxTemperature | int | (none) |
Svenska: "Max. temperatur"
English: "Max. temperature"
|
Svenska: "Farligt gods"
English: "Dangerous Goods"
Property | Datatype | Validations | Description |
---|---|---|---|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "Begränsad mängd farligt gods"
English: "Limited quantity dangerous goods"
Property | Datatype | Validations | Description |
---|---|---|---|
GrossWeight | decimal | Minimum value = 0 Maximum value = 99999.99 |
Svenska: "Bruttovikt"
English: "Gross weight"
|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "Efterkrav"
English: "Cash On Delivery"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Reference | string | Mandatory Maximum length = 17 |
Svenska: "Referens"
English: "Reference"
|
AccountType | GiroAccountType | Mandatory |
Svenska: "Kontotyp"
English: "Account type"
|
AccountNumber | string | Mandatory Maximum length = 34 |
Svenska: "Kontonummer"
English: "Account number"
|
ReferenceType | GiroReferenceType | Mandatory |
Svenska: "Referenstyp"
English: "Reference type"
|
BusinessIdentifierCode | string | Maximum length = 11 |
Svenska: "BIC"
English: "BIC"
|
Svenska: "Avisering"
English: "Advise"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "Datum och tid"
English: "Date and time service"
Property | Datatype | Validations | Description |
---|---|---|---|
Time | DateTime | Mandatory |
Svenska: "Tid"
English: "Time"
|
Svenska: "Datum- och tidsintervall"
English: "Date and time interval service"
Property | Datatype | Validations | Description |
---|---|---|---|
StartTime | DateTime | Mandatory |
Svenska: "Starttid"
English: "Start time"
|
EndTime | DateTime | Mandatory |
Svenska: "Sluttid"
English: "End time"
|
Svenska: "Antal"
English: "Amount service"
Property | Datatype | Validations | Description |
---|---|---|---|
NumberOfItems | int | (none) |
Svenska: "Antal"
English: "Number of items"
|
Svenska: "Tilläggstjänst 1"
English: "Generic service code 1"
(No properties)
Svenska: "Tilläggstjänst 2"
English: "Generic service code 2"
(No properties)
Svenska: "Tilläggstjänst 3"
English: "Generic service code 3"
(No properties)
Svenska: "Tilläggstjänst 4"
English: "Generic service code 4"
(No properties)
Svenska: "Tilläggstjänst 5"
English: "Generic service code 5"
(No properties)
Svenska: "Tilläggstjänst 6"
English: "Generic service code 6"
(No properties)
Svenska: "Tilläggstjänst 7"
English: "Generic service code 7"
(No properties)
Svenska: "Tilläggstjänst 8"
English: "Generic service code 8"
(No properties)
Svenska: "Tilläggstjänst 9"
English: "Generic service code 9"
(No properties)
Svenska: "Tilläggstjänst 10"
English: "Generic service code 10"
(No properties)
Svenska: "Tilläggstjänst 11"
English: "Generic service code 11"
(No properties)
Svenska: "Tilläggstjänst 12"
English: "Generic service code 12"
(No properties)
Svenska: "Tilläggstjänst 13"
English: "Generic service code 13"
(No properties)
Svenska: "Tilläggstjänst 14"
English: "Generic service code 14"
(No properties)
Svenska: "Tilläggstjänst 15"
English: "Generic service code 15"
(No properties)
Svenska: "Tilläggstjänst 16"
English: "Generic service code 16"
(No properties)
Svenska: "LogTrade epostavisering"
English: "LogTrade Email Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade SMS-avisering"
English: "LogTrade SMS Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade leveransavisering"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade inloggningsavisering"
English: "Logtrade login link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade transportdokumentavisering"
English: "Logtrade transport document link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade lås"
English: "LogTrade Lock"
Property | Datatype | Validations | Description |
---|---|---|---|
UnlockKey | string | Mandatory Maximum length = 255 |
Svenska: "Nyckel"
English: "Unlock key"
|
UnlockAtPickup | bool | (none) |
Svenska: "Lås upp vid upphämtning"
English: "Unlock at pickup"
|
UnlockAtDelivery | bool | (none) |
Svenska: "Lås upp vid leverans"
English: "Unlock at delivery"
|
Svenska: "Varmtransport"
English: "Hot"
Property | Datatype | Validations | Description |
---|---|---|---|
MinTemperature | int | (none) |
Svenska: "Min. temperatur"
English: "Min. temperature"
|
MaxTemperature | int | (none) |
Svenska: "Max. temperatur"
English: "Max. temperature"
|
Svenska: "Termo Kyla"
English: "Cold"
Property | Datatype | Validations | Description |
---|---|---|---|
MinTemperature | int | (none) |
Svenska: "Min. temperatur"
English: "Min. temperature"
|
MaxTemperature | int | (none) |
Svenska: "Max. temperatur"
English: "Max. temperature"
|
Svenska: "Termo Frys"
English: "Freeze"
Property | Datatype | Validations | Description |
---|---|---|---|
MinTemperature | int | (none) |
Svenska: "Min. temperatur"
English: "Min. temperature"
|
MaxTemperature | int | (none) |
Svenska: "Max. temperatur"
English: "Max. temperature"
|
Svenska: "Farligt gods"
English: "Dangerous Goods"
Property | Datatype | Validations | Description |
---|---|---|---|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "Begränsad mängd farligt gods"
English: "Limited quantity dangerous goods"
Property | Datatype | Validations | Description |
---|---|---|---|
GrossWeight | decimal | Minimum value = 0 Maximum value = 99999.99 |
Svenska: "Bruttovikt"
English: "Gross weight"
|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "Efterkrav"
English: "Cash On Delivery"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Reference | string | Mandatory Maximum length = 17 |
Svenska: "Referens"
English: "Reference"
|
AccountType | GiroAccountType | Mandatory |
Svenska: "Kontotyp"
English: "Account type"
|
AccountNumber | string | Mandatory Maximum length = 34 |
Svenska: "Kontonummer"
English: "Account number"
|
ReferenceType | GiroReferenceType | Mandatory |
Svenska: "Referenstyp"
English: "Reference type"
|
BusinessIdentifierCode | string | Maximum length = 11 |
Svenska: "BIC"
English: "BIC"
|
Svenska: "Avisering"
English: "Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "Pallöverföring"
English: "Pallet Transfer (EUR pallets)"
(No properties)
Svenska: "Predefined servicekod 1"
English: "Predefined service code 1"
(No properties)
Svenska: "Predefined servicekod 2"
English: "Predefined service code 2"
(No properties)
Svenska: "Predefined servicekod 3"
English: "Predefined service code 3"
(No properties)
Svenska: "Predefined servicekod 4"
English: "Predefined service code 4"
(No properties)
Svenska: "Predefined servicekod 5"
English: "Predefined service code 5"
(No properties)
Svenska: "Predefined servicekod 6"
English: "Predefined service code 6"
(No properties)
Svenska: "Predefined servicekod 7"
English: "Predefined service code 7"
(No properties)
Svenska: "Predefined servicekod 8"
English: "Predefined service code 8"
(No properties)
Svenska: "Predefined servicekod 9"
English: "Predefined service code 9"
(No properties)
Svenska: "Predefined servicekod 10"
English: "Predefined service code 10"
(No properties)
Svenska: "Predefined servicekod 11"
English: "Predefined service code 11"
(No properties)
Svenska: "Predefined servicekod 12"
English: "Predefined service code 12"
(No properties)
Svenska: "Predefined servicekod 13"
English: "Predefined service code 13"
(No properties)
Svenska: "Predefined servicekod 14"
English: "Predefined service code 14"
(No properties)
Svenska: "Predefined servicekod 15"
English: "Predefined service code 15"
(No properties)
Svenska: "Predefined servicekod 16"
English: "Predefined service code 16"
(No properties)
Svenska: "Predefined servicekod 17"
English: "Predefined service code 17"
(No properties)
Svenska: "Predefined servicekod 18"
English: "Predefined service code 18"
(No properties)
Svenska: "Predefined servicekod 19"
English: "Predefined service code 19"
(No properties)
Svenska: "Predefined servicekod 20"
English: "Predefined service code 20"
(No properties)
Svenska: "Datum och tid"
English: "Date and time service"
Property | Datatype | Validations | Description |
---|---|---|---|
Time | DateTime | Mandatory |
Svenska: "Tid"
English: "Time"
|
Svenska: "Datum- och tidsintervall"
English: "Date and time interval service"
Property | Datatype | Validations | Description |
---|---|---|---|
StartTime | DateTime | Mandatory |
Svenska: "Starttid"
English: "Start time"
|
EndTime | DateTime | Mandatory |
Svenska: "Sluttid"
English: "End time"
|
Svenska: "Antal"
English: "Amount service"
Property | Datatype | Validations | Description |
---|---|---|---|
NumberOfItems | int | (none) |
Svenska: "Antal"
English: "Number of items"
|
Svenska: "Advice"
English: "Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "Utlämningsavisering"
English: "Delivery confirmation advice service"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "Leveransavisering"
English: "Delivery advice service"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "Försäkring"
English: "Insurance"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Svenska: "
Limited quantity dangerous goods
"
English: "
Limited quantity dangerous goods
"
Property | Datatype | Validations | Description |
---|---|---|---|
GrossWeight | decimal | Minimum value = 0 Maximum value = 99999.99 |
Svenska: "Bruttovikt"
English: "Gross weight"
|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "LogTrade epostavisering"
English: "LogTrade email advice service"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade SMS-avisering"
English: "LogTrade SMS advice service"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade lås"
English: "LogTrade Lock"
Property | Datatype | Validations | Description |
---|---|---|---|
UnlockKey | string | Mandatory Maximum length = 255 |
Svenska: "Nyckel"
English: "Unlock key"
|
UnlockAtPickup | bool | (none) |
Svenska: "Lås upp vid upphämtning"
English: "Unlock at pickup"
|
UnlockAtDelivery | bool | (none) |
Svenska: "Lås upp vid leverans"
English: "Unlock at delivery"
|
Svenska: "Dangerous goods"
English: "Dangerous goods"
Property | Datatype | Validations | Description |
---|---|---|---|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "Swap (varer i retur)"
English: "Swap (varer i retur)"
(No properties)
Svenska: "Miljöretur"
English: "Recycling Standardized"
Property | Datatype | Validations | Description |
---|---|---|---|
NumberOfItems | int | (none) |
Svenska: "Antal"
English: "Number of items"
|
Svenska: "Retur av emballage"
English: "Return of packaging"
Property | Datatype | Validations | Description |
---|---|---|---|
NumberOfItems | int | (none) |
Svenska: "Antal"
English: "Number of items"
|
Svenska: "Värmegods (> +9°C)"
English: "Warm goods (> +9°C)"
(No properties)
Svenska: "Optional pickup point"
English: "Optional pickup point"
(No properties)
Svenska: "Delivery/Pickup Evening"
English: "Delivery/Pickup Evening"
(No properties)
Svenska: "Delivery/Pickup Weekend"
English: "Delivery/Pickup Weekend"
(No properties)
Svenska: "Express"
English: "Express"
(No properties)
Svenska: "ID Verification"
English: "ID Verification"
(No properties)
Svenska: "ID Individual Verification"
English: "ID Individual Verification"
(No properties)
Svenska: "Delivery Indoors"
English: "Delivery Indoors"
(No properties)
Svenska: "Flex Delivery"
English: "Flex Delivery"
(No properties)
Svenska: "Efterkrav"
English: "Cash On Delivery"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Reference | string | Mandatory Maximum length = 17 |
Svenska: "Referens"
English: "Reference"
|
AccountType | GiroAccountType | Mandatory |
Svenska: "Kontotyp"
English: "Account type"
|
AccountNumber | string | Mandatory Maximum length = 34 |
Svenska: "Kontonummer"
English: "Account number"
|
ReferenceType | GiroReferenceType | Mandatory |
Svenska: "Referenstyp"
English: "Reference type"
|
BusinessIdentifierCode | string | Maximum length = 11 |
Svenska: "BIC"
English: "BIC"
|
Svenska: "MPS"
English: "MPS"
(No properties)
Svenska: "½ Pall"
English: "1/2 Pallet"
(No properties)
Svenska: "¼ Pall"
English: "¼ Pallet"
(No properties)
Svenska: "Delivery before 12.00"
English: "Delivery before 12.00"
(No properties)
Svenska: "Contract-ID"
English: "Contract-ID"
(No properties)
Svenska: "Flexi Size"
English: "Flexi Size"
(No properties)
Svenska: "PickUp Locker"
English: "PickUp Locker"
(No properties)
Svenska: "Tidslossning"
English: "Time agreed delivery"
Property | Datatype | Validations | Description |
---|---|---|---|
DeliveryDateTime | DateTime | Mandatory |
Svenska: "Leveransdatum"
English: "Delivery date"
|
Svenska: "Inbärning"
English: "Indoor distribution"
(No properties)
Svenska: "Hämtas på terminal"
English: "Pickup at terminal"
(No properties)
Svenska: "Kylfrakt"
English: "Cold service"
Property | Datatype | Validations | Description |
---|---|---|---|
MinTemperature | int | Minimum value = 0 Maximum value = 2 |
Svenska: "Min. temperatur"
English: "Min. temperature"
|
MaxTemperature | int | Minimum value = 4 Maximum value = 8 |
Svenska: "Max. temperatur"
English: "Max. temperature"
|
Svenska: "Frysfrakt"
English: "Freeze service"
Property | Datatype | Validations | Description |
---|---|---|---|
MinTemperature | int | Minimum value = -25 Maximum value = -25 |
Svenska: "Min. temperatur"
English: "Min. temperature"
|
MaxTemperature | int | Minimum value = -18 Maximum value = -18 |
Svenska: "Max. temperatur"
English: "Max. temperature"
|
Svenska: "Torrt gods"
English: "Dry goods"
(No properties)
Svenska: "LogTrade leveransavisering"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade inloggningsavisering"
English: "Logtrade login link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade transportdokumentavisering"
English: "Logtrade transport document link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "Split shipment"
English: "Split shipment"
Property | Datatype | Validations | Description |
---|---|---|---|
ContainedProducts | BringSwedenContainedProducts | Mandatory |
Svenska: "Ingående produkt(er)"
English: "Contained product(s)"
|
Svenska: "Installation Standardized"
English: "Installation Standardized"
(No properties)
Svenska: "Installation Customized"
English: "Installation Customized"
(No properties)
Svenska: "Installation Electronics"
English: "Installation Electronics"
(No properties)
Svenska: "Installation Mechanical"
English: "Installation Mechanical"
(No properties)
Svenska: "Installation TV"
English: "Installation TV"
(No properties)
Svenska: "Vip"
English: "Vip"
(No properties)
Svenska: "1 - HOUR"
English: "1 - HOUR"
(No properties)
Svenska: "2 - HOURS"
English: "2 - HOURS"
(No properties)
Svenska: "4 - HOURS"
English: "4 - HOURS"
(No properties)
Svenska: "6 - HOURS"
English: "6 - HOURS"
(No properties)
Svenska: "External Tsp"
English: "External Tsp"
(No properties)
Svenska: "Scheduled Delivery"
English: "Scheduled Delivery"
Property | Datatype | Validations | Description |
---|---|---|---|
StartTime | DateTime | Mandatory |
Svenska: "Starttid"
English: "Start time"
|
EndTime | DateTime | (none) |
Svenska: "Sluttid"
English: "End time"
|
Svenska: "Pickup"
English: "Pickup"
Property | Datatype | Validations | Description |
---|---|---|---|
Time | DateTime | Mandatory |
Svenska: "Tid"
English: "Time"
|
Svenska: "Telephone notification the day before"
English: "Telephone notification the day before"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "Delivery Before 09.00"
English: "Delivery Before 09.00"
(No properties)
Svenska: "Signature Required"
English: "Signature Required"
(No properties)
Svenska: "Social Control"
English: "Social Control"
(No properties)
Svenska: "Time Defined - Leverans (1170)"
English: "Time Defined - Delivery (1170)"
Property | Datatype | Validations | Description |
---|---|---|---|
StartTime | DateTime | (none) |
Svenska: "Starttid"
English: "Start time"
|
EndTime | DateTime | (none) |
Svenska: "Sluttid"
English: "End time"
|
Svenska: "Time Defined - Pickup (1170)"
English: "Time Defined - Collection (1170)"
Property | Datatype | Validations | Description |
---|---|---|---|
StartTime | DateTime | (none) |
Svenska: "Starttid"
English: "Start time"
|
EndTime | DateTime | (none) |
Svenska: "Sluttid"
English: "End time"
|
Svenska: "Service oversize (1140)"
English: "Service oversize (1140)"
(No properties)
Svenska: "Avisering"
English: "Advice Service"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "Leveransbesked"
English: "Delivery advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "Efterkrav"
English: "Cash on delivery"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Reference | string | Mandatory Maximum length = 17 |
Svenska: "Referens"
English: "Reference"
|
AccountType | GiroAccountType | Mandatory |
Svenska: "Kontotyp"
English: "Account type"
|
AccountNumber | string | Mandatory Maximum length = 34 |
Svenska: "Kontonummer"
English: "Account number"
|
ReferenceType | GiroReferenceType | Mandatory |
Svenska: "Referenstyp"
English: "Reference type"
|
BusinessIdentifierCode | string | Maximum length = 11 |
Svenska: "BIC"
English: "BIC"
|
Svenska: "Termo Kyla"
English: "Cold"
Property | Datatype | Validations | Description |
---|---|---|---|
MinTemperature | int | (none) |
Svenska: "Min. temperatur"
English: "Min. temperature"
|
MaxTemperature | int | (none) |
Svenska: "Max. temperatur"
English: "Max. temperature"
|
Svenska: "Farligt gods"
English: "Dangerous goods"
Property | Datatype | Validations | Description |
---|---|---|---|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "Kvällsdistribution"
English: "Evening distribution"
(No properties)
Svenska: "PRE-7 leverans"
English: "PRE-7 delivery"
Property | Datatype | Validations | Description |
---|---|---|---|
BookingNumber | string | (none) |
Svenska: "Bokningsnummer"
English: "Booking number"
|
Svenska: "PRE-10 leverans)"
English: "PRE-10 delivery "
Property | Datatype | Validations | Description |
---|---|---|---|
BookingNumber | string | (none) |
Svenska: "Bokningsnummer"
English: "Booking number"
|
Svenska: "PRE-12 delivery"
English: "PRE-12 delivery"
Property | Datatype | Validations | Description |
---|---|---|---|
BookingNumber | string | (none) |
Svenska: "Bokningsnummer"
English: "Booking number"
|
Svenska: "Hämtas terminal"
English: "Hold at depot"
(No properties)
Svenska: "Termo Värme"
English: "Hot"
(No properties)
Svenska: "Försäkring"
English: "Insurance"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Svenska: "Neutral Delivery Service"
English: "Neutral Delivery Service"
(No properties)
Svenska: "Långgods"
English: "Oversized goods"
Property | Datatype | Validations | Description |
---|---|---|---|
Length | decimal | (none) |
Svenska: "Längd"
English: "Length"
|
Width | decimal | (none) |
Svenska: "Bredd"
English: "Width"
|
Svenska: "Leveransbevis"
English: "Requested POD"
(No properties)
Svenska: "Lördagsutdelning"
English: "Saturday Delivery"
(No properties)
Svenska: "Säker transport"
English: "Secure Transport"
(No properties)
Svenska: "Shipment Monitoring"
English: "Shipment Monitoring"
(No properties)
Svenska: "Inbärning"
English: "Inbärning"
(No properties)
Svenska: "Product stretch (120-240cm)"
English: "Product stretch (120-240 cm)"
(No properties)
Svenska: "Skicka grönt"
English: "Green Freight"
(No properties)
Svenska: "DTP"
English: "DTP"
(No properties)
Svenska: "Torr-is"
English: "Dry Ice"
(No properties)
Svenska: "Begränsad mängd farligt gods"
English: "Limited quantity dangerous goods"
Property | Datatype | Validations | Description |
---|---|---|---|
GrossWeight | decimal | Minimum value = 0 Maximum value = 99999.99 |
Svenska: "Bruttovikt"
English: "Gross weight"
|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "LogTrade epostavisering"
English: "LogTrade email advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "Skicka Grönt"
English: "Skicka Grönt"
(No properties)
Svenska: "Leverans utan kvittens"
English: "Delivery without POD"
(No properties)
Svenska: "Avhämtas terminal"
English: "Pickup at terminal"
(No properties)
Svenska: "Leveransbevakning"
English: "Delivery monitoring"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
NotifyForPickup | bool | (none) |
Svenska: "Upphämtning"
English: "Pickup"
|
NotifyForArrivedToTerminal | bool | (none) |
Svenska: "Ankommen till DHL-terminal"
English: "Arrived at DHL terminal"
|
NotifyForOutForDelivery | bool | (none) |
Svenska: "Utlastad för leverans"
English: "Out for delivery"
|
NotifyForDelivered | bool | (none) |
Svenska: "Levererad"
English: "Delivered"
|
NotifyForCollectedByReceiver | bool | (none) |
Svenska: "Utlämnad på SERVICE POINT"
English: "Collected by receiver"
|
NotifyForNotCollectedByReceiver | bool | (none) |
Svenska: "Ej uthämtad - Retur från SERVICE POINT"
English: "Not collected by receiver"
|
Svenska: "Tidsbestämd lastning"
English: "Temporal loading"
Property | Datatype | Validations | Description |
---|---|---|---|
StartTime | DateTime | Mandatory |
Svenska: "Starttid"
English: "Start time"
|
EndTime | DateTime | Mandatory |
Svenska: "Sluttid"
English: "End time"
|
Svenska: "Tidsbestämd lossning"
English: "Temporal unloading"
Property | Datatype | Validations | Description |
---|---|---|---|
StartTime | DateTime | Mandatory |
Svenska: "Starttid"
English: "Start time"
|
EndTime | DateTime | Mandatory |
Svenska: "Sluttid"
English: "End time"
|
Svenska: "Bakgavellift lastning"
English: "Tail lift loading"
(No properties)
Svenska: "Bakgavellift lossning"
English: "Tail lift unloading"
(No properties)
Svenska: "Hemleverans"
English: "Doorstep Delivery"
(No properties)
Svenska: "Påminnelseavisering via brev"
English: "Reminder advice to consignee"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "LogTrade SMS-avisering"
English: "LogTrade SMS advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "Ej stapelbart gods"
English: "Non stackable goods"
(No properties)
Svenska: "Leveranstidsbokning online"
English: "On-line appointment booking"
Property | Datatype | Validations | Description |
---|---|---|---|
OnlineAppointmentBookingFreeText | string | (none) |
Svenska: "Data i segment FTX"
English: "Data in segment FTX"
|
OnlineAppointmentBookingLabelText | string | (none) |
Svenska: "Text på etikett"
English: "Label text"
|
Svenska: "Dragbil"
English: "Truck"
(No properties)
Svenska: "Föravisering"
English: "Pre-Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "Dubbelbemanning"
English: "Dubbelbemanning"
(No properties)
Svenska: "Inbärning till anvisad plats"
English: "Inbärning till anvisad plats"
(No properties)
Svenska: "Utbärning från anvisad plats"
English: "Utbärning från anvisad plats"
(No properties)
Svenska: "Återtag av transportemballage"
English: "Return of packaging"
(No properties)
Svenska: "Bortforsling gammal vara"
English: "Bortforsling gammal vara"
Property | Datatype | Validations | Description |
---|---|---|---|
NumberOfItems | int | (none) |
Svenska: "Antal"
English: "Number of items"
|
Svenska: "Installation enkel"
English: "Installation enkel"
Property | Datatype | Validations | Description |
---|---|---|---|
NumberOfItems | int | (none) |
Svenska: "Antal"
English: "Number of items"
|
Svenska: "Installation avancerad"
English: "Installation avancerad"
Property | Datatype | Validations | Description |
---|---|---|---|
NumberOfItems | int | (none) |
Svenska: "Antal"
English: "Number of items"
|
Svenska: "Montering 20"
English: "Montering 20"
Property | Datatype | Validations | Description |
---|---|---|---|
NumberOfItems | int | (none) |
Svenska: "Antal"
English: "Number of items"
|
Svenska: "Montering 40"
English: "Montering 40"
Property | Datatype | Validations | Description |
---|---|---|---|
NumberOfItems | int | (none) |
Svenska: "Antal"
English: "Number of items"
|
Svenska: "Montering 60"
English: "Montering 60"
Property | Datatype | Validations | Description |
---|---|---|---|
NumberOfItems | int | (none) |
Svenska: "Antal"
English: "Number of items"
|
Svenska: "Kvällsdistribution, zon B"
English: "Evening distribution, zone B"
(No properties)
Svenska: "Kvällsdistribution, zon C"
English: "Evening distribution, zone C"
(No properties)
Svenska: "Kvällsdistribution, zon D"
English: "Evening distribution, zone D"
(No properties)
Svenska: "Kvällsdistribution, zon E"
English: "Evening distribution, zone E"
(No properties)
Svenska: "Helgkörning"
English: "Helgkörning"
(No properties)
Svenska: "LogTrade leveransavisering"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade inloggningsavisering"
English: "Logtrade login link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade transportdokumentavisering"
English: "Logtrade transport document link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade lås"
English: "LogTrade Lock"
Property | Datatype | Validations | Description |
---|---|---|---|
UnlockKey | string | Mandatory Maximum length = 255 |
Svenska: "Nyckel"
English: "Unlock key"
|
UnlockAtPickup | bool | (none) |
Svenska: "Lås upp vid upphämtning"
English: "Unlock at pickup"
|
UnlockAtDelivery | bool | (none) |
Svenska: "Lås upp vid leverans"
English: "Unlock at delivery"
|
Svenska: "Försäkring Högvärdigt eller ömtåligt gods"
English: "Insurance High value or Fragile"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Svenska: "Tull"
English: "Customs"
(No properties)
Svenska: "Leverans utan legitimationskontroll"
English: "Delivery without identification check"
(No properties)
Svenska: "Byggplatsleverans"
English: "Byggplatsleverans"
(No properties)
Svenska: "Leverans till ParcelShop"
English: "Delivery to ParcelShop"
(No properties)
Svenska: "Leverans till ParcelStation"
English: "Delivery to ParcelStation"
(No properties)
Svenska: "Samförtullning"
English: "Joint customs declaration"
(No properties)
Svenska: "1 - GOH"
English: "1 - GOH"
Property | Datatype | Validations | Description |
---|---|---|---|
NumberOfItems | int | (none) |
Svenska: "Antal"
English: "Number of items"
|
Svenska: "2 - GOH"
English: "2 - GOH"
Property | Datatype | Validations | Description |
---|---|---|---|
NumberOfItems | int | (none) |
Svenska: "Antal"
English: "Number of items"
|
Svenska: "3 - GOH"
English: "3 - GOH"
Property | Datatype | Validations | Description |
---|---|---|---|
NumberOfItems | int | (none) |
Svenska: "Antal"
English: "Number of items"
|
Svenska: "4 - GOH"
English: "4 - GOH"
Property | Datatype | Validations | Description |
---|---|---|---|
NumberOfItems | int | (none) |
Svenska: "Antal"
English: "Number of items"
|
Svenska: "5 - GOH"
English: "5 - GOH"
Property | Datatype | Validations | Description |
---|---|---|---|
NumberOfItems | int | (none) |
Svenska: "Antal"
English: "Number of items"
|
Svenska: "6 - GOH"
English: "6 - GOH"
Property | Datatype | Validations | Description |
---|---|---|---|
NumberOfItems | int | (none) |
Svenska: "Antal"
English: "Number of items"
|
Svenska: "7 - CRT"
English: "7 - CRT"
Property | Datatype | Validations | Description |
---|---|---|---|
NumberOfItems | int | (none) |
Svenska: "Antal"
English: "Number of items"
|
Svenska: "Manuell tidsslotsbokning"
English: "Book-in"
(No properties)
Svenska: "Tullhantering - Full service"
English: "Customs handling - Full service"
(No properties)
Svenska: "Egen förtullning"
English: "Customs, customers own declaration"
(No properties)
Svenska: "Kvitttenskopia POD"
English: "Hardcopy POD"
Property | Datatype | Validations | Description |
---|---|---|---|
Text | string | (none) |
Svenska: "Text"
English: "Text"
|
Svenska: "Beställd leveransdag (FDD)"
English: "Fixed delivery day"
Property | Datatype | Validations | Description |
---|---|---|---|
DeliveryDate | DateTime | (none) |
Svenska: "Leveransdatum"
English: "Delivery date"
|
Svenska: "Avisering"
English: "Advise"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "Leveransbesked"
English: "Delivery advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "Inbärning"
English: "Personal Delivery Service"
(No properties)
Svenska: "Efterkrav"
English: "Cash On Delivery"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Reference | string | Mandatory Maximum length = 17 |
Svenska: "Referens"
English: "Reference"
|
AccountType | GiroAccountType | Mandatory |
Svenska: "Kontotyp"
English: "Account type"
|
AccountNumber | string | Mandatory Maximum length = 34 |
Svenska: "Kontonummer"
English: "Account number"
|
ReferenceType | GiroReferenceType | Mandatory |
Svenska: "Referenstyp"
English: "Reference type"
|
BusinessIdentifierCode | string | Maximum length = 11 |
Svenska: "BIC"
English: "BIC"
|
Svenska: "Kyla"
English: "Cooled"
Property | Datatype | Validations | Description |
---|---|---|---|
MinTemperature | int | (none) |
Svenska: "Min. temperatur"
English: "Min. temperature"
|
MaxTemperature | int | (none) |
Svenska: "Max. temperatur"
English: "Max. temperature"
|
Svenska: "Tempererad"
English: "Tempered controlled"
Property | Datatype | Validations | Description |
---|---|---|---|
MinTemperature | int | (none) |
Svenska: "Min. temperatur"
English: "Min. temperature"
|
MaxTemperature | int | (none) |
Svenska: "Max. temperatur"
English: "Max. temperature"
|
Svenska: "Farligt gods"
English: "Dangereous goods"
Property | Datatype | Validations | Description |
---|---|---|---|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "F10"
English: "F10"
(No properties)
Svenska: "F12"
English: "F12"
(No properties)
Svenska: "Pallbyte"
English: "Pallet exchange"
(No properties)
Svenska: "Försäkring"
English: "Insurance"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
ServiceRequirement | DsvRoadSwedenServiceRequirement | (none) |
Svenska: "Transportsätt"
English: "Service requirement"
|
NatureOfCargo | DsvRoadSwedenNatureOfCargo | (none) |
Svenska: "Godskategori"
English: "Nature of cargo"
|
Svenska: "Begränsad mängd farligt gods"
English: "Limited quantity dangerous goods"
Property | Datatype | Validations | Description |
---|---|---|---|
GrossWeight | decimal | Minimum value = 0 Maximum value = 99999.99 |
Svenska: "Bruttovikt"
English: "Gross weight"
|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "LogTrade epostavisering"
English: "LogTrade email advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade SMS-avisering"
English: "LogTrade SMS advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade leveransavisering"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade lås"
English: "LogTrade Lock"
Property | Datatype | Validations | Description |
---|---|---|---|
UnlockKey | string | Mandatory Maximum length = 255 |
Svenska: "Nyckel"
English: "Unlock key"
|
UnlockAtPickup | bool | (none) |
Svenska: "Lås upp vid upphämtning"
English: "Unlock at pickup"
|
UnlockAtDelivery | bool | (none) |
Svenska: "Lås upp vid leverans"
English: "Unlock at delivery"
|
Svenska: "Tidsbestämd lastning/lossning"
English: "Temporal loading/unloading"
Property | Datatype | Validations | Description |
---|---|---|---|
LoadingTime | DateTime | (none) |
Svenska: "Lastningstid"
English: "Loading time"
|
UnloadingTime | DateTime | (none) |
Svenska: "Lossningstid"
English: "Unloading time"
|
Svenska: "LogTrade inloggningsavisering"
English: "Logtrade login link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade transportdokumentavisering"
English: "Logtrade transport document link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "Kran (vid lastning/ lossning)"
English: "Crane (loading/unloading)"
(No properties)
Svenska: "F7"
English: "F7"
(No properties)
Svenska: "Installation"
English: "Installation"
(No properties)
Svenska: "Retur"
English: "Return"
(No properties)
Svenska: "Lift (vid lastning/ lossning)"
English: "Lift (loading/unloading)"
(No properties)
Svenska: "F16"
English: "F16"
(No properties)
Svenska: "AFHENT-IND-2 TIMER-BORT"
English: "AFHENT-IND-2 TIMER-BORT"
(No properties)
Svenska: "AFHENT-IND-2 TIMER-RETUR"
English: "AFHENT-IND-2 TIMER-RETUR"
(No properties)
Svenska: "AFHENT-IND-4 TIMER-BORT"
English: "AFHENT-IND-4 TIMER-BORT"
(No properties)
Svenska: "AFHENT-IND-4 TIMER-RETUR"
English: "AFHENT-IND-4 TIMER-RETUR"
(No properties)
Svenska: "AFHENT-IND-BORT"
English: "AFHENT-IND-BORT"
(No properties)
Svenska: "AFHENT-IND-RETUR"
English: "AFHENT-IND-RETUR"
(No properties)
Svenska: "AFHENT-IND-UDPAK-MONT-RETUR"
English: "AFHENT-IND-UDPAK-MONT-RETUR"
(No properties)
Svenska: "AFHENT-KANT-2 TIMER-BORT"
English: "AFHENT-KANT-2 TIMER-BORT"
(No properties)
Svenska: "AFHENT-KANT-2 TIMER-RETUR"
English: "AFHENT-KANT-2 TIMER-RETUR"
(No properties)
Svenska: "AFHENT-KANT-4 TIMER-BORT"
English: "AFHENT-KANT-4 TIMER-BORT"
(No properties)
Svenska: "AFHENT-KANT-4 TIMER-RETUR"
English: "AFHENT-KANT-4 TIMER-RETUR"
(No properties)
Svenska: "AFHENT-KANT-BORT"
English: "AFHENT-KANT-BORT"
(No properties)
Svenska: "AFHENT-KANT-RETUR"
English: "AFHENT-KANT-RETUR"
(No properties)
Svenska: "IND"
English: "IND"
(No properties)
Svenska: "IND-2 TIMER"
English: "IND-2 TIMER"
(No properties)
Svenska: "IND-2 TIMER-BORT"
English: "IND-2 TIMER-BORT"
(No properties)
Svenska: "IND-2 TIMER-OMBYT"
English: "IND-2 TIMER-OMBYT"
(No properties)
Svenska: "IND-2 TIMER-OMBYT-UDPAK-MONT"
English: "IND-2 TIMER-OMBYT-UDPAK-MONT"
(No properties)
Svenska: "IND-2 TIMER-OMBYT-UDPAK-MONT-BORT"
English: "IND-2 TIMER-OMBYT-UDPAK-MONT-BORT"
(No properties)
Svenska: "IND-2 TIMER-UDPAK"
English: "IND-2 TIMER-UDPAK"
(No properties)
Svenska: "IND-2 TIMER-UDPAK-BORT"
English: "IND-2 TIMER-UDPAK-BORT"
(No properties)
Svenska: "IND-2 TIMER-UDPAK-MONT"
English: "IND-2 TIMER-UDPAK-MONT"
(No properties)
Svenska: "IND-2 TIMER-UDPAK-MONT-BORT"
English: "IND-2 TIMER-UDPAK-MONT-BORT"
(No properties)
Svenska: "IND-4 TIMER"
English: "IND-4 TIMER"
(No properties)
Svenska: "IND-4 TIMER-BORT"
English: "IND-4 TIMER-BORT"
(No properties)
Svenska: "IND-4 TIMER-OMBYT"
English: "IND-4 TIMER-OMBYT"
(No properties)
Svenska: "IND-4 TIMER-OMBYT-UDPAK-MONT"
English: "IND-4 TIMER-OMBYT-UDPAK-MONT"
(No properties)
Svenska: "IND-4 TIMER-OMBYT-UDPAK-MONT-BORT"
English: "IND-4 TIMER-OMBYT-UDPAK-MONT-BORT"
(No properties)
Svenska: "IND-4 TIMER-UDPAK"
English: "IND-4 TIMER-UDPAK"
(No properties)
Svenska: "IND-4 TIMER-UDPAK-BORT"
English: "IND-4 TIMER-UDPAK-BORT"
(No properties)
Svenska: "IND-4 TIMER-UDPAK-MONT-BORT"
English: "IND-4 TIMER-UDPAK-MONT-BORT"
(No properties)
Svenska: "IND-BORT"
English: "IND-BORT"
(No properties)
Svenska: "IND-OMBYT"
English: "IND-OMBYT"
(No properties)
Svenska: "IND-OMBYT-UDPAK-MONT"
English: "IND-OMBYT-UDPAK-MONT"
(No properties)
Svenska: "IND-OMBYT-UDPAK-MONT-BORT"
English: "IND-OMBYT-UDPAK-MONT-BORT"
(No properties)
Svenska: "IND-UDPAK"
English: "IND-UDPAK"
(No properties)
Svenska: "IND-UDPAK-MONT"
English: "IND-UDPAK-MONT"
(No properties)
Svenska: "IND-UDPAK-MONT-BORT"
English: "IND-UDPAK-MONT-BORT"
(No properties)
Svenska: "KANT"
English: "KANT"
(No properties)
Svenska: "KANT-2 TIMER"
English: "KANT-2 TIMER"
(No properties)
Svenska: "KANT-2 TIMER-BORT"
English: "KANT-2 TIMER-BORT"
(No properties)
Svenska: "KANT-2 TIMER-OMBYT"
English: "KANT-2 TIMER-OMBYT"
(No properties)
Svenska: "KANT-4 TIMER"
English: "KANT-4 TIMER"
(No properties)
Svenska: "KANT-4 TIMER-BORT"
English: "KANT-4 TIMER-BORT"
(No properties)
Svenska: "KANT-4 TIMER-OMBYT"
English: "KANT-4 TIMER-OMBYT"
(No properties)
Svenska: "KANT-BORT"
English: "KANT-BORT"
(No properties)
Svenska: "KANT-OMBYT"
English: "KANT-OMBYT"
(No properties)
Svenska: "Avisering"
English: "Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "Efterkravsavgift"
English: "Efterkravsavgift"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Reference | string | Mandatory Maximum length = 17 |
Svenska: "Referens"
English: "Reference"
|
AccountType | GiroAccountType | Mandatory |
Svenska: "Kontotyp"
English: "Account type"
|
AccountNumber | string | Mandatory Maximum length = 34 |
Svenska: "Kontonummer"
English: "Account number"
|
ReferenceType | GiroReferenceType | Mandatory |
Svenska: "Referenstyp"
English: "Reference type"
|
BusinessIdentifierCode | string | Maximum length = 11 |
Svenska: "BIC"
English: "BIC"
|
Svenska: "Kopia på kvitterad Fraktsedel"
English: "Kopia på kvitterad Fraktsedel"
(No properties)
Svenska: "Kundavhämtat gods"
English: "Kundavhämtat gods"
(No properties)
Svenska: "Farligt gods"
English: "Dangerous goods"
Property | Datatype | Validations | Description |
---|---|---|---|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "Utskrift av inrikes Fraktsedel"
English: "Utskrift av inrikes Fraktsedel"
(No properties)
Svenska: "Pallbytesavgift"
English: "Pallbytesavgift"
(No properties)
Svenska: "Begränsad mängd farligt gods"
English: "Limited quantity dangerous goods"
Property | Datatype | Validations | Description |
---|---|---|---|
GrossWeight | decimal | Minimum value = 0 Maximum value = 99999.99 |
Svenska: "Bruttovikt"
English: "Gross weight"
|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "LogTrade epostavisering"
English: "LogTrade email advice service"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade SMS-avisering"
English: "LogTrade SMS advice service"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade leveransavisering"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade inloggningsavisering"
English: "Logtrade login link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade transportdokumentavisering"
English: "Logtrade transport document link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade lås"
English: "LogTrade Lock"
Property | Datatype | Validations | Description |
---|---|---|---|
UnlockKey | string | Mandatory Maximum length = 255 |
Svenska: "Nyckel"
English: "Unlock key"
|
UnlockAtPickup | bool | (none) |
Svenska: "Lås upp vid upphämtning"
English: "Unlock at pickup"
|
UnlockAtDelivery | bool | (none) |
Svenska: "Lås upp vid leverans"
English: "Unlock at delivery"
|
Svenska: "Leveransbesked"
English: "Delivery notification"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "Tidslossning innan 12:00"
English: "Time Agreed Delivery Service Before 12:00"
(No properties)
Svenska: "Tidslossning Efter 12:00"
English: "Time Agreed Delivery Service After 12:00"
(No properties)
Svenska: "Tidslossning Tidsbestämd"
English: "Time Agreed Delivery Service Certain time"
Property | Datatype | Validations | Description |
---|---|---|---|
DeliveryDateTime | DateTime | Mandatory |
Svenska: "Leveransdatum"
English: "Delivery date"
|
Svenska: "Långgods"
English: "Long Goods"
(No properties)
Svenska: "Bakgavellift"
English: "Tail Lift Delivery Service"
(No properties)
Svenska: "Avisering privatperson"
English: "Advice Private Person"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "Avisering"
English: "Advice service"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "Efterkrav"
English: "Cash On Delivery"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Reference | string | Mandatory Maximum length = 17 |
Svenska: "Referens"
English: "Reference"
|
AccountType | GiroAccountType | Mandatory |
Svenska: "Kontotyp"
English: "Account type"
|
AccountNumber | string | Mandatory Maximum length = 34 |
Svenska: "Kontonummer"
English: "Account number"
|
ReferenceType | GiroReferenceType | Mandatory |
Svenska: "Referenstyp"
English: "Reference type"
|
BusinessIdentifierCode | string | Maximum length = 11 |
Svenska: "BIC"
English: "BIC"
|
Svenska: "Kopia på kvitterad fraktsedel"
English: "Copy of signed freight order"
(No properties)
Svenska: "Hämtas av mottagare hos OnRoad"
English: "Customer received goods"
(No properties)
Svenska: "Farligt gods"
English: "Dangerous goods"
Property | Datatype | Validations | Description |
---|---|---|---|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "Utskrift av inrikes fraktsedel"
English: "Domestic freight order printout"
(No properties)
Svenska: "Pallbyte"
English: "Pallet change fee"
(No properties)
Svenska: "Begränsad mängd farligt gods"
English: "Limited quantity dangerous goods"
Property | Datatype | Validations | Description |
---|---|---|---|
GrossWeight | decimal | Minimum value = 0 Maximum value = 99999.99 |
Svenska: "Bruttovikt"
English: "Gross weight"
|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "LogTrade epostavisering"
English: "LogTrade email advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade SMS-avisering"
English: "LogTrade SMS advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade leveransavisering"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade inloggningsavisering"
English: "Logtrade login link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade transportdokumentavisering"
English: "Logtrade transport document link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade lås"
English: "LogTrade Lock"
Property | Datatype | Validations | Description |
---|---|---|---|
UnlockKey | string | Mandatory Maximum length = 255 |
Svenska: "Nyckel"
English: "Unlock key"
|
UnlockAtPickup | bool | (none) |
Svenska: "Lås upp vid upphämtning"
English: "Unlock at pickup"
|
UnlockAtDelivery | bool | (none) |
Svenska: "Lås upp vid leverans"
English: "Unlock at delivery"
|
Svenska: "Avisering"
English: "Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AviseringsMall | string | Mandatory Maximum length = 2 |
Svenska: "Aviseringsmall"
English: "Advise Template"
|
Svenska: "48 - Föravisering"
English: "48 - Pre advice service"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "49 - Leveransavisering"
English: "49 - Delivery notification advice service"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "51 - Utlämningsavisering"
English: "51 - Confirmation of delivery advice service"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "1 - Postförskott"
English: "1 - Cash on Delivery"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Reference | string | Mandatory Maximum length = 17 |
Svenska: "Referens"
English: "Reference"
|
AccountType | GiroAccountType | Mandatory |
Svenska: "Kontotyp"
English: "Account type"
|
AccountNumber | string | Mandatory Maximum length = 34 |
Svenska: "Kontonummer"
English: "Account number"
|
ReferenceType | GiroReferenceType | Mandatory |
Svenska: "Referenstyp"
English: "Reference type"
|
BusinessIdentifierCode | string | Maximum length = 11 |
Svenska: "BIC"
English: "BIC"
|
Svenska: "2 - Behållarhyra"
English: "2 - Container charge"
(No properties)
Svenska: "76 - Farligt gods"
English: "76 - Dangerous Goods"
Property | Datatype | Validations | Description |
---|---|---|---|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "3 - Begränsad mängd farligt gods"
English: "3 - Limited quantity dangerous goods"
Property | Datatype | Validations | Description |
---|---|---|---|
GrossWeight | decimal | Minimum value = 0 Maximum value = 99999.99 |
Svenska: "Bruttovikt"
English: "Gross weight"
|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "4 - Mottagarfrakt"
English: "4 - Mottagarfrakt"
(No properties)
Svenska: "30 - Tilläggsförsäkring"
English: "30 - Tilläggsförsäkring"
(No properties)
Svenska: "Leveransanvisning"
English: "Leveransanvisning"
(No properties)
Svenska: "77 - Valfritt hämtställe"
English: "77 - Valfritt hämtställe"
(No properties)
Svenska: "71 - Leveransanvisning"
English: "71 - Leveransanvisning"
(No properties)
Svenska: "72 - Leveransanvisning"
English: "72 - Leveransanvisning"
(No properties)
Svenska: "73 - Leveransanvisning"
English: "73 - Leveransanvisning"
(No properties)
Svenska: "74 - Leveransanvisning"
English: "74 - Leveransanvisning"
(No properties)
Svenska: "75 - Leveransanvisning"
English: "75 - Leveransanvisning"
(No properties)
Svenska: "7 - Förkortad Liggetid"
English: "7 - Förkortad Liggetid"
Property | Datatype | Validations | Description |
---|---|---|---|
NumberOfDays | int | Maximum value = 30 |
Svenska: "Antal dagar"
English: "Number of days"
|
Svenska: "7 - Förlängd liggetid"
English: "7 - Extended wait"
(No properties)
Svenska: "PU - Personlig utlämning"
English: "PU - Personlig utlämning"
(No properties)
Svenska: "MB - Mottagningsbevis"
English: "MB - Mottagningsbevis"
(No properties)
Svenska: "UT - Utkörning"
English: "UT - Utkörning"
(No properties)
Svenska: "39 - Utkörning till mottagaren"
English: "39 - Utkörning till mottagaren"
(No properties)
Svenska: "UA - Utökat ansvar"
English: "UA - Utökat ansvar"
(No properties)
Svenska: "36 - Lördagsutkörning"
English: "36 - Saturday express"
(No properties)
Svenska: "BM - Betalningsmedel"
English: "BM - Betalningsmedel"
(No properties)
Svenska: "KB - Kvittensbild"
English: "KB - Kvittensbild"
(No properties)
Svenska: "KI - Kvittensbild index"
English: "KI - Kvittensbild index"
(No properties)
Svenska: "Militärt"
English: "Militärt"
(No properties)
Svenska: "ID - Utökad ID-kontroll"
English: "ID - Utökad ID-kontroll"
(No properties)
Svenska: "KK - Äldre kort återlämnas"
English: "KK - Äldre kort återlämnas"
(No properties)
Svenska: "IK - Utökad ID-kontroll och Äldre kort återlämnas"
English: "IK - Utökad ID-kontroll och Äldre kort återlämnas"
(No properties)
Svenska: "34 - Upphämtning hos avsändaren"
English: "34 - Pickup at Sender"
(No properties)
Svenska: "87 - Returuppdrag"
English: "87 - Return assignment"
(No properties)
Svenska: "F6 - Early Collect"
English: "38 - Recipient collects"
(No properties)
Svenska: "E8 - Split shipment"
English: "E8 - Split shipment"
Property | Datatype | Validations | Description |
---|---|---|---|
ContainedProducts | PostenSwedenContainedProducts | Mandatory |
Svenska: "Ingående produkt(er)"
English: "Contained product(s)"
|
Svenska: "55 - Delivery without POD"
English: "55 - Delivery without POD"
(No properties)
Svenska: "Q1 - Time Agreed Delivery"
English: "Q1 - Time Agreed Delivery"
(No properties)
Svenska: "LogTrade epostavisering"
English: "LogTrade Email Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade SMS-avisering"
English: "LogTrade SMS Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "60 - Påse på dörren"
English: "60 - Parcel on Door"
(No properties)
Svenska: "61 - Skrymme"
English: "61 - Skrymme"
(No properties)
Svenska: "35 - Kundunik avgift"
English: "35 - Kundunik avgift"
(No properties)
Svenska: "24 - Utökad identifiering"
English: "24 - Extra Identification"
Property | Datatype | Validations | Description |
---|---|---|---|
PersonalIdentityNumber | string | (none) |
Svenska: "Personnummer"
English: "Personal identity number"
|
Svenska: "5 - Förkortad liggetid"
English: "5 - Reduced period of retention"
(No properties)
Svenska: "15 - Ej föravisering SMS/e-post"
English: "15 - Ej föravisering SMS/e-post"
(No properties)
Svenska: "16 - Söndagsinlämning"
English: "16 - Söndagsinlämning"
(No properties)
Svenska: "Inlämningsavisering"
English: "Handover advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "LogTrade leveransavisering"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade inloggningsavisering"
English: "Logtrade login link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade transportdokumentavisering"
English: "Logtrade transport document link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade epostavisering"
English: "LogTrade Email Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade SMS-avisering"
English: "LogTrade SMS Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade inloggningsavisering"
English: "Logtrade login link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade transportdokumentavisering"
English: "Logtrade transport document link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade leveransavisering"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade lås"
English: "LogTrade Lock"
Property | Datatype | Validations | Description |
---|---|---|---|
UnlockKey | string | Mandatory Maximum length = 255 |
Svenska: "Nyckel"
English: "Unlock key"
|
UnlockAtPickup | bool | (none) |
Svenska: "Lås upp vid upphämtning"
English: "Unlock at pickup"
|
UnlockAtDelivery | bool | (none) |
Svenska: "Lås upp vid leverans"
English: "Unlock at delivery"
|
Svenska: "1 - Postförskott"
English: "1 - Cash On Delivery"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Reference | string | Mandatory Maximum length = 17 |
Svenska: "Referens"
English: "Reference"
|
AccountType | GiroAccountType | Mandatory |
Svenska: "Kontotyp"
English: "Account type"
|
AccountNumber | string | Mandatory Maximum length = 34 |
Svenska: "Kontonummer"
English: "Account number"
|
ReferenceType | GiroReferenceType | Mandatory |
Svenska: "Referenstyp"
English: "Reference type"
|
BusinessIdentifierCode | string | Maximum length = 11 |
Svenska: "BIC"
English: "BIC"
|
Svenska: "2 - Behållarhyra"
English: "2 - Container Rent"
(No properties)
Svenska: "A8 - Begränsad mängd farligt gods"
English: "A8 - Dangerous Goods LQ"
Property | Datatype | Validations | Description |
---|---|---|---|
GrossWeight | decimal | Minimum value = 0 Maximum value = 99999.99 |
Svenska: "Bruttovikt"
English: "Gross weight"
|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "B9 - ADR (Farligt gods)"
English: "B9 - ADR (Dangerous Goods)"
Property | Datatype | Validations | Description |
---|---|---|---|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "C1 - Mottagarfrakt"
English: "C1 - Recipient Freight"
(No properties)
Svenska: "E8 - Split shipment"
English: "E8 - Split shipment"
Property | Datatype | Validations | Description |
---|---|---|---|
ContainedProducts | PostNordSwedenContainedProducts | Mandatory |
Svenska: "Ingående produkt(er)"
English: "Contained product(s)"
|
Svenska: "D3 - Föravisering"
English: "D3 - Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "49 - Leveransavisering"
English: "49 - Delivery Notification"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "Avisering"
English: "Notification"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AviseringsMall | string | Mandatory Maximum length = 2 |
Svenska: "Aviseringsmall"
English: "Advise Template"
|
Svenska: "B8 - Chaufförsavisering"
English: "B8 - Driver Notification"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "51 - Utlämningsavisering"
English: "51 - Delivery Confirmation"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "77 - Valfritt hämtställe"
English: "77 - Optional Service Point"
(No properties)
Svenska: "7 - Utökad liggetid"
English: "7 - Extended Retention"
(No properties)
Svenska: "5 - Förkortad liggetid"
English: "5 - Reduced Retention"
Property | Datatype | Validations | Description |
---|---|---|---|
NumberOfDays | int | Maximum value = 30 |
Svenska: "Antal dagar"
English: "Number of days"
|
Svenska: "24 - Utökad identifiering"
English: "24 - ID Check Extended"
Property | Datatype | Validations | Description |
---|---|---|---|
PersonalIdentityNumber | string | (none) |
Svenska: "Personnummer"
English: "Personal identity number"
|
Svenska: "F6 - Early Collect"
English: "F6 - Early Collect"
(No properties)
Svenska: "D5 - Privat mottagare"
English: "D5 - Private receiver"
(No properties)
Svenska: "55 - Leverans utan kvittens"
English: "55 - FlexDelivery"
(No properties)
Svenska: "B7 - Leverans till anvisad plats"
English: "B7 - Carry-in"
(No properties)
Svenska: "Q1 - Tidsbestämd leverans"
English: "Q1 - Time Agreed Delivery"
(No properties)
Svenska: "E1 - Däck"
English: "E1 - Tyres"
(No properties)
Svenska: "46 - Pallöverföring"
English: "46 - Pallett Exchange"
(No properties)
Svenska: "74 - Avemballering"
English: "74 - Unwrapping"
(No properties)
Svenska: "97 - Garanti retur"
English: "97 - Warranty Return"
(No properties)
Svenska: "98 - Returemballage"
English: "98 - Return of Wrappings"
(No properties)
Svenska: "99 - Returgods"
English: "99 - Item Returns"
(No properties)
Svenska: "A5 - Varuförsäkring"
English: "A5 - Insurance"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Svenska: "12 - 17-21"
English: "12 - 17-21"
(No properties)
Svenska: "15 - Ej föravisering SMS/e-post"
English: "15 - Ej föravisering SMS/e-post"
(No properties)
Svenska: "16 - Söndagsinlämning"
English: "16 - Söndagsinlämning"
(No properties)
Svenska: "35 - Kundunik avgift"
English: "35 - Kundunik avgift"
(No properties)
Svenska: "60 - Påse på dörren"
English: "60 - Påse på dörren"
(No properties)
Svenska: "Inlämningskvitto"
English: "Hand over advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "MB - Mottagningsbevis"
English: "MB - Mottagningsbevis"
(No properties)
Svenska: "KB - Mottagarkvittens"
English: "KB - Mottagarkvittens"
(No properties)
Svenska: "KI - Mottagarkvittens med utökat index"
English: "KI - Mottagarkvittens med utökat index"
(No properties)
Svenska: "PU - Personlig utlämning"
English: "PU - Personlig utlämning"
(No properties)
Svenska: "Rek 10 000"
English: "Rek 10 000"
(No properties)
Svenska: "eBrev avisering"
English: "eBrev avisering"
(No properties)
Svenska: "40 - Kvittenskrav"
English: "40 - Signature required"
(No properties)
Svenska: "36 - FlexChange"
English: "36 - FlexChange"
(No properties)
Svenska: "D8 - Ålderskontroll"
English: "D8 - Age Check"
Property | Datatype | Validations | Description |
---|---|---|---|
MinimumAge | int | (none) |
Svenska: "Ålder"
English: "Age"
|
Svenska: "C4 - Legitimationskontroll"
English: "C4 - ID Check"
(No properties)
Svenska: "32 - Fakturaköp"
English: "32 - Purchase on Invoice"
(No properties)
Svenska: "D1 - Direktretur"
English: "D1 - Return to sender"
(No properties)
Svenska: "D9 - Klimatkompensation"
English: "D9 - Climate compensation"
(No properties)
Svenska: "D6 - Before 9"
English: "D6 - Before 9"
(No properties)
Svenska: "D7 - Before 12"
English: "D7 - Before 12"
(No properties)
Svenska: "93 - Over size"
English: "93 - Over size"
(No properties)
Svenska: "C2 - Print Return Label"
English: "C2 - Print Return Label"
(No properties)
Svenska: "41 - Kylt"
English: "41 - Cold"
(No properties)
Svenska: "43 - Fryst"
English: "43 - Freeze"
(No properties)
Svenska: "E5 - Collect in Store - Label Only"
English: "E5 - Collect in Store - Label Only"
(No properties)
Svenska: "E4 - Collect in Store"
English: "E4 - Collect in Store"
(No properties)
Svenska: "SameDay"
English: "SameDay"
Property | Datatype | Validations | Description |
---|---|---|---|
StartTime | DateTime | Mandatory |
Svenska: "Starttid"
English: "Start time"
|
EndTime | DateTime | (none) |
Svenska: "Sluttid"
English: "End time"
|
Svenska: "E3 - Returupphämtning "
English: "E3 - Return Pickup Private"
(No properties)
Svenska: "G3 - Extended Retention Time 14 Days"
English: "G3 - Extended Retention Time 14 Days"
(No properties)
Svenska: "G4 - Fixed Retention Time 7 Days"
English: "G4 - Fixed Retention Time 7 Days"
(No properties)
Svenska: "M5 - Not to parcel locker"
English: "M5 - Not to parcel locker"
(No properties)
Svenska: "M6 - Print digital return Pickup"
English: "M6 - Print digital return Pickup"
(No properties)
Svenska: "E6 - Pickup Confirmation"
English: "E6 - Pickup Confirmation"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "F8 - Private Receiver Direct Delivery"
English: "F8 - Private Receiver Direct Delivery"
(No properties)
Svenska: "17 - Två utkörningsförsök"
English: "17 - Two delivery attempts"
(No properties)
Svenska: "H9 - Heavy"
English: "H9 - Heavy"
(No properties)
Svenska: "Avisering"
English: "Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "Leveransnotifiering"
English: "Pre notice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "Inbärning"
English: "In-door Delivery"
(No properties)
Svenska: "Efterkrav"
English: "Cash on delivery"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Reference | string | Mandatory Maximum length = 17 |
Svenska: "Referens"
English: "Reference"
|
AccountType | GiroAccountType | Mandatory |
Svenska: "Kontotyp"
English: "Account type"
|
AccountNumber | string | Mandatory Maximum length = 34 |
Svenska: "Kontonummer"
English: "Account number"
|
ReferenceType | GiroReferenceType | Mandatory |
Svenska: "Referenstyp"
English: "Reference type"
|
BusinessIdentifierCode | string | Maximum length = 11 |
Svenska: "BIC"
English: "BIC"
|
Svenska: "Kylfrakt"
English: "Cold"
Property | Datatype | Validations | Description |
---|---|---|---|
MinTemperature | int | Minimum value = 2 Maximum value = 7 |
Svenska: "Min. temperatur"
English: "Min. temperature"
|
MaxTemperature | int | Minimum value = 3 Maximum value = 8 |
Svenska: "Max. temperatur"
English: "Max. temperature"
|
Svenska: "Farligt gods"
English: "Dangerous goods"
Property | Datatype | Validations | Description |
---|---|---|---|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "Extra bemanning (avtalas via tel.)"
English: "Extra manpower"
(No properties)
Svenska: "Frysfrakt"
English: "Freeze"
Property | Datatype | Validations | Description |
---|---|---|---|
MinTemperature | int | Minimum value = -25 Maximum value = -19 |
Svenska: "Min. temperatur"
English: "Min. temperature"
|
MaxTemperature | int | Minimum value = -24 Maximum value = -18 |
Svenska: "Max. temperatur"
English: "Max. temperature"
|
Svenska: "Frostfritt"
English: "Frost Free"
Property | Datatype | Validations | Description |
---|---|---|---|
MinTemperature | int | Minimum value = 5 Maximum value = 24 |
Svenska: "Min. temperatur"
English: "Min. temperature"
|
MaxTemperature | int | Minimum value = 6 Maximum value = 25 |
Svenska: "Max. temperatur"
English: "Max. temperature"
|
Svenska: "Varuförsäkring"
English: "Insurance"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.01 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Svenska: "Special"
English: "Special"
(No properties)
Svenska: "Tekniska Hjälpmedel (avtalas via tel.)"
English: "Technical aid"
(No properties)
Svenska: "Express"
English: "Express"
(No properties)
Svenska: "Tidslossning"
English: "Time specific Unloading"
Property | Datatype | Validations | Description |
---|---|---|---|
LossningsTidpunkt | DateTime | Mandatory |
Svenska: "Lossningstid"
English: "Unloading time"
|
Svenska: "Leveransbevis"
English: "Proof of delivery"
(No properties)
Svenska: "Express"
English: "Express"
(No properties)
Svenska: "Begränsad mängd farligt gods"
English: "Limited quantity dangerous goods"
Property | Datatype | Validations | Description |
---|---|---|---|
GrossWeight | decimal | Minimum value = 0 Maximum value = 99999.99 |
Svenska: "Bruttovikt"
English: "Gross weight"
|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "LogTrade epostavisering"
English: "LogTrade email advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade SMS-avisering"
English: "LogTrade SMS advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade lås"
English: "LogTrade Lock"
Property | Datatype | Validations | Description |
---|---|---|---|
UnlockKey | string | Mandatory Maximum length = 255 |
Svenska: "Nyckel"
English: "Unlock key"
|
UnlockAtPickup | bool | (none) |
Svenska: "Lås upp vid upphämtning"
English: "Unlock at pickup"
|
UnlockAtDelivery | bool | (none) |
Svenska: "Lås upp vid leverans"
English: "Unlock at delivery"
|
Svenska: "Särskilt varuslag - Livsmedel"
English: "Special goods - Food"
(No properties)
Svenska: "Särskilt varuslag - Läkemedel"
English: "Special goods - Medical"
(No properties)
Svenska: "Svalfrakt"
English: "Cool"
Property | Datatype | Validations | Description |
---|---|---|---|
MinTemperature | int | Minimum value = 8 Maximum value = 13 |
Svenska: "Min. temperatur"
English: "Min. temperature"
|
MaxTemperature | int | Minimum value = 9 Maximum value = 14 |
Svenska: "Max. temperatur"
English: "Max. temperature"
|
Svenska: "Hemleverans"
English: "Home delivery"
(No properties)
Svenska: "Chaufförsavisering"
English: "Advice by driver"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "LogTrade leveransavisering"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade inloggningsavisering"
English: "Logtrade login link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade transportdokumentavisering"
English: "Logtrade transport document link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "Lokalavtal"
English: "DB SCHENKERlocal"
(No properties)
Svenska: "Fix Day"
English: "Fix Day"
Property | Datatype | Validations | Description |
---|---|---|---|
Time | DateTime | Mandatory |
Svenska: "Tid"
English: "Time"
|
Svenska: "Premium 10"
English: "Premium 10"
(No properties)
Svenska: "Premium 13"
English: "Premium 13"
(No properties)
Svenska: "Dedicated truck"
English: "Dedicated truck"
(No properties)
Svenska: "Long Goods"
English: "Long Goods"
(No properties)
Svenska: "Fix Day 10"
English: "Fix Day 10"
Property | Datatype | Validations | Description |
---|---|---|---|
Time | DateTime | Mandatory |
Svenska: "Tid"
English: "Time"
|
Svenska: "Fix Day 13"
English: "Fix Day 13"
Property | Datatype | Validations | Description |
---|---|---|---|
Time | DateTime | Mandatory |
Svenska: "Tid"
English: "Time"
|
Svenska: "Time Window pick-up, morning"
English: "Time Window pick-up, morning"
(No properties)
Svenska: "Time Window pick-up, afternoon"
English: "Time Window pick-up, afternoon"
(No properties)
Svenska: "Time Window delivery, morning"
English: "Time Window delivery, morning"
(No properties)
Svenska: "Time Window delivery, afternoon"
English: "Time Window delivery, afternoon"
(No properties)
Svenska: "Pre-Notice pick-up"
English: "Pre-Notice pick-up"
(No properties)
Svenska: "Pre-Notice delivery"
English: "Pre-Notice delivery"
(No properties)
Svenska: "Fix Day Hämtning"
English: "Fix Day pick-up"
Property | Datatype | Validations | Description |
---|---|---|---|
Time | DateTime | Mandatory |
Svenska: "Tid"
English: "Time"
|
Svenska: "Fix Day Leverans"
English: "Fix Day delivery"
Property | Datatype | Validations | Description |
---|---|---|---|
Time | DateTime | Mandatory |
Svenska: "Tid"
English: "Time"
|
Svenska: "Leverans till Digitalt lås"
English: "Digital locked delivery"
(No properties)
Svenska: "Offsetting"
English: "Offsetting"
(No properties)
Svenska: "Bakgavellift"
English: "Tail lift delivery"
(No properties)
Svenska: "Fix Day To Be Agreed"
English: "Fix Day To Be Agreed"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "Retur hämtning"
English: "Return Pick-up"
(No properties)
Svenska: "Drop Without POD+"
English: "Drop Without POD+"
(No properties)
Svenska: "Förnybart bränsle"
English: "Renewable fuel"
(No properties)
Svenska: "Hämta på terminal"
English: "Collect at terminal"
(No properties)
Svenska: "Inbärning"
English: "In-door Delivery"
(No properties)
Svenska: "Pallöverföring"
English: "Pallet Transfer (EUR pallets)"
(No properties)
Svenska: "Långgods 3-6 meter"
English: "Long goods 3-6 meters"
(No properties)
Svenska: "Långgods 6-12 meter"
English: "Long goods 6-12 meters"
(No properties)
Svenska: "Efterkrav"
English: "Cash on delivery"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Reference | string | Mandatory Maximum length = 17 |
Svenska: "Referens"
English: "Reference"
|
AccountType | GiroAccountType | Mandatory |
Svenska: "Kontotyp"
English: "Account type"
|
AccountNumber | string | Mandatory Maximum length = 34 |
Svenska: "Kontonummer"
English: "Account number"
|
ReferenceType | GiroReferenceType | Mandatory |
Svenska: "Referenstyp"
English: "Reference type"
|
BusinessIdentifierCode | string | Maximum length = 11 |
Svenska: "BIC"
English: "BIC"
|
Svenska: "Värme"
English: "Warm"
Property | Datatype | Validations | Description |
---|---|---|---|
MinTemperature | int | (none) |
Svenska: "Min. temperatur"
English: "Min. temperature"
|
MaxTemperature | int | (none) |
Svenska: "Max. temperatur"
English: "Max. temperature"
|
Svenska: "Farligt gods"
English: "Dangerous goods"
Property | Datatype | Validations | Description |
---|---|---|---|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "Privat"
English: "Private"
(No properties)
Svenska: "Logtrade epostavisering"
English: "Logtrade email advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade SMS-avisering"
English: "LogTrade SMS advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade leveransavisering"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade inloggningsavisering"
English: "Logtrade login link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade transportdokumentavisering"
English: "Logtrade transport document link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade lås"
English: "LogTrade Lock"
Property | Datatype | Validations | Description |
---|---|---|---|
UnlockKey | string | Mandatory Maximum length = 255 |
Svenska: "Nyckel"
English: "Unlock key"
|
UnlockAtPickup | bool | (none) |
Svenska: "Lås upp vid upphämtning"
English: "Unlock at pickup"
|
UnlockAtDelivery | bool | (none) |
Svenska: "Lås upp vid leverans"
English: "Unlock at delivery"
|
Svenska: "Efterkrav"
English: "Cash on delivery"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Reference | string | Mandatory Maximum length = 17 |
Svenska: "Referens"
English: "Reference"
|
AccountType | GiroAccountType | Mandatory |
Svenska: "Kontotyp"
English: "Account type"
|
AccountNumber | string | Mandatory Maximum length = 34 |
Svenska: "Kontonummer"
English: "Account number"
|
ReferenceType | GiroReferenceType | Mandatory |
Svenska: "Referenstyp"
English: "Reference type"
|
BusinessIdentifierCode | string | Maximum length = 11 |
Svenska: "BIC"
English: "BIC"
|
Svenska: "Contract-ID"
English: "Contract-ID"
(No properties)
Svenska: "Swap service"
English: "Swap service"
(No properties)
Svenska: "Utlämningsavisering (Till avsändaren)"
English: "Confirmation of delivery advice (To sender)"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
NotifyForEvents | BringDeliveryEvent | (none) |
Svenska: "Leveransavisering"
English: "Delivery advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "Miljöretur"
English: "Recycling Standard"
Property | Datatype | Validations | Description |
---|---|---|---|
NumberOfItems | int | (none) |
Svenska: "Antal"
English: "Number of items"
|
Svenska: "Retur av emballage"
English: "Return of packaging"
Property | Datatype | Validations | Description |
---|---|---|---|
NumberOfItems | int | (none) |
Svenska: "Antal"
English: "Number of items"
|
Svenska: "Lastningsavisering"
English: "Loading advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "Varuförsäkring"
English: "Insurance"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Svenska: "Tidslossning"
English: "Time agreed delivery"
Property | Datatype | Validations | Description |
---|---|---|---|
Time | DateTime | (none) |
Svenska: "Tid"
English: "Time"
|
Svenska: "Installation Mechanical"
English: "Installation Mechanical"
Property | Datatype | Validations | Description |
---|---|---|---|
NumberOfItems | int | Minimum value = 1 |
Svenska: "Antal"
English: "Number of items"
|
Svenska: "Installation Standardized"
English: "Installation Standardized"
Property | Datatype | Validations | Description |
---|---|---|---|
NumberOfItems | int | Minimum value = 1 |
Svenska: "Antal"
English: "Number of items"
|
Svenska: "Installation Customized"
English: "Installation Customized"
Property | Datatype | Validations | Description |
---|---|---|---|
NumberOfItems | int | Minimum value = 1 |
Svenska: "Antal"
English: "Number of items"
|
Svenska: "Logtrade epostavisering"
English: "Logtrade email advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade SMS-avisering"
English: "LogTrade SMS advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade leveransavisering"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade inloggningsavisering"
English: "Logtrade login link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade transportdokumentavisering"
English: "Logtrade transport document link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade lås"
English: "LogTrade Lock"
Property | Datatype | Validations | Description |
---|---|---|---|
UnlockKey | string | Mandatory Maximum length = 255 |
Svenska: "Nyckel"
English: "Unlock key"
|
UnlockAtPickup | bool | (none) |
Svenska: "Lås upp vid upphämtning"
English: "Unlock at pickup"
|
UnlockAtDelivery | bool | (none) |
Svenska: "Lås upp vid leverans"
English: "Unlock at delivery"
|
Svenska: "1 - Postförskott"
English: "1 - Cash On Delivery"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Reference | string | Mandatory Maximum length = 17 |
Svenska: "Referens"
English: "Reference"
|
AccountType | GiroAccountType | Mandatory |
Svenska: "Kontotyp"
English: "Account type"
|
AccountNumber | string | Mandatory Maximum length = 34 |
Svenska: "Kontonummer"
English: "Account number"
|
ReferenceType | GiroReferenceType | Mandatory |
Svenska: "Referenstyp"
English: "Reference type"
|
BusinessIdentifierCode | string | Maximum length = 11 |
Svenska: "BIC"
English: "BIC"
|
Svenska: "3 - Begränsad mängd farligt gods"
English: "3 - Begränsad mängd farligt gods3 - Limited Quantities of Dangerous Goods"
Property | Datatype | Validations | Description |
---|---|---|---|
GrossWeight | decimal | Minimum value = 0 Maximum value = 99999.99 |
Svenska: "Bruttovikt"
English: "Gross weight"
|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "53 - Tidsbestämd leverans"
English: "53 - Time Agreed Delivery"
(No properties)
Svenska: "55 - Leverans utan kvittens"
English: "55 - Delivery without POD"
(No properties)
Svenska: "Avisering"
English: "Notification"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AviseringsMall | string | Mandatory Maximum length = 2 |
Svenska: "Aviseringsmall"
English: "Advise Template"
|
Svenska: "39 - Utkörning"
English: "39 - Home Delivery"
(No properties)
Svenska: "77 - Valfritt hämtställe"
English: "77 - Optional Service Point"
(No properties)
Svenska: "LogTrade epostavisering"
English: "LogTrade Email Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade SMS-avisering"
English: "LogTrade SMS Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade lås"
English: "LogTrade Lock"
Property | Datatype | Validations | Description |
---|---|---|---|
UnlockKey | string | Mandatory Maximum length = 255 |
Svenska: "Nyckel"
English: "Unlock key"
|
UnlockAtPickup | bool | (none) |
Svenska: "Lås upp vid upphämtning"
English: "Unlock at pickup"
|
UnlockAtDelivery | bool | (none) |
Svenska: "Lås upp vid leverans"
English: "Unlock at delivery"
|
Svenska: "ZIN - Försäkring"
English: "ZIN - Insurance"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.01 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Svenska: "ZAD - Giro forwarding"
English: "ZAD - Giro forwarding"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Reference | string | Mandatory Maximum length = 17 |
Svenska: "Referens"
English: "Reference"
|
AccountType | GiroAccountType | Mandatory |
Svenska: "Kontotyp"
English: "Account type"
|
AccountNumber | string | Mandatory Maximum length = 34 |
Svenska: "Kontonummer"
English: "Account number"
|
ReferenceType | GiroReferenceType | Mandatory |
Svenska: "Referenstyp"
English: "Reference type"
|
BusinessIdentifierCode | string | Maximum length = 11 |
Svenska: "BIC"
English: "BIC"
|
Svenska: "Värme"
English: "Heated"
Property | Datatype | Validations | Description |
---|---|---|---|
MinTemperature | int | Minimum value = 5 Maximum value = 24 |
Svenska: "Min. temperatur"
English: "Min. temperature"
|
MaxTemperature | int | Minimum value = 6 Maximum value = 25 |
Svenska: "Max. temperatur"
English: "Max. temperature"
|
Svenska: "RMD - Farligt gods"
English: "RMD - Dangerous goods"
Property | Datatype | Validations | Description |
---|---|---|---|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "ZPM - Collection request, Label print"
English: "ZPM - Collection request, Label print"
(No properties)
Svenska: "ZUF - Import bonded document"
English: "ZUF - Import bonded document"
(No properties)
Svenska: "LogTrade leveransavisering"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade inloggningsavisering"
English: "Logtrade login link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade transportdokumentavisering"
English: "Logtrade transport document link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "Indoor delivery"
English: "Indoor delivery"
(No properties)
Svenska: "Remove packaging"
English: "Remove packaging"
(No properties)
Svenska: "EE - Return for scrapping"
English: "EE - Return for scrapping"
(No properties)
Svenska: "E8 - Split shipment"
English: "E8 - Split shipment"
Property | Datatype | Validations | Description |
---|---|---|---|
ContainedProducts | PostNordNorwayContainedProducts | Mandatory |
Svenska: "Ingående produkt(er)"
English: "Contained product(s)"
|
Svenska: "Avisering"
English: "Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "E-post varsel til mot. Om gods ank. terminal"
English: "Delivered at terminal advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "eVarsling til mottaker om distribusjon"
English: "Distribution advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "Leveres hentested etter 1. utleveringsforsøk"
English: "Drop at service point after one delivery try"
(No properties)
Svenska: "Leveres hentested etter 2. utleveringsforsøk"
English: "Drop at service point after two delivery tries"
(No properties)
Svenska: "Begränsad mängd farligt gods"
English: "Limited quantity dangerous goods"
Property | Datatype | Validations | Description |
---|---|---|---|
GrossWeight | decimal | Minimum value = 0 Maximum value = 99999.99 |
Svenska: "Bruttovikt"
English: "Gross weight"
|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "Farligt gods"
English: "Dangerous goods"
Property | Datatype | Validations | Description |
---|---|---|---|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "LogTrade epostavisering"
English: "LogTrade Email Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade SMS-avisering"
English: "LogTrade SMS Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade lås"
English: "LogTrade Lock"
Property | Datatype | Validations | Description |
---|---|---|---|
UnlockKey | string | Mandatory Maximum length = 255 |
Svenska: "Nyckel"
English: "Unlock key"
|
UnlockAtPickup | bool | (none) |
Svenska: "Lås upp vid upphämtning"
English: "Unlock at pickup"
|
UnlockAtDelivery | bool | (none) |
Svenska: "Lås upp vid leverans"
English: "Unlock at delivery"
|
Svenska: "Efterkrav"
English: "Cash on delivery"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Reference | string | Mandatory Maximum length = 17 |
Svenska: "Referens"
English: "Reference"
|
AccountType | GiroAccountType | Mandatory |
Svenska: "Kontotyp"
English: "Account type"
|
AccountNumber | string | Mandatory Maximum length = 34 |
Svenska: "Kontonummer"
English: "Account number"
|
ReferenceType | GiroReferenceType | Mandatory |
Svenska: "Referenstyp"
English: "Reference type"
|
BusinessIdentifierCode | string | Maximum length = 11 |
Svenska: "BIC"
English: "BIC"
|
Svenska: "LogTrade leveransavisering"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade inloggningsavisering"
English: "Logtrade login link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade transportdokumentavisering"
English: "Logtrade transport document link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "Pick Up"
English: "Pick Up"
(No properties)
Svenska: "Specialgods"
English: "Special goods"
(No properties)
Svenska: "Forenklet utlevering"
English: "Simplified delivery"
(No properties)
Svenska: "Legitimasjonsplikt"
English: "ID verification"
(No properties)
Svenska: "Personlig utlevering"
English: "Individual verification"
(No properties)
Svenska: "Sosial kontroll"
English: "Social control"
(No properties)
Svenska: "Choice of pickup point"
English: "Choice of pickup point"
(No properties)
Svenska: "Desktop Delivery"
English: "Desktop Delivery"
(No properties)
Svenska: "Cash on delivery"
English: "Cash on delivery"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Reference | string | Maximum length = 17 |
Svenska: "Referens"
English: "Reference"
|
AccountType | GiroAccountType | (none) |
Svenska: "Kontotyp"
English: "Account type"
|
AccountNumber | string | Maximum length = 34 |
Svenska: "Kontonummer"
English: "Account number"
|
ReferenceType | GiroReferenceType | Mandatory |
Svenska: "Referenstyp"
English: "Reference type"
|
BusinessIdentifierCode | string | Maximum length = 11 |
Svenska: "BIC"
English: "BIC"
|
Svenska: "Avisering"
English: "Advice service"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "Logtrade email advice"
English: "Logtrade email advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade SMS-avisering"
English: "LogTrade SMS advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "MPS (Multi Parcel Shipment)"
English: "MPS (Multi Parcel Shipment)"
(No properties)
Svenska: "LogTrade leveransavisering"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade inloggningsavisering"
English: "Logtrade login link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade transportdokumentavisering"
English: "Logtrade transport document link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade lås"
English: "LogTrade Lock"
Property | Datatype | Validations | Description |
---|---|---|---|
UnlockKey | string | Mandatory Maximum length = 255 |
Svenska: "Nyckel"
English: "Unlock key"
|
UnlockAtPickup | bool | (none) |
Svenska: "Lås upp vid upphämtning"
English: "Unlock at pickup"
|
UnlockAtDelivery | bool | (none) |
Svenska: "Lås upp vid leverans"
English: "Unlock at delivery"
|
Svenska: "Dangerous Goods"
English: "Dangerous Goods"
Property | Datatype | Validations | Description |
---|---|---|---|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "Limited Dangerous Goods"
English: "Limited Dangerous Goods"
Property | Datatype | Validations | Description |
---|---|---|---|
GrossWeight | decimal | Minimum value = 0 Maximum value = 99999.99 |
Svenska: "Bruttovikt"
English: "Gross weight"
|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "Oversized"
English: "Oversized"
(No properties)
Svenska: "Fragile"
English: "Fragile"
(No properties)
Svenska: "LogTrade epostavisering"
English: "LogTrade Email Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade SMS-avisering"
English: "LogTrade SMS Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade leveransavisering"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade inloggningsavisering"
English: "Logtrade login link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade transportdokumentavisering"
English: "Logtrade transport document link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade lås"
English: "LogTrade Lock"
Property | Datatype | Validations | Description |
---|---|---|---|
UnlockKey | string | Mandatory Maximum length = 255 |
Svenska: "Nyckel"
English: "Unlock key"
|
UnlockAtPickup | bool | (none) |
Svenska: "Lås upp vid upphämtning"
English: "Unlock at pickup"
|
UnlockAtDelivery | bool | (none) |
Svenska: "Lås upp vid leverans"
English: "Unlock at delivery"
|
Svenska: "Dangerous Goods [3162]"
English: "Dangerous Goods [3162]"
Property | Datatype | Validations | Description |
---|---|---|---|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "Limited quantity dangerous goods [3175]"
English: "Limited quantity dangerous goods [3175]"
Property | Datatype | Validations | Description |
---|---|---|---|
GrossWeight | decimal | Minimum value = 0 Maximum value = 99999.99 |
Svenska: "Bruttovikt"
English: "Gross weight"
|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "Call before Delivery [3166]"
English: "Call before Delivery [3166]"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "Delivery to Specific Location [3115]"
English: "Delivery to Specific Location [3115]"
(No properties)
Svenska: "Scheduled Delivery [5100]"
English: "Scheduled Delivery [5100]"
Property | Datatype | Validations | Description |
---|---|---|---|
StartTime | DateTime | Mandatory |
Svenska: "Starttid"
English: "Start time"
|
EndTime | DateTime | (none) |
Svenska: "Sluttid"
English: "End time"
|
Svenska: "Delivery to Terminal [5109]"
English: "Delivery to Terminal [5109]"
(No properties)
Svenska: "Pick-up from Terminal [5111]"
English: "Pick-up from Terminal [5111]"
(No properties)
Svenska: "Warm/Heated Transport [3171]"
English: "Warm/Heated Transport [3171]"
(No properties)
Svenska: "Long shipment (> 2,4 m) [5230]"
English: "Long shipment (> 2,4 m) [5230]"
(No properties)
Svenska: "Cash on Delivery [3101]"
English: "Cash on Delivery [3101]"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Reference | string | Mandatory Maximum length = 17 |
Svenska: "Referens"
English: "Reference"
|
AccountType | GiroAccountType | Mandatory |
Svenska: "Kontotyp"
English: "Account type"
|
AccountNumber | string | Mandatory Maximum length = 34 |
Svenska: "Kontonummer"
English: "Account number"
|
ReferenceType | GiroReferenceType | Mandatory |
Svenska: "Referenstyp"
English: "Reference type"
|
BusinessIdentifierCode | string | Maximum length = 11 |
Svenska: "BIC"
English: "BIC"
|
Svenska: "Bulky (oversized) [3174]"
English: "Bulky (oversized) [3174]"
(No properties)
Svenska: "Multi Parcel Shipment [3102]"
English: "Multi Parcel Shipment [3102]"
(No properties)
Svenska: "Paid by other than sender [3103]"
English: "Paid by other than sender [3103]"
(No properties)
Svenska: "Transport Packaging Removal [3167]"
English: "Transport Packaging Removal [3167]"
(No properties)
Svenska: "Shelving Service [3119]"
English: "Shelving Service [3119]"
(No properties)
Svenska: "Carry in [3198]"
English: "Carry in [3198]"
(No properties)
Svenska: "Installation ready to use [3116]"
English: "Installation ready to use [3116]"
(No properties)
Svenska: "Handing over to the Addressee in Person [3163]"
English: "Handing over to the Addressee in Person [3163]"
(No properties)
Svenska: "Delivery without receivers signature [3164]"
English: "Delivery without receivers signature [3164]"
(No properties)
Svenska: "Electronic pre-notification [3170]"
English: "Electronic pre-notification [3170]"
(No properties)
Svenska: "Avisering"
English: "Advice service"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "Efterkrav"
English: "Cash on delivery service"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Reference | string | Mandatory Maximum length = 17 |
Svenska: "Referens"
English: "Reference"
|
AccountType | GiroAccountType | Mandatory |
Svenska: "Kontotyp"
English: "Account type"
|
AccountNumber | string | Mandatory Maximum length = 34 |
Svenska: "Kontonummer"
English: "Account number"
|
ReferenceType | GiroReferenceType | Mandatory |
Svenska: "Referenstyp"
English: "Reference type"
|
BusinessIdentifierCode | string | Maximum length = 11 |
Svenska: "BIC"
English: "BIC"
|
Svenska: "Försäkring"
English: "Insurance service"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
InsuranceType | DanskeFragtmaendDenmarkInsuranceType | (none) |
Svenska: "Typ"
English: "Type"
|
Svenska: "Farligt gods"
English: "Dangerous goods service"
Property | Datatype | Validations | Description |
---|---|---|---|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "DOT1, Delivery On Time"
English: "DOT1, Delivery On Time"
(No properties)
Svenska: "DOT2, Delivery On Time"
English: "DOT2, Delivery On Time"
Property | Datatype | Validations | Description |
---|---|---|---|
EarliestDeliveryTime | DateTime | (none) |
Svenska: "Tidigast leveranstid"
English: "Earliest delivery time"
|
Svenska: "DOT3, Delivery On Time"
English: "DOT3, Delivery On Time"
Property | Datatype | Validations | Description |
---|---|---|---|
DeliveryTime | DateTime | (none) |
Svenska: "Leveranstid"
English: "Delivery time"
|
Svenska: "DOT4, Delivery On Time"
English: "DOT4, Delivery On Time"
Property | Datatype | Validations | Description |
---|---|---|---|
DeliveryTime | DateTime | (none) |
Svenska: "Leveranstid"
English: "Delivery time"
|
Svenska: "Nat service"
English: "Nat service"
(No properties)
Svenska: "Luk service"
English: "Luk service"
(No properties)
Svenska: "Indbaering"
English: "Carrying in"
(No properties)
Svenska: "Långgods 3-6 meter"
English: "Long goods 3-6 meters"
(No properties)
Svenska: "Långgods 6-12 meter"
English: "Long goods 6-12 meters"
(No properties)
Svenska: "Kran leveringer/ Kran avlastning"
English: "Crane delivery/ Crane unloading"
(No properties)
Svenska: "Privat levering"
English: "Private Delivery"
(No properties)
Svenska: "LogTrade epostavisering"
English: "LogTrade Email Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade SMS-avisering"
English: "LogTrade SMS Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade leveransavisering"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade inloggningsavisering"
English: "Logtrade login link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade transportdokumentavisering"
English: "Logtrade transport document link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade lås"
English: "LogTrade Lock"
Property | Datatype | Validations | Description |
---|---|---|---|
UnlockKey | string | Mandatory Maximum length = 255 |
Svenska: "Nyckel"
English: "Unlock key"
|
UnlockAtPickup | bool | (none) |
Svenska: "Lås upp vid upphämtning"
English: "Unlock at pickup"
|
UnlockAtDelivery | bool | (none) |
Svenska: "Lås upp vid leverans"
English: "Unlock at delivery"
|
Svenska: "Efterkrav"
English: "Cash On Delivery"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Reference | string | Maximum length = 17 |
Svenska: "Referens"
English: "Reference"
|
AccountType | GiroAccountType | (none) |
Svenska: "Kontotyp"
English: "Account type"
|
AccountNumber | string | Maximum length = 34 |
Svenska: "Kontonummer"
English: "Account number"
|
ReferenceType | GiroReferenceType | (none) |
Svenska: "Referenstyp"
English: "Reference type"
|
BusinessIdentifierCode | string | Maximum length = 11 |
Svenska: "BIC"
English: "BIC"
|
Svenska: "Försäkring"
English: "Insurance"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Svenska: "Pick&Ship"
English: "Pick&Ship"
(No properties)
Svenska: "Pick&Return"
English: "Pick&Return"
(No properties)
Svenska: "Logtrade epostavisering"
English: "Logtrade Email Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade SMS-avisering"
English: "LogTrade SMS advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade leveransavisering"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade inloggningsavisering"
English: "Logtrade login link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade transportdokumentavisering"
English: "Logtrade transport document link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade lås"
English: "LogTrade Lock"
Property | Datatype | Validations | Description |
---|---|---|---|
UnlockKey | string | Mandatory Maximum length = 255 |
Svenska: "Nyckel"
English: "Unlock key"
|
UnlockAtPickup | bool | (none) |
Svenska: "Lås upp vid upphämtning"
English: "Unlock at pickup"
|
UnlockAtDelivery | bool | (none) |
Svenska: "Lås upp vid leverans"
English: "Unlock at delivery"
|
Svenska: "Private Delivery"
English: "Private Delivery"
(No properties)
Svenska: "Flex Delivery"
English: "Flex Delivery"
(No properties)
Svenska: "Deposit"
English: "Deposit"
(No properties)
Svenska: "Express 10"
English: "Express 10"
(No properties)
Svenska: "Express 12"
English: "Express 12"
(No properties)
Svenska: "Same Day Service"
English: "Same Day Service"
(No properties)
Svenska: "Same Day Pallet"
English: "Same Day Pallet"
(No properties)
Svenska: "Advisering"
English: "Advice service"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "Efterkrav"
English: "Cash on delivery service"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Reference | string | Mandatory Maximum length = 17 |
Svenska: "Referens"
English: "Reference"
|
AccountType | GiroAccountType | Mandatory |
Svenska: "Kontotyp"
English: "Account type"
|
AccountNumber | string | Mandatory Maximum length = 34 |
Svenska: "Kontonummer"
English: "Account number"
|
ReferenceType | GiroReferenceType | Mandatory |
Svenska: "Referenstyp"
English: "Reference type"
|
BusinessIdentifierCode | string | Maximum length = 11 |
Svenska: "BIC"
English: "BIC"
|
Svenska: "Værdipakker"
English: "Værdipakker"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Svenska: "Pakker med omtanke"
English: "Pakker med omtanke"
(No properties)
Svenska: "Flexlevering"
English: "Flexlevering"
Property | Datatype | Validations | Description |
---|---|---|---|
Text | string | (none) |
Svenska: "Text"
English: "Text"
|
Svenska: "Levering for kl 10"
English: "Levering for kl 10"
(No properties)
Svenska: "Home delivery"
English: "Home delivery"
(No properties)
Svenska: "Begränsad mängd farligt gods"
English: "Limited quantity dangerous goods"
Property | Datatype | Validations | Description |
---|---|---|---|
GrossWeight | decimal | Minimum value = 0 Maximum value = 99999.99 |
Svenska: "Bruttovikt"
English: "Gross weight"
|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "Logtrade epostavisering"
English: "Logtrade email advice service"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade SMS-avisering"
English: "LogTrade SMS advice service"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade leveransavisering"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade inloggningsavisering"
English: "Logtrade login link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade transportdokumentavisering"
English: "Logtrade transport document link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade lås"
English: "LogTrade Lock"
Property | Datatype | Validations | Description |
---|---|---|---|
UnlockKey | string | Mandatory Maximum length = 255 |
Svenska: "Nyckel"
English: "Unlock key"
|
UnlockAtPickup | bool | (none) |
Svenska: "Lås upp vid upphämtning"
English: "Unlock at pickup"
|
UnlockAtDelivery | bool | (none) |
Svenska: "Lås upp vid leverans"
English: "Unlock at delivery"
|
Svenska: "Farligt gods"
English: "Dangerous goods"
Property | Datatype | Validations | Description |
---|---|---|---|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "Indbæring"
English: "Carrier"
(No properties)
Svenska: "Before 9"
English: "Before 9"
(No properties)
Svenska: "Optional Service Point"
English: "Optional Service Point"
(No properties)
Svenska: "Before 12"
English: "Before 12"
(No properties)
Svenska: "Pallett Exchange"
English: "Pallett Exchange"
(No properties)
Svenska: "Kvitens"
English: "Signature assurance"
(No properties)
Svenska: "Levering inden kl.7"
English: "Levering inden kl.7"
(No properties)
Svenska: "Levering inden kl.9"
English: "Levering inden kl.9"
(No properties)
Svenska: "Levering inden kl.12"
English: "Levering inden kl.12"
(No properties)
Svenska: "Levering inden kl.16"
English: "Levering inden kl.16"
(No properties)
Svenska: "KranBil"
English: "KranBil"
(No properties)
Svenska: "Restante"
English: "Restante"
(No properties)
Svenska: "Ingen pallebyte"
English: "Ingen pallebyte"
(No properties)
Svenska: "Afhentninger"
English: "Afhentninger"
(No properties)
Svenska: "LogTrade epostavisering"
English: "LogTrade Email Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade SMS-avisering"
English: "LogTrade SMS Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade leveransavisering"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade inloggningsavisering"
English: "Logtrade login link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade transportdokumentavisering"
English: "Logtrade transport document link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade lås"
English: "LogTrade Lock"
Property | Datatype | Validations | Description |
---|---|---|---|
UnlockKey | string | Mandatory Maximum length = 255 |
Svenska: "Nyckel"
English: "Unlock key"
|
UnlockAtPickup | bool | (none) |
Svenska: "Lås upp vid upphämtning"
English: "Unlock at pickup"
|
UnlockAtDelivery | bool | (none) |
Svenska: "Lås upp vid leverans"
English: "Unlock at delivery"
|
Svenska: "Avisering"
English: "Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "Leveransavisering"
English: "Delivery advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "Avvikelseavisering"
English: "Exception advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "Försäkring"
English: "Insurance"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Svenska: "Efterkrav"
English: "Cash on delivery"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Reference | string | Mandatory Maximum length = 17 |
Svenska: "Referens"
English: "Reference"
|
AccountType | GiroAccountType | Mandatory |
Svenska: "Kontotyp"
English: "Account type"
|
AccountNumber | string | Mandatory Maximum length = 34 |
Svenska: "Kontonummer"
English: "Account number"
|
ReferenceType | GiroReferenceType | Mandatory |
Svenska: "Referenstyp"
English: "Reference type"
|
BusinessIdentifierCode | string | Maximum length = 11 |
Svenska: "BIC"
English: "BIC"
|
Svenska: "Lördagsutdelning"
English: "Saturday delivery"
(No properties)
Svenska: "Klimatkompensering"
English: "Climate compensation"
(No properties)
Svenska: "Kvittenskrav"
English: "Signature required"
(No properties)
Svenska: "Kvittenskrav vuxen"
English: "Adult signature required"
(No properties)
Svenska: "Carbon Neutral"
English: "Carbon Neutral"
(No properties)
Svenska: "LogTrade epostavisering"
English: "LogTrade email advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade SMS-avisering"
English: "LogTrade SMS advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade leveransavisering"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade inloggningsavisering"
English: "Logtrade login link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade transportdokumentavisering"
English: "Logtrade transport document link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade lås"
English: "LogTrade Lock"
Property | Datatype | Validations | Description |
---|---|---|---|
UnlockKey | string | Mandatory Maximum length = 255 |
Svenska: "Nyckel"
English: "Unlock key"
|
UnlockAtPickup | bool | (none) |
Svenska: "Lås upp vid upphämtning"
English: "Unlock at pickup"
|
UnlockAtDelivery | bool | (none) |
Svenska: "Lås upp vid leverans"
English: "Unlock at delivery"
|
Svenska: "Access Point"
English: "Access Point"
(No properties)
Svenska: "Returns Service"
English: "Returns Service"
(No properties)
Svenska: "Direktleverans"
English: "Direct Delivery"
(No properties)
Svenska: "International Special Commodities Service"
English: "International Special Commodities Service"
Property | Datatype | Validations | Description |
---|---|---|---|
ISCType | UpsGlobalISCType | Mandatory |
Svenska: "ISCType"
English: "ISCType"
|
Svenska: "Farligt gods"
English: "Dangerous goods"
Property | Datatype | Validations | Description |
---|---|---|---|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "Lördagsutdelning"
English: "Saturday delivery"
(No properties)
Svenska: "Diplomatiskt innehåll"
English: "Diplomatic material"
(No properties)
Svenska: "Tull och skatt uppdelad"
English: "Split duties and tax"
(No properties)
Svenska: "Tull och skatt betald"
English: "Duties and taxes paid"
(No properties)
Svenska: "Tull och skatt obetald"
English: "Duties and taxes unpaid"
(No properties)
Svenska: "GoGreen Plus"
English: "GoGreen Plus"
(No properties)
Svenska: "Torris UN1845"
English: "Dry Ice UN1845"
Property | Datatype | Validations | Description |
---|---|---|---|
Weight | decimal | Minimum value = 0 Maximum value = 99999.99 |
Svenska: "Biologiskt UN3373"
English: "Biological UN3373"
(No properties)
Svenska: "Farligt gods EQ"
English: "Dangerous goods EQ"
(No properties)
Svenska: "Lithium Ion Batterier"
English: "Lithium Ion Batteries"
Property | Datatype | Validations | Description |
---|---|---|---|
Regulation | LithiumBatteryRegulation | (none) |
Svenska: "Regelverk"
English: "Regulation"
|
Svenska: "Lithium Metal batterier"
English: "Lithium Metal Batteries"
Property | Datatype | Validations | Description |
---|---|---|---|
Regulation | LithiumBatteryRegulation | (none) |
Svenska: "Regelverk"
English: "Regulation"
|
Svenska: "För upphämtning"
English: "Hold for collection"
(No properties)
Svenska: "Neutral Delivery"
English: "Neutral Delivery"
(No properties)
Svenska: "Service Point-leverans"
English: "Service Point Delivery"
(No properties)
Svenska: "Farligt gods"
English: "Dangerous goods"
Property | Datatype | Validations | Description |
---|---|---|---|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "Försäkring"
English: "Shipment insurance"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Svenska: "Begränsad mängd farligt gods"
English: "Limited Quantities"
Property | Datatype | Validations | Description |
---|---|---|---|
GrossWeight | decimal | Minimum value = 0 Maximum value = 99999.99 |
Svenska: "Bruttovikt"
English: "Gross weight"
|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "Logtrade epostavisering"
English: "Logtrade email advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade SMS-avisering"
English: "LogTrade SMS advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade leveransavisering"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade inloggningsavisering"
English: "Logtrade login link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade transportdokumentavisering"
English: "Logtrade transport document link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade lås"
English: "LogTrade Lock"
Property | Datatype | Validations | Description |
---|---|---|---|
UnlockKey | string | Mandatory Maximum length = 255 |
Svenska: "Nyckel"
English: "Unlock key"
|
UnlockAtPickup | bool | (none) |
Svenska: "Lås upp vid upphämtning"
English: "Unlock at pickup"
|
UnlockAtDelivery | bool | (none) |
Svenska: "Lås upp vid leverans"
English: "Unlock at delivery"
|
Svenska: "Utökat ansvar"
English: "Extended Liability"
(No properties)
Svenska: "Retur"
English: "Returns Service"
(No properties)
Svenska: "Retur 6 månader"
English: "Return 6 months"
(No properties)
Svenska: "Alkohol"
English: "Alcohol"
(No properties)
Svenska: "Ålderskontroll"
English: "Adult Signature"
(No properties)
Svenska: "Efterkrav"
English: "Cash on delivery"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Reference | string | Mandatory Maximum length = 17 |
Svenska: "Referens"
English: "Reference"
|
AccountType | GiroAccountType | Mandatory |
Svenska: "Kontotyp"
English: "Account type"
|
AccountNumber | string | Mandatory Maximum length = 34 |
Svenska: "Kontonummer"
English: "Account number"
|
ReferenceType | GiroReferenceType | Mandatory |
Svenska: "Referenstyp"
English: "Reference type"
|
BusinessIdentifierCode | string | Maximum length = 11 |
Svenska: "BIC"
English: "BIC"
|
Svenska: "Farligt gods"
English: "Dangerous goods"
Property | Datatype | Validations | Description |
---|---|---|---|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "Begränsad mängd farligt gods"
English: "Limited quantity dangerous goods"
Property | Datatype | Validations | Description |
---|---|---|---|
GrossWeight | decimal | Minimum value = 0 Maximum value = 99999.99 |
Svenska: "Bruttovikt"
English: "Gross weight"
|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "Försäkring"
English: "Insurance"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Svenska: "Bakgavellift"
English: "Tail lift"
(No properties)
Svenska: "Logtrade epostavisering"
English: "Logtrade email advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade SMS-avisering"
English: "LogTrade SMS advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "Avisering"
English: "Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "LogTrade leveransavisering"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade inloggningsavisering"
English: "Logtrade login link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade transportdokumentavisering"
English: "Logtrade transport document link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade lås"
English: "LogTrade Lock"
Property | Datatype | Validations | Description |
---|---|---|---|
UnlockKey | string | Mandatory Maximum length = 255 |
Svenska: "Nyckel"
English: "Unlock key"
|
UnlockAtPickup | bool | (none) |
Svenska: "Lås upp vid upphämtning"
English: "Unlock at pickup"
|
UnlockAtDelivery | bool | (none) |
Svenska: "Lås upp vid leverans"
English: "Unlock at delivery"
|
Svenska: "Leveransavisering"
English: "Delivery Notification"
(No properties)
Svenska: "Bokningsavisering"
English: "Booking-in"
(No properties)
Svenska: "Avisering om telefonleverans"
English: "Phone Delivery Notification"
(No properties)
Svenska: "Försäkring"
English: "Insurance"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Svenska: "Priority service"
English: "Priority service"
(No properties)
Svenska: "Excepted Lithium Batteries"
English: "Excepted Lithium Batteries"
(No properties)
Svenska: "Biological Substance Service"
English: "Biological Substance Service"
(No properties)
Svenska: "Dry Ice"
English: "Dry Ice"
(No properties)
Svenska: "Begränsad mängd farligt gods"
English: "Limited quantity dangerous goods"
Property | Datatype | Validations | Description |
---|---|---|---|
GrossWeight | decimal | Minimum value = 0 Maximum value = 99999.99 |
Svenska: "Bruttovikt"
English: "Gross weight"
|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "LogTrade epostavisering"
English: "LogTrade Email Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade SMS-avisering"
English: "LogTrade SMS Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade leveransavisering"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade inloggningsavisering"
English: "Logtrade login link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade transportdokumentavisering"
English: "Logtrade transport document link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade lås"
English: "LogTrade Lock"
Property | Datatype | Validations | Description |
---|---|---|---|
UnlockKey | string | Mandatory Maximum length = 255 |
Svenska: "Nyckel"
English: "Unlock key"
|
UnlockAtPickup | bool | (none) |
Svenska: "Lås upp vid upphämtning"
English: "Unlock at pickup"
|
UnlockAtDelivery | bool | (none) |
Svenska: "Lås upp vid leverans"
English: "Unlock at delivery"
|
Svenska: "Farligt gods"
English: "Dangerous goods"
Property | Datatype | Validations | Description |
---|---|---|---|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "LogTrade epostavisering"
English: "LogTrade Email Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade SMS-avisering"
English: "LogTrade SMS Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "Leverans nästa dag före 10:00"
English: "Delivery next day before 10"
(No properties)
Svenska: "Leverans nästa dag före 12:00"
English: "Delivery next day before 12"
(No properties)
Svenska: "Leverans nästa dag"
English: "Delivery next Day"
(No properties)
Svenska: "Leverans bestämt datum före 10:00"
English: "Delivery fixed date before 10"
(No properties)
Svenska: "Leverans bestämt datum före 12:00"
English: "Delivery fixed date before 12"
(No properties)
Svenska: "Leverans bestämt datum"
English: "Delivery fixed date"
(No properties)
Svenska: "Avisering"
English: "Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "Efterkrav"
English: "Cash on delivery"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Reference | string | Mandatory Maximum length = 17 |
Svenska: "Referens"
English: "Reference"
|
AccountType | GiroAccountType | Mandatory |
Svenska: "Kontotyp"
English: "Account type"
|
AccountNumber | string | Mandatory Maximum length = 34 |
Svenska: "Kontonummer"
English: "Account number"
|
ReferenceType | GiroReferenceType | Mandatory |
Svenska: "Referenstyp"
English: "Reference type"
|
BusinessIdentifierCode | string | Maximum length = 11 |
Svenska: "BIC"
English: "BIC"
|
Svenska: "Försäkring"
English: "Insurance"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Svenska: "Leveransavisering"
English: "Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "Premium"
English: "Premium"
(No properties)
Svenska: "LogTrade leveransavisering"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade inloggningsavisering"
English: "Logtrade login link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade transportdokumentavisering"
English: "Logtrade transport document link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade lås"
English: "LogTrade Lock"
Property | Datatype | Validations | Description |
---|---|---|---|
UnlockKey | string | Mandatory Maximum length = 255 |
Svenska: "Nyckel"
English: "Unlock key"
|
UnlockAtPickup | bool | (none) |
Svenska: "Lås upp vid upphämtning"
English: "Unlock at pickup"
|
UnlockAtDelivery | bool | (none) |
Svenska: "Lås upp vid leverans"
English: "Unlock at delivery"
|
Svenska: "GOGREEN"
English: "GOGREEN"
(No properties)
Svenska: "Bulky goods"
English: "Bulky goods"
(No properties)
Svenska: "LogTrade epostavisering"
English: "LogTrade Email Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade SMS-avisering"
English: "LogTrade SMS Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade leveransavisering"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade inloggningsavisering"
English: "Logtrade login link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade transportdokumentavisering"
English: "Logtrade transport document link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade lås"
English: "LogTrade Lock"
Property | Datatype | Validations | Description |
---|---|---|---|
UnlockKey | string | Mandatory Maximum length = 255 |
Svenska: "Nyckel"
English: "Unlock key"
|
UnlockAtPickup | bool | (none) |
Svenska: "Lås upp vid upphämtning"
English: "Unlock at pickup"
|
UnlockAtDelivery | bool | (none) |
Svenska: "Lås upp vid leverans"
English: "Unlock at delivery"
|
Svenska: "Farligt gods"
English: "Dangerous goods"
Property | Datatype | Validations | Description |
---|---|---|---|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "Bakgavellyftservice"
English: "Tail Lift Service"
(No properties)
Svenska: "Telefonavisering"
English: "Telephone advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "Temperature Goods"
English: "Temperature Goods"
Property | Datatype | Validations | Description |
---|---|---|---|
MinTemperature | int | (none) |
Svenska: "Min. temperatur"
English: "Min. temperature"
|
MaxTemperature | int | (none) |
Svenska: "Max. temperatur"
English: "Max. temperature"
|
Svenska: "Uppackning"
English: "Unpackaging"
(No properties)
Svenska: "Delivery Indoors"
English: "Delivery Indoors"
(No properties)
Svenska: "Returnbox"
English: "Returnbox"
(No properties)
Svenska: "Time Delivery"
English: "Time Delivery"
Property | Datatype | Validations | Description |
---|---|---|---|
Time | DateTime | (none) |
Svenska: "Tid"
English: "Time"
|
Svenska: "Hemleverans"
English: "Home Delivery"
(No properties)
Svenska: "Avisering"
English: "Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "LogTrade epostavisering"
English: "LogTrade Email Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade SMS-avisering"
English: "LogTrade SMS Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "Efterkrav"
English: "Cash on delivery"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Reference | string | Maximum length = 17 |
Svenska: "Referens"
English: "Reference"
|
AccountType | GiroAccountType | (none) |
Svenska: "Kontotyp"
English: "Account type"
|
AccountNumber | string | Maximum length = 34 |
Svenska: "Kontonummer"
English: "Account number"
|
ReferenceType | GiroReferenceType | (none) |
Svenska: "Referenstyp"
English: "Reference type"
|
BusinessIdentifierCode | string | Maximum length = 11 |
Svenska: "BIC"
English: "BIC"
|
Svenska: "Försäkring"
English: "Insurance"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Svenska: "Begränsad mängd farligt gods"
English: "Limited quantity dangerous goods"
Property | Datatype | Validations | Description |
---|---|---|---|
GrossWeight | decimal | Minimum value = 0 Maximum value = 99999.99 |
Svenska: "Bruttovikt"
English: "Gross weight"
|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "LogTrade leveransavisering"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade inloggningsavisering"
English: "Logtrade login link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade transportdokumentavisering"
English: "Logtrade transport document link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade lås"
English: "LogTrade Lock"
Property | Datatype | Validations | Description |
---|---|---|---|
UnlockKey | string | Mandatory Maximum length = 255 |
Svenska: "Nyckel"
English: "Unlock key"
|
UnlockAtPickup | bool | (none) |
Svenska: "Lås upp vid upphämtning"
English: "Unlock at pickup"
|
UnlockAtDelivery | bool | (none) |
Svenska: "Lås upp vid leverans"
English: "Unlock at delivery"
|
Svenska: "LogTrade epostavisering"
English: "LogTrade Email Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade SMS-avisering"
English: "LogTrade SMS Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade leveransavisering"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade inloggningsavisering"
English: "Logtrade login link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade transportdokumentavisering"
English: "Logtrade transport document link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade lås"
English: "LogTrade Lock"
Property | Datatype | Validations | Description |
---|---|---|---|
UnlockKey | string | Mandatory Maximum length = 255 |
Svenska: "Nyckel"
English: "Unlock key"
|
UnlockAtPickup | bool | (none) |
Svenska: "Lås upp vid upphämtning"
English: "Unlock at pickup"
|
UnlockAtDelivery | bool | (none) |
Svenska: "Lås upp vid leverans"
English: "Unlock at delivery"
|
Svenska: "Avisering"
English: "Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "ID-kontroll"
English: "ID verification"
(No properties)
Svenska: "Farligt gods"
English: "Dangerous Goods"
Property | Datatype | Validations | Description |
---|---|---|---|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "Kyla"
English: "Cold"
(No properties)
Svenska: "Värme"
English: "Hot"
(No properties)
Svenska: "Sekretess"
English: "Confidential"
(No properties)
Svenska: "Budbil"
English: "Delivery Car"
(No properties)
Svenska: "Lätt Lastbil"
English: "Small Truck"
(No properties)
Svenska: "Lastbil"
English: "Truck"
(No properties)
Svenska: "Förm. 08-12"
English: "AM 08-12"
(No properties)
Svenska: "Dag 08-17"
English: "Day 08-17"
(No properties)
Svenska: "Efterm. 12-17"
English: "PM 12-17"
(No properties)
Svenska: "Efterm. 13-17"
English: "PM 13-17"
(No properties)
Svenska: "Tidigast upphämtning"
English: "Time agreed delivery"
Property | Datatype | Validations | Description |
---|---|---|---|
Time | DateTime | (none) |
Svenska: "Tid"
English: "Time"
|
Svenska: "LogTrade epostavisering"
English: "LogTrade Email Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade SMS-avisering"
English: "LogTrade SMS Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade leveransavisering"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade inloggningsavisering"
English: "Logtrade login link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade transportdokumentavisering"
English: "Logtrade transport document link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade lås"
English: "LogTrade Lock"
Property | Datatype | Validations | Description |
---|---|---|---|
UnlockKey | string | Mandatory Maximum length = 255 |
Svenska: "Nyckel"
English: "Unlock key"
|
UnlockAtPickup | bool | (none) |
Svenska: "Lås upp vid upphämtning"
English: "Unlock at pickup"
|
UnlockAtDelivery | bool | (none) |
Svenska: "Lås upp vid leverans"
English: "Unlock at delivery"
|
Svenska: "Farligt gods"
English: "Dangerous goods"
Property | Datatype | Validations | Description |
---|---|---|---|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "Behåll på FedEx-kontor"
English: "Hold at location"
(No properties)
Svenska: "On Call Pickup"
English: "On Call Pickup"
(No properties)
Svenska: "Priority Alert"
English: "Priority Alert"
(No properties)
Svenska: "Priority Alert Plus"
English: "Priority Alert Plus"
(No properties)
Svenska: "Vuxen underskrift"
English: "Adult signature required"
(No properties)
Svenska: "Direct signature required"
English: "Direct signature required"
(No properties)
Svenska: "Indirect signature required"
English: "Direct signature required"
(No properties)
Svenska: "No signature required"
English: "No signature required"
(No properties)
Svenska: "Avisering"
English: "Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "Utlämningsavisering"
English: "Delivery confirmation advice service"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "LogTrade epostavisering"
English: "LogTrade Email Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade SMS-avisering"
English: "LogTrade SMS Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade leveransavisering"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade lås"
English: "LogTrade Lock"
Property | Datatype | Validations | Description |
---|---|---|---|
UnlockKey | string | Mandatory Maximum length = 255 |
Svenska: "Nyckel"
English: "Unlock key"
|
UnlockAtPickup | bool | (none) |
Svenska: "Lås upp vid upphämtning"
English: "Unlock at pickup"
|
UnlockAtDelivery | bool | (none) |
Svenska: "Lås upp vid leverans"
English: "Unlock at delivery"
|
Svenska: "LogTrade inloggningsavisering"
English: "Logtrade login link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade transportdokumentavisering"
English: "Logtrade transport document link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "Farligt gods"
English: "Dangerous goods"
Property | Datatype | Validations | Description |
---|---|---|---|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "Avisering"
English: "Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "Lastningstillval"
English: "Loading options"
Property | Datatype | Validations | Description |
---|---|---|---|
LoadUnloadType | LoadUnloadType | Mandatory |
Svenska: "Tillval"
English: "Options"
|
Svenska: "Tidsbestämd lastning"
English: "Temporal loading"
Property | Datatype | Validations | Description |
---|---|---|---|
StartTime | DateTime | Mandatory |
Svenska: "Starttid"
English: "Start time"
|
EndTime | DateTime | (none) |
Svenska: "Sluttid"
English: "End time"
|
Svenska: "Lossningstillval"
English: "Unloading options"
Property | Datatype | Validations | Description |
---|---|---|---|
LoadUnloadType | LoadUnloadType | Mandatory |
Svenska: "Tillval"
English: "Options"
|
Svenska: "Tidsbestämd lossning"
English: "Temporal unloading"
Property | Datatype | Validations | Description |
---|---|---|---|
StartTime | DateTime | Mandatory |
Svenska: "Starttid"
English: "Start time"
|
EndTime | DateTime | (none) |
Svenska: "Sluttid"
English: "End time"
|
Svenska: "LogTrade epostavisering"
English: "LogTrade Email Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade SMS-avisering"
English: "LogTrade SMS Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade leveransavisering"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade inloggningsavisering"
English: "Logtrade login link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade transportdokumentavisering"
English: "Logtrade transport document link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade lås"
English: "LogTrade Lock"
Property | Datatype | Validations | Description |
---|---|---|---|
UnlockKey | string | Mandatory Maximum length = 255 |
Svenska: "Nyckel"
English: "Unlock key"
|
UnlockAtPickup | bool | (none) |
Svenska: "Lås upp vid upphämtning"
English: "Unlock at pickup"
|
UnlockAtDelivery | bool | (none) |
Svenska: "Lås upp vid leverans"
English: "Unlock at delivery"
|
Svenska: "Tidsbestämd lossning"
English: "Temporal unloading"
Property | Datatype | Validations | Description |
---|---|---|---|
StartTime | DateTime | Mandatory |
Svenska: "Starttid"
English: "Start time"
|
EndTime | DateTime | (none) |
Svenska: "Sluttid"
English: "End time"
|
Svenska: "Tidsbestämd lastning"
English: "Temporal loading"
Property | Datatype | Validations | Description |
---|---|---|---|
StartTime | DateTime | Mandatory |
Svenska: "Starttid"
English: "Start time"
|
EndTime | DateTime | (none) |
Svenska: "Sluttid"
English: "End time"
|
Svenska: "Lämna utanför dörren"
English: "Leave goods outside door"
(No properties)
Svenska: "Kräv signatur"
English: "Signature required"
(No properties)
Svenska: "Minimiålder för mottagaren"
English: "Minimum age of recipient"
Property | Datatype | Validations | Description |
---|---|---|---|
MinimumAge | int | Minimum value = 1 |
Svenska: "Ålder"
English: "Age"
|
Svenska: "Kunden måste vara mottagare"
English: "Recipient must match end customer"
(No properties)
Svenska: "Antal leveransförsök"
English: "Number of delivery attempts"
Property | Datatype | Validations | Description |
---|---|---|---|
NumberOfDeliveryAttempts | int | Minimum value = 1 |
Svenska: "Antal"
English: "Attempts"
|
Svenska: "ID-kontroll"
English: "Identification Check Required"
(No properties)
Svenska: "Inbärning 1 person"
English: "Single indoor"
(No properties)
Svenska: "Inbärning 2 personer"
English: "Double indoor"
(No properties)
Svenska: "Installation"
English: "Installation"
Property | Datatype | Validations | Description |
---|---|---|---|
NumberOfItems | int | (none) |
Svenska: "Antal"
English: "Number of items"
|
Svenska: "Bortforsling av emballage"
English: "Return of packaging"
Property | Datatype | Validations | Description |
---|---|---|---|
NumberOfItems | int | (none) |
Svenska: "Antal"
English: "Number of items"
|
Svenska: "Återvinning"
English: "Recycling"
Property | Datatype | Validations | Description |
---|---|---|---|
NumberOfItems | int | (none) |
Svenska: "Antal"
English: "Number of items"
|
Svenska: "Retur"
English: "Swap"
Property | Datatype | Validations | Description |
---|---|---|---|
NumberOfItems | int | (none) |
Svenska: "Antal"
English: "Number of items"
|
Svenska: "Val av leveransdag"
English: "Select delivery day"
(No properties)
Svenska: "Val av leveransfönster 4h"
English: "Select delivery window 4h"
(No properties)
Svenska: "Val av leveransfönster 2h"
English: "Select delivery window 2h"
(No properties)
Svenska: "LogTrade epostavisering"
English: "LogTrade email advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade SMS-avisering"
English: "LogTrade SMS Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade leveransavisering"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade inloggningsavisering"
English: "Logtrade login link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade transportdokumentavisering"
English: "Logtrade transport document link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade lås"
English: "LogTrade Lock"
Property | Datatype | Validations | Description |
---|---|---|---|
UnlockKey | string | Mandatory Maximum length = 255 |
Svenska: "Nyckel"
English: "Unlock key"
|
UnlockAtPickup | bool | (none) |
Svenska: "Lås upp vid upphämtning"
English: "Unlock at pickup"
|
UnlockAtDelivery | bool | (none) |
Svenska: "Lås upp vid leverans"
English: "Unlock at delivery"
|
Svenska: "Farligt gods"
English: "Dangerous goods"
Property | Datatype | Validations | Description |
---|---|---|---|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "Tidsfönster"
English: "Temporal unloading"
Property | Datatype | Validations | Description |
---|---|---|---|
StartTime | DateTime | Mandatory |
Svenska: "Starttid"
English: "Start time"
|
EndTime | DateTime | (none) |
Svenska: "Sluttid"
English: "End time"
|
Svenska: "Tidspass"
English: "Time agreed delivery"
Property | Datatype | Validations | Description |
---|---|---|---|
Time | DateTime | (none) |
Svenska: "Tid"
English: "Time"
|
Svenska: "Inbärning"
English: "Carry in"
(No properties)
Svenska: "Avemballering, Bortforsling"
English: "Unbox disposal"
(No properties)
Svenska: "Kranbil"
English: "Crane"
(No properties)
Svenska: "LogTrade epostavisering"
English: "LogTrade Email Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade SMS-avisering"
English: "LogTrade SMS Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade leveransavisering"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade inloggningsavisering"
English: "Logtrade login link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade transportdokumentavisering"
English: "Logtrade transport document link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade lås"
English: "LogTrade Lock"
Property | Datatype | Validations | Description |
---|---|---|---|
UnlockKey | string | Mandatory Maximum length = 255 |
Svenska: "Nyckel"
English: "Unlock key"
|
UnlockAtPickup | bool | (none) |
Svenska: "Lås upp vid upphämtning"
English: "Unlock at pickup"
|
UnlockAtDelivery | bool | (none) |
Svenska: "Lås upp vid leverans"
English: "Unlock at delivery"
|
Svenska: "Dangerous goods"
English: "Dangerous goods"
Property | Datatype | Validations | Description |
---|---|---|---|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "68 - Chilled"
English: "68 - Chilled"
(No properties)
Svenska: "67 - Frost Free"
English: "67 - Frost Free"
(No properties)
Svenska: "69 - Frozen"
English: "69 - Frozen"
(No properties)
Svenska: "AD - Return packaging"
English: "AD - Return packaging"
(No properties)
Svenska: "AA - Indoor delivery"
English: "AA - Indoor delivery"
(No properties)
Svenska: "AB - Delivery at work"
English: "AB - Delivery at work"
(No properties)
Svenska: "AE - Return electronics"
English: "AE - Return electronics"
(No properties)
Svenska: "Innbæring med retur av apparat og emballasje, privatlevering"
English: "Return of device and packaging"
(No properties)
Svenska: "01 - Økonomisk kompensasjon for CO2 utslipp"
English: "01 - Eco-neutral"
(No properties)
Svenska: "16 - Advisering pr mail"
English: "16 - Pre notice Mail"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "17 - Advisering pr telefon"
English: "17 - Pre notice phone"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "19 - Advisering pr SMS"
English: "19 - Pre notice SMS"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "20 - Time Window Pick-Up Morning"
English: "20 - Time Window Pick-Up Morning"
(No properties)
Svenska: "21 - Time Window Pick-Up Afternoon"
English: "21 - Time Window Pick-Up Afternoon"
(No properties)
Svenska: "22 - Time Window Delivery Morning"
English: "22 - Time Window Delivery Morning"
(No properties)
Svenska: "23 - Time Window Delivery Afternoon"
English: "23 - Time Window Delivery Afternoon"
(No properties)
Svenska: "Fix day"
English: "Fix day"
Property | Datatype | Validations | Description |
---|---|---|---|
Time | DateTime | Mandatory |
Svenska: "Tid"
English: "Time"
|
Svenska: "Fix day pick up"
English: "Fix day pick up"
Property | Datatype | Validations | Description |
---|---|---|---|
Time | DateTime | Mandatory |
Svenska: "Tid"
English: "Time"
|
Svenska: "Fix day delivery"
English: "Fix day delivery"
Property | Datatype | Validations | Description |
---|---|---|---|
Time | DateTime | Mandatory |
Svenska: "Tid"
English: "Time"
|
Svenska: "Fix day TBA"
English: "Fix day TBA"
Property | Datatype | Validations | Description |
---|---|---|---|
Time | DateTime | Mandatory |
Svenska: "Tid"
English: "Time"
|
Svenska: "Premium 10"
English: "Premium 10"
(No properties)
Svenska: "Premium 13"
English: "Premium 13"
(No properties)
Svenska: "Fix day 10"
English: "Fix day 10"
Property | Datatype | Validations | Description |
---|---|---|---|
Time | DateTime | Mandatory |
Svenska: "Tid"
English: "Time"
|
Svenska: "Fix day 13"
English: "Fix day 13"
Property | Datatype | Validations | Description |
---|---|---|---|
Time | DateTime | Mandatory |
Svenska: "Tid"
English: "Time"
|
Svenska: "02 - Long Goods Type1"
English: "02 - Long Goods Type1"
(No properties)
Svenska: "03 - Long Goods Type2"
English: "03 - Long Goods Type2"
(No properties)
Svenska: "Plus pick-up"
English: "Plus pick-up"
(No properties)
Svenska: "TF - Plus pick-up label"
English: "TF - Plus pick-up label"
(No properties)
Svenska: "06 - Proof of delivery (POD)"
English: "06 - Proof of delivery (POD)"
(No properties)
Svenska: "34 - Same day collection"
English: "34 - Same day collection"
(No properties)
Svenska: "LogTrade epostavisering"
English: "LogTrade Email Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade SMS-avisering"
English: "LogTrade SMS Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade leveransavisering"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade inloggningsavisering"
English: "Logtrade login link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade transportdokumentavisering"
English: "Logtrade transport document link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade lås"
English: "LogTrade Lock"
Property | Datatype | Validations | Description |
---|---|---|---|
UnlockKey | string | Mandatory Maximum length = 255 |
Svenska: "Nyckel"
English: "Unlock key"
|
UnlockAtPickup | bool | (none) |
Svenska: "Lås upp vid upphämtning"
English: "Unlock at pickup"
|
UnlockAtDelivery | bool | (none) |
Svenska: "Lås upp vid leverans"
English: "Unlock at delivery"
|
Svenska: "Farligt gods"
English: "Dangerous Goods"
Property | Datatype | Validations | Description |
---|---|---|---|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "Efterkrav"
English: "Cash on Delivery"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Reference | string | Mandatory Maximum length = 17 |
Svenska: "Referens"
English: "Reference"
|
AccountType | GiroAccountType | Mandatory |
Svenska: "Kontotyp"
English: "Account type"
|
AccountNumber | string | Mandatory Maximum length = 34 |
Svenska: "Kontonummer"
English: "Account number"
|
ReferenceType | GiroReferenceType | Mandatory |
Svenska: "Referenstyp"
English: "Reference type"
|
BusinessIdentifierCode | string | Maximum length = 11 |
Svenska: "BIC"
English: "BIC"
|
Svenska: "Prio"
English: "Priority"
(No properties)
Svenska: "Garanti"
English: "Warranty"
(No properties)
Svenska: "Utkörning"
English: "Delivery"
(No properties)
Svenska: "Varuförsäkring"
English: "Insurance"
Property | Datatype | Validations | Description |
---|---|---|---|
Text | string | (none) |
Svenska: "Text"
English: "Text"
|
Svenska: "Begränsad mängd farligt gods"
English: "Limited quantity dangerous goods"
Property | Datatype | Validations | Description |
---|---|---|---|
GrossWeight | decimal | Minimum value = 0 Maximum value = 99999.99 |
Svenska: "Bruttovikt"
English: "Gross weight"
|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "LogTrade epostavisering"
English: "LogTrade Email Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade SMS-avisering"
English: "LogTrade SMS Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade leveransavisering"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "Logtrade inloggningsavisering"
English: "Logtrade login link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "Logtrade transportdokumentavisering"
English: "Logtrade transport document link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade lås"
English: "LogTrade Lock"
Property | Datatype | Validations | Description |
---|---|---|---|
UnlockKey | string | Mandatory Maximum length = 255 |
Svenska: "Nyckel"
English: "Unlock key"
|
UnlockAtPickup | bool | (none) |
Svenska: "Lås upp vid upphämtning"
English: "Unlock at pickup"
|
UnlockAtDelivery | bool | (none) |
Svenska: "Lås upp vid leverans"
English: "Unlock at delivery"
|
Svenska: "Avisering"
English: "Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "LogTrade epostavisering"
English: "LogTrade Email Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade SMS-avisering"
English: "LogTrade SMS Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade leveransavisering"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "Logtrade inloggningsavisering"
English: "Logtrade login link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "Logtrade transportdokumentavisering"
English: "Logtrade transport document link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade lås"
English: "LogTrade Lock"
Property | Datatype | Validations | Description |
---|---|---|---|
UnlockKey | string | Mandatory Maximum length = 255 |
Svenska: "Nyckel"
English: "Unlock key"
|
UnlockAtPickup | bool | (none) |
Svenska: "Lås upp vid upphämtning"
English: "Unlock at pickup"
|
UnlockAtDelivery | bool | (none) |
Svenska: "Lås upp vid leverans"
English: "Unlock at delivery"
|
Svenska: "Avisering"
English: "Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "LogTrade epostavisering"
English: "LogTrade Email Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade SMS-avisering"
English: "LogTrade SMS Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade leveransavisering"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade inloggningsavisering"
English: "Logtrade login link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade transportdokumentavisering"
English: "Logtrade transport document link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade lås"
English: "LogTrade Lock"
Property | Datatype | Validations | Description |
---|---|---|---|
UnlockKey | string | Mandatory Maximum length = 255 |
Svenska: "Nyckel"
English: "Unlock key"
|
UnlockAtPickup | bool | (none) |
Svenska: "Lås upp vid upphämtning"
English: "Unlock at pickup"
|
UnlockAtDelivery | bool | (none) |
Svenska: "Lås upp vid leverans"
English: "Unlock at delivery"
|
Svenska: "Bedrägerikontroll"
English: "Fraud detection"
(No properties)
Svenska: "Legitimation"
English: "Id unmatched"
(No properties)
Svenska: "Legitimation match"
English: "Id matched"
Property | Datatype | Validations | Description |
---|---|---|---|
PersonalIdentityNumber | string | (none) |
Svenska: "Personnummer"
English: "Personal identity number"
|
Svenska: "Legitimation åldersgräns"
English: "Id age limit"
Property | Datatype | Validations | Description |
---|---|---|---|
MinimumAge | int | (none) |
Svenska: "Ålder"
English: "Age"
|
Svenska: "LogTrade Email Advice"
English: "LogTrade Email Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade SMS Advice"
English: "LogTrade SMS Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade Delivery Advice"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "Logtrade login link advice"
English: "Logtrade login link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "Logtrade transport document link advice"
English: "Logtrade transport document link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade Lock"
English: "LogTrade Lock"
Property | Datatype | Validations | Description |
---|---|---|---|
UnlockKey | string | Mandatory Maximum length = 255 |
Svenska: "Nyckel"
English: "Unlock key"
|
UnlockAtPickup | bool | (none) |
Svenska: "Lås upp vid upphämtning"
English: "Unlock at pickup"
|
UnlockAtDelivery | bool | (none) |
Svenska: "Lås upp vid leverans"
English: "Unlock at delivery"
|
Svenska: "Avisering"
English: "Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "LogTrade epostavisering"
English: "LogTrade Email Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade SMS-avisering"
English: "LogTrade SMS Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "Efterkrav"
English: "Cash on delivery"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Reference | string | Maximum length = 17 |
Svenska: "Referens"
English: "Reference"
|
AccountType | GiroAccountType | (none) |
Svenska: "Kontotyp"
English: "Account type"
|
AccountNumber | string | Maximum length = 34 |
Svenska: "Kontonummer"
English: "Account number"
|
ReferenceType | GiroReferenceType | (none) |
Svenska: "Referenstyp"
English: "Reference type"
|
BusinessIdentifierCode | string | Maximum length = 11 |
Svenska: "BIC"
English: "BIC"
|
Svenska: "Försäkring"
English: "Insurance"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Svenska: "Begränsad mängd farligt gods"
English: "Limited quantity dangerous goods"
Property | Datatype | Validations | Description |
---|---|---|---|
GrossWeight | decimal | Minimum value = 0 Maximum value = 99999.99 |
Svenska: "Bruttovikt"
English: "Gross weight"
|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "LogTrade leveransavisering"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade inloggningsavisering"
English: "Logtrade login link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "LogTrade transportdokumentavisering"
English: "Logtrade transport document link advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Property | Datatype | Validations | Description |
---|---|---|---|
UnlockKey | string | Mandatory Maximum length = 255 |
Svenska: "Nyckel"
English: "Unlock key"
|
UnlockAtPickup | bool | (none) |
Svenska: "Lås upp vid upphämtning"
English: "Unlock at pickup"
|
UnlockAtDelivery | bool | (none) |
Svenska: "Lås upp vid leverans"
English: "Unlock at delivery"
|
Svenska: "LogTrade epostavisering"
English: "LogTrade Email Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade SMS-avisering"
English: "LogTrade SMS Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "LogTrade Lock"
English: "LogTrade Lock"
Property | Datatype | Validations | Description |
---|---|---|---|
UnlockKey | string | Mandatory Maximum length = 255 |
Svenska: "Nyckel"
English: "Unlock key"
|
UnlockAtPickup | bool | (none) |
Svenska: "Lås upp vid upphämtning"
English: "Unlock at pickup"
|
UnlockAtDelivery | bool | (none) |
Svenska: "Lås upp vid leverans"
English: "Unlock at delivery"
|
Svenska: "Limited Quantity (0003)"
English: "Limited Quantity (0003)"
Property | Datatype | Validations | Description |
---|---|---|---|
GrossWeight | decimal | Minimum value = 0 Maximum value = 99999.99 |
Svenska: "Bruttovikt"
English: "Gross weight"
|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Svenska: "Flex delivery (0041)"
English: "Flex delivery (0041)"
(No properties)
Svenska: "Delivery Saturday (1062)"
English: "Delivery Saturday (1062)"
(No properties)
Svenska: "Social Control (IDAge) (1082)"
English: "Social Control (IDAge) (1082)"
(No properties)
Svenska: "Temperature (1083)"
English: "Temperature (1083)"
Property | Datatype | Validations | Description |
---|---|---|---|
MinTemperature | int | (none) |
Svenska: "Min. temperatur"
English: "Min. temperature"
|
MaxTemperature | int | (none) |
Svenska: "Max. temperatur"
English: "Max. temperature"
|
Svenska: "Notification (1091)"
English: "Notification (1091)"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Svenska: "Swap (1122)"
English: "Swap (1122)"
(No properties)
Svenska: "Recycling (1123)"
English: "Recycling (1123)"
Property | Datatype | Validations | Description |
---|---|---|---|
NumberOfItems | int | (none) |
Svenska: "Antal"
English: "Number of items"
|
Svenska: "Personal Delivery (1134)"
English: "Personal Delivery (1134)"
(No properties)
Svenska: "Return of packaging-unwrapping (1139)"
English: "Return of packaging-unwrapping (1139)"
Property | Datatype | Validations | Description |
---|---|---|---|
NumberOfItems | int | (none) |
Svenska: "Antal"
English: "Number of items"
|
Svenska: "Service oversize/Two-man (1140)"
English: "Service oversize/Two-man (1140)"
(No properties)
Svenska: "Delivery inside house (1157)"
English: "Delivery inside house (1157)"
(No properties)
Svenska: "Time Defined - Leverans (1170)"
English: "Time Defined - Delivery (1170)"
Property | Datatype | Validations | Description |
---|---|---|---|
StartTime | DateTime | (none) |
Svenska: "Starttid"
English: "Start time"
|
EndTime | DateTime | (none) |
Svenska: "Sluttid"
English: "End time"
|
Svenska: "Time Defined - Pickup (1170)"
English: "Time Defined - Collection (1170)"
Property | Datatype | Validations | Description |
---|---|---|---|
StartTime | DateTime | (none) |
Svenska: "Starttid"
English: "Start time"
|
EndTime | DateTime | (none) |
Svenska: "Sluttid"
English: "End time"
|
Svenska: "Express (1171)"
English: "Express (1171)"
(No properties)
Svenska: "Packaging item (1172)"
English: "Packaging item (1172)"
(No properties)
Svenska: "Evening Delivery (1218)"
English: "Evening Delivery (1218)"
(No properties)
Svenska: "Green Delivery (1333)"
English: "Green Delivery (1333)"
(No properties)
Svenska: "Inside door Delivery (1334)"
English: "Inside door Delivery (1334)"
(No properties)
Svenska: "Vip (1099)"
English: "Vip (1099)"
(No properties)
Svenska: "1 Hour (1100)"
English: "1 Hour (1100)"
(No properties)
Svenska: "2 Hours (1101)"
English: "2 Hours (1101)"
(No properties)
Svenska: "4 Hours (1102)"
English: "4 Hours (1102)"
(No properties)
Svenska: "6 Hours (1103)"
English: "6 Hours (1103)"
(No properties)
Svenska: "Installation Standardized (1124)"
English: "Installation Standardized (1124)"
(No properties)
Svenska: "Installation Customized (1125)"
English: "Installation Customized (1125)"
(No properties)
Svenska: "Installation TV (1127)"
English: "Installation TV (1127)"
(No properties)
Svenska: "Installation Electronics (1128)"
English: "Installation Electronics (1128)"
(No properties)
Svenska: "Installation Mechanical (1141)"
English: "Installation Mechanical (1141)"
(No properties)
Svenska: "Legitimasjonsplikt (1133)"
English: "Legitimasjonsplikt (1133)"
(No properties)
Svenska: "Return Of Goods Oversize (1138)"
English: "Return Of Goods Oversize (1138)"
(No properties)
Svenska: "Signature Required (1280)"
English: "Signature Required (1280)"
(No properties)
Svenska: "Early Morning (1249)"
English: "Early Morning (1249)"
(No properties)
Svenska: "Installation Details (1380)"
English: "Installation Details (1380)"
(No properties)
Svenska: "LogTrade leveransavisering"
English: "LogTrade Delivery Advice"
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
CommunicationValue | string | (none) |
Svenska: "Kommunikationsadress"
English: "Communication value"
|
Svenska: "Logtrade epostavisering"
English: "Logtrade email advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "Logtrade epostavisering"
English: "LogTrade SMS advice"
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Svenska: "Cash on delivery(COD)"
English: "Cash on delivery(COD)"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Reference | string | Mandatory Maximum length = 17 |
Svenska: "Referens"
English: "Reference"
|
AccountType | GiroAccountType | Mandatory |
Svenska: "Kontotyp"
English: "Account type"
|
AccountNumber | string | Mandatory Maximum length = 34 |
Svenska: "Kontonummer"
English: "Account number"
|
ReferenceType | GiroReferenceType | Mandatory |
Svenska: "Referenstyp"
English: "Reference type"
|
BusinessIdentifierCode | string | Maximum length = 11 |
Svenska: "BIC"
English: "BIC"
|
Svenska: "Bulky"
English: "Bulky"
(No properties)
Svenska: "Additional Insurance"
English: "Additional Insurance"
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Svenska: "Go Green"
English: "Go Green"
(No properties)
Svenska: "Doorstep"
English: "Doorstep"
(No properties)
Svenska: "Parcelshop"
English: "Parcelshop"
(No properties)
Svenska: "Parcelstation"
English: "Parcelstation"
(No properties)
Svenska: "Postoffice"
English: "Postoffice"
(No properties)
Property | Datatype | Validations | Description |
---|---|---|---|
NotifyType | NotifyType | Mandatory |
Svenska: "Aviseringssätt"
English: "Notify type"
|
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Property | Datatype | Validations | Description |
---|---|---|---|
Amount | decimal | Minimum value = 0.1 |
Svenska: "Belopp"
English: "Charge or allowance amount"
|
CurrencyCode | string | Mandatory Maximum length = 3 |
Svenska: "Valuta"
English: "Currency code"
|
Reference | string | Mandatory Maximum length = 17 |
Svenska: "Referens"
English: "Reference"
|
AccountType | GiroAccountType | Mandatory |
Svenska: "Kontotyp"
English: "Account type"
|
AccountNumber | string | Mandatory Maximum length = 18 |
Svenska: "Kontonummer"
English: "Account number"
|
ReferenceType | GiroReferenceType | Mandatory |
Svenska: "Referenstyp"
English: "Reference type"
|
BusinessIdentifierCode | string | Maximum length = 11 |
Svenska: "BIC"
English: "BIC"
|
(No properties)
(No properties)
(No properties)
(No properties)
(No properties)
(No properties)
(No properties)
(No properties)
(No properties)
(No properties)
(No properties)
(No properties)
Property | Datatype | Validations | Description |
---|---|---|---|
GrossWeight | decimal | Minimum value = 0 Maximum value = 99999.99 |
Svenska: "Bruttovikt"
English: "Gross weight"
|
SeaTransport | bool | (none) |
Svenska: "Sjötransport"
English: "Sea transport"
|
Property | Datatype | Validations | Description |
---|---|---|---|
AdviceTemplateId | string | (none) |
Svenska: "Mallid"
English: "Template id"
|
Value | Description |
---|---|
Save |
Normally used when not enough data is available to pass the validations, which means users needs to manually edit the shipment after transfer. |
Prepare | Normally used if enough data is available to pass the validations |
Release | Only used when shipment data passes validations, and no other shipments are to be sent with the same carrier. |
Value | Description |
---|---|
Prepare | Also prints transport documents when used with Integrated Printing. |
Release | Also prints transport documents when used with Integrated Printing. |
Archive |
Value | Description |
---|---|
Create | Fails if a shipment with the same consignment id already exists |
Replace | Creates a new shipment, replacing any existing shipment with the same consignment id. |
AddGoodsItems | |
ReplaceGoodsItems | |
ValidateOnly |
Value | Description |
---|---|
Saved | |
Prepared | |
Released | |
Validated | |
Failed |
Value | Description |
---|---|
LabelsAndDocuments | |
LabelsOnly | |
DocumentsOnly | |
PendingLabelsAndDocuments | |
ManifestListOnly | This command can only be used with shipments that has status 'Released' |
Value | Description |
---|---|
sv | |
en | |
da |
Value | Description |
---|---|
Saved | |
Prepared | |
Released | |
Archived | |
Failed |
Value | Description |
---|---|
Booked | |
AlreadyBooked | |
BookingNotSupported | |
BookingFailed | |
ValidationFailed |
Value | Description |
---|---|
ViewShipments | |
EditShipments | |
EditSystemSettings | |
ViewFinancialInfo | |
LoginAsExternalUser | |
RunAsBatchJob |
Value | Description |
---|---|
Success | |
NotSupported | |
Failed |
Value | Description |
---|---|
SMS | |
Value | Description |
---|---|
Sender |
Svenska: "Avsändare"
English: "Sender"
|
Recipient |
Svenska: "Mottagare"
English: "Recipient"
|
Pickup |
Svenska: "Avhämtningsadress"
English: "Pickup"
|
Delivery |
Svenska: "Leveransadress"
English: "Delivery"
|
FreightPayer |
Svenska: "Fraktbetalare"
English: "Freight payer"
|
NotifyParty |
Svenska: "Aviseringsadress"
English: "Notify party"
|
Invoicee |
Svenska: "Fakturautställare"
English: "Invoicee"
|
InvoiceRecipient |
Svenska: "Fakturamottagare"
English: "Invoice recipient"
|
Return |
Svenska: "Returaddress"
English: "Return address"
|
Agent |
Svenska: "Ombud"
English: "Agent"
|
CustomsFeesPayer |
Svenska: "Tullavgiftsbetalare"
English: "Customs Fees Payer"
|
Value | Description |
---|---|
AnyProduct |
Svenska: "(Alla produkter)"
English: "Any product"
|
Generic_Product |
Svenska: "Allmän produkt"
English: "Generic product"
|
DhlSweden_Europack |
Svenska: "EUROPACK"
English: "EUROPACK"
|
DhlSweden_DhlEconomySelect |
Svenska: "DHL ECONOMY SELECT"
English: "DHL ECONOMY SELECT"
|
DhlSweden_Domestic |
Svenska: "Inrikes"
English: "Domestic"
|
DhlSweden_Swednet | |
DhlSweden_EuroPlusDomestic |
Svenska: "DHL EuroPlus Domestic"
English: "Europlus domestic"
|
DhlSweden_Pall |
Svenska: "DHL_Sverige_Pall"
English: "DHL SVERIGE PALL"
|
DhlSweden_OceanLcl |
Svenska: "DHL_Ocean_LCL"
English: "Ocean LCL"
|
DhlSweden_OceanFcl |
Svenska: "DHL_Ocean_FCL"
English: "Ocean FCL"
|
DhlSweden_AirExpressDocuments |
Svenska: "DHL Time Definite Express / Worldwide"
English: "DHL Time Definite Express / Worldwide"
|
DhlSweden_AirExpressWpxDutible |
Svenska: "DHL Time Definite Envelope Express"
English: "DHL Time Definite Envelope Express"
|
DhlSweden_AirExpressEuExpress |
Svenska: "DHL Time Definite Express / EU"
English: "DHL Time Definite Express / EU"
|
DhlSweden_AirExpressDomestic |
Svenska: "DHL Time Definite Express"
English: "DHL Time Definite Express"
|
DhlSweden_AirExpressStartdayExpress |
Svenska: "DHL Time Definite Express 09:00"
English: "DHL Time Definite Express 09:00"
|
DhlSweden_AirExpress_MiddayExpress |
Svenska: "DHL Time Definite Express 12:00"
English: "DHL Time Definite Express 12:00"
|
DhlSweden_AirExpressTddWpxMidday |
Svenska: "DHL Time Definite Envelope Express 12:00"
English: "DHL Time Definite Envelope Express 12:00"
|
DhlSweden_AirExpressWpxTddStartday |
Svenska: "DHL Time Definite Envelope Express 09:00"
English: "DHL Time Definite Envelope Express 09:00"
|
DhlSweden_DhlPaket |
Svenska: "DHL PAKET"
English: "DHL PAKET"
|
DhlSweden_Euroconnect |
Svenska: "EUROCONNECT"
English: "EUROCONNECT"
|
DhlSweden_DhlPall |
Svenska: "DHL PALL"
English: "DHL PALL"
|
DhlSweden_DhlStycke |
Svenska: "DHL STYCKE"
English: "DHL STYCKE"
|
DhlSweden_DhlParti |
Svenska: "DHL PARTI"
English: "DHL PARTI"
|
DhlSweden_ServicePoint |
Svenska: "DHL SERVICE POINT"
English: "DHL SERVICE POINT"
|
DhlSweden_ServicePointReturn |
Svenska: "DHL SERVICE POINT RETUR"
English: "DHL SERVICE POINT RETURN"
|
DhlSweden_Express0900 |
Svenska: "EXPRESS 09:00"
English: "EXPRESS 09:00"
|
DhlSweden_Express1200 |
Svenska: "EXPRESS 12:00"
English: "EXPRESS 12:00"
|
DhlSweden_ExpressWorldWide |
Svenska: "EXPRESS WORLDWIDE"
English: "EXPRESS WORLDWIDE"
|
DhlSweden_ExpressEnvelope |
Svenska: "EXPRESS ENVELOPE"
English: "EXPRESS ENVELOPE"
|
DhlSweden_BreakBulkExpress |
Svenska: "BREAK BULK EXPRESS"
English: "BREAK BULK EXPRESS"
|
DhlSweden_EuroconnectMantel |
Svenska: "EUROCONNECT SPRIDNING"
English: "EUROCONNECT DIRECT INJECTION"
|
DhlSweden_EuroconnectPlus |
Svenska: "EUROCONNECT PLUS"
English: "EUROCONNECT PLUS"
|
DhlSweden_HomeDelivery |
Svenska: "DHL HOME DELIVERY"
English: "DHL HOME DELIVERY"
|
DhlSweden_HomeDeliveryReturn |
Svenska: "DHL HOME DELIVERY RETURN"
English: "DHL HOME DELIVERY RETURN"
|
DhlSweden_DhlParcelConnect |
Svenska: "DHL PARCEL CONNECT"
English: "DHL PARCEL CONNECT"
|
DhlSweden_DhlParcelReturnConnect |
Svenska: "DHL PARCEL RETURN CONNECT"
English: "DHL PARCEL RETURN CONNECT"
|
DhlSweden_EuroconnectImport |
Svenska: "EUROCONNECT IMPORT"
English: "EUROCONNECT IMPORT"
|
DhlSweden_DhlFashion |
Svenska: "DHL FASHION"
English: "DHL FASHION"
|
DhlSweden_Eurapid |
Svenska: "DHL EURAPID"
English: "DHL EURAPID"
|
DhlSweden_Special |
Svenska: "DHL Special"
English: "DHL Special"
|
DhlSweden_Euroline |
Svenska: "DHL Euroline"
English: "DHL Euroline"
|
DhlSweden_DhlParcelConnectPlus |
Svenska: "DHL PARCEL CONNECT PLUS"
English: "DHL PARCEL CONNECT PLUS"
|
DhlSweden_Locker |
Svenska: "DHL PAKETSKÅP"
English: "DHL LOCKER"
|
DhlSweden_LockerReturn |
Svenska: "DHL PAKETSKÅP RETUR"
English: "DHL LOCKER RETURN"
|
DhlSweden_HomeDeliveryInternational |
Svenska: "DHL HOME DELIVERY INTERNATIONAL"
English: "DHL HOME DELIVERY INTERNATIONAL"
|
SchenkerSweden_Direct |
Svenska: "DB SCHENKERdirect"
English: "DB SCHENKERdirect"
|
SchenkerSweden_Coldsped |
Svenska: "DB SCHENKERcoldsped"
English: "DB SCHENKERcoldsped"
|
SchenkerSweden_Parcel |
Svenska: "DB SCHENKERparcel"
English: "DB SCHENKERparcel"
|
SchenkerSweden_Budget |
Svenska: "Budget"
English: "Budget"
|
SchenkerSweden_System |
Svenska: "DB SCHENKERsystem"
English: "DB SCHENKERsystem"
|
SchenkerSweden_Collect |
Svenska: "Hämtpaket"
English: "Collectpackage"
|
SchenkerSweden_Logistic |
Svenska: "Logistic"
English: "Logistic"
|
SchenkerSweden_OceanLcl | |
SchenkerSweden_Flow |
Svenska: "DB SCHENKERflow"
English: "DB SCHENKERflow"
|
SchenkerSweden_Parcel_Ombud |
Svenska: "DB SCHENKERparcel Ombud"
English: "DB SCHENKERparcel Ombud"
|
SchenkerSweden_Privpack_Ombud_Ekonomi | |
SchenkerSweden_Parcel_Hem_Dag |
Svenska: "DB SCHENKERparcel Hem Dag utan kvittens"
English: "DB SCHENKERparcel Hem Dag utan kvittens"
|
SchenkerSweden_Parcel_Hem_Dag_Kvittens |
Svenska: "DB SCHENKERparcel Hem Dag med kvittens"
English: "DB SCHENKERparcel Hem Dag med kvittens"
|
SchenkerSweden_Parcel_Hem_Kvall_Kvittens |
Svenska: "DB SCHENKERparcel Hem Kväll med kvittens"
English: "DB SCHENKERparcel Hem Kväll med kvittens"
|
SchenkerSweden_Privpack_Till_Jobbet | |
SchenkerSweden_Logistikpaket |
Svenska: "DB SCHENKERparcel Logistikpaket"
English: "DB SCHENKERparcel Logistikpaket"
|
SchenkerSweden_SchenkerPallet |
Svenska: "DB SCHENKERpallet"
English: "DB SCHENKERpallet"
|
SchenkerSweden_System_Terminalombud |
Svenska: "DB SCHENKERsystem Terminalombud"
English: "DB SCHENKERsystem Terminalombud"
|
SchenkerSweden_Parcel_Retur_Ombud |
Svenska: "DB SCHENKERparcel Retur Ombud"
English: "DB SCHENKERparcel Retur Ombud"
|
SchenkerSweden_Privpak_Ombud_Ekonomi_Retur | |
SchenkerSweden_System_Premium |
Svenska: "DB SCHENKERsystem premium"
English: "DB SCHENKERsystem premium"
|
SchenkerSweden_Part_Load |
Svenska: "DB SCHENKERpart load"
English: "DB SCHENKERpart load"
|
SchenkerSweden_Full_Load |
Svenska: "DB SCHENKERfull load"
English: "DB SCHENKERfull load"
|
SchenkerSweden_System_Home |
Svenska: "DB SCHENKERsystem home"
English: "DB SCHENKERsystem home"
|
SchenkerSweden_Parcel_Box |
Svenska: "DB SCHENKERparcel box"
English: "DB SCHENKERparcel box"
|
SchenkerSweden_Parcel_Retur_Via_Ombud |
Svenska: "DB SCHENKERparcel retur via ombud"
English: "DB SCHENKERparcel retur via ombud"
|
SchenkerSweden_Parcel_Shop_Europe |
Svenska: "DB SCHENKERparcel Shop europe"
English: "DB SCHENKERparcel Shop europe"
|
DsvRoadSweden_Product |
Svenska: "ProductCode"
English: "Product"
|
DsvRoadSweden_Road |
Svenska: "ProductCode"
English: "Road"
|
DsvRoadSweden_Parcel |
Svenska: "ProductCode"
English: "Parcel"
|
DsvRoadSweden_XPCourier |
Svenska: "ProductCode"
English: "XPCourier"
|
DsvRoadSweden_RoadPartLoad |
Svenska: "ProductCode"
English: "Road part load"
|
DsvRoadSweden_Inrikes_Styckegods |
Svenska: "Inrikes Styckegods"
English: "Inrikes Styckegods"
|
DsvRoadSweden_Inrikes_Partigods |
Svenska: "Inrikes Partigods"
English: "Inrikes Partigods"
|
DsvRoadSweden_eParcel |
Svenska: "e-Parcel"
English: "e-Parcel"
|
DsvRoadSweden_ePallet |
Svenska: "e-Pallet"
English: "e-Pallet"
|
DsvRoadSweden_Utrikes_Styckegods |
Svenska: "Utrikes Styckegods"
English: "Utrikes Styckegods"
|
DsvRoadSweden_Utrikes_Partigods |
Svenska: "Utrikes Partigods"
English: "Utrikes Partigods"
|
DsvRoadSweden_Tempererad_Transport |
Svenska: "Tempererad transport"
English: "Tempererad transport"
|
DsvRoadSweden_CustomF7 |
Svenska: "F7"
English: "F7"
|
DsvRoadSweden_CustomF10 |
Svenska: "F10"
English: "F10"
|
DsvRoadSweden_CustomStandard |
Svenska: "Standard"
English: "Standard"
|
DsvRoadSweden_CustomDenmarkRoad |
Svenska: "Road Danmark"
English: "Road Denmark"
|
DsvRoadSweden_Daily |
Svenska: "Daily"
English: "Daily"
|
DsvRoadSweden_Schedule |
Svenska: "Schedule"
English: "Schedule"
|
DsvRoadSweden_DsvMyPack |
Svenska: "DSV MyPack"
English: "DSV MyPack"
|
DsvRoadSweden_DsvMypackReturn |
Svenska: "DSV Mypack Return"
English: "DSV Mypack Return"
|
DsvRoadSweden_DsvEcoInrikes |
Svenska: "DSV Eco inrikes"
English: "DSV Eco inrikes"
|
DsvRoadSweden_DsvEcoUtrikes |
Svenska: "DSV Eco utrikes"
English: "DSV Eco utrikes"
|
DsvRoadSweden_DsvThermoFoodUtrikesStyckegods |
Svenska: "DSV Thermo/Food utrikes styckegods"
English: "DSV Thermo/Food utrikes styckegods"
|
DsvRoadSweden_DsvThermoFoodUtrikesPartigods |
Svenska: "DSV Thermo/Food utrikes partigods"
English: "DSV Thermo/Food utrikes partigods"
|
DsvRoadSweden_InNightInrikes |
Svenska: "InNight Inrikes"
English: "InNight Inrikes"
|
DsvRoadSweden_CustomF10Paket |
Svenska: "F10 Paket"
English: "F10 Paket"
|
DsvRoadSweden_CustomF10Gods |
Svenska: "F10 Gods"
English: "F10 Gods"
|
DsvRoadSweden_CustomRetur |
Svenska: "Retur"
English: "Retur"
|
DsvRoadSweden_CustomInrikesStyckegodsWeight |
Svenska: "CustomInrikesStyckegodsWeight"
English: "CustomInrikesStyckegodsWeight"
|
DsvRoadSweden_RoadDenmarkPartLoad |
Svenska: "Road Denmark Part Load"
English: "Road Denmark Part Load"
|
DsvRoadSweden_RoadDenmarkFullLoad |
Svenska: "Road Denmark Full Load"
English: "Road Denmark Full Load"
|
DsvRoadSweden_RoadDenmarkGroupage |
Svenska: "Road Denmark Groupage"
English: "Road Denmark Groupage"
|
DsvRoadSweden_RoadDenmarkB2C |
Svenska: "Road Denmark B2C"
English: "Road Denmark B2C"
|
PostenSweden_DpdForetagspaket0900 |
Svenska: "31 - DPD Företagspaket 0900"
English: "31 - DPD Företagspaket 0900"
|
PostenSweden_DpdForetagspaket1200 |
Svenska: "14 - DPD Företagspaket 1200"
English: "14 - DPD Företagspaket 1200"
|
PostenSweden_DpdForetagspaket1600 | |
PostenSweden_HemPaket |
Svenska: "32 - Hempaket"
English: "32 - Hempaket"
|
PostenSweden_PallEtt |
Svenska: "52 - PALL.ETT"
English: "52 - PALL.ETT"
|
PostenSweden_DpdUtrikes |
Svenska: "88 - DPD Utrikes"
English: "88 - DPD Utrikes"
|
PostenSweden_PostpaketUtrikes |
Svenska: "91 - International Parcel"
English: "91 - International Parcel"
|
PostenSweden_Comeback |
Svenska: "51 - Comeback"
English: "51 - Comeback"
|
PostenSweden_PaketUtanKvittens |
Svenska: "26 - Paket utan kvittens"
English: "26 - Paket utan kvittens"
|
PostenSweden_PallEttSpecial |
Svenska: "53 - PALL.ETT Special"
English: "53 - PALL.ETT Special"
|
PostenSweden_DpdForetagspaketSpecial |
Svenska: "57 - DPD Företagspaket Special"
English: "57 - DPD Företagspaket Special"
|
PostenSweden_MyPack |
Svenska: "19 - MyPack"
English: "19 - MyPack"
|
PostenSweden_MyPackReturn |
Svenska: "24 - MyPack Retur"
English: "24 - MyPack Return"
|
PostenSweden_RetailDelivery |
Svenska: "59 - Retail Delivery"
English: "59 - Retail Delivery"
|
PostenSweden_HitInNightInrikes |
Svenska: "48 - HIT InNight Inrikes"
English: "48 - HIT InNight Inrikes"
|
PostenSweden_HitSystems |
Svenska: "69 - HIT Systems"
English: "69 - HIT Systems"
|
PostenSweden_ExpressPaket |
Svenska: "42 - Expresspaket"
English: "42 - Expresspaket"
|
PostenSweden_BrevpostForskott |
Svenska: "AF - Brevpostförskott"
English: "AF - Brevpostförskott"
|
PostenSweden_REK |
Svenska: "RR - Rekommenderat brev"
English: "RR - Rekommenderat brev"
|
PostenSweden_Brev |
Svenska: "Brev"
English: "Letter"
|
PostenSweden_ExpressBrev |
Svenska: "LX - Expressbrev"
English: "LX - Expressbrev"
|
PostenSweden_Vardebrev |
Svenska: "VV - Värdebrev"
English: "VV - Värdebrev"
|
PostenSweden_Varubrev1aKlass |
Svenska: "86 - Varubrev 1:a-klass"
English: "86 - Varubrev 1:a-klass"
|
PostenSweden_VarubrevKlimatekonomisk |
Svenska: "78 - Varubrev Klimatekonomisk"
English: "78 - Varubrev Klimatekonomisk"
|
PostenSweden_VarubrevEkonomibrev |
Svenska: "11 - Varubrev Ekonomibrev"
English: "11 - Varubrev Ekonomibrev"
|
PostenSweden_VarubrevRetur |
Svenska: "87 - Varubrev Retur"
English: "87 - Varubrev Retur"
|
PostenSweden_ExpressGlobal |
Svenska: "47 - EMS International Express"
English: "47 - EMS International Express"
|
PostenSweden_PostPaket |
Svenska: "25 - Postpaket"
English: "25 - Postpaket"
|
PostenSweden_HemPC |
Svenska: "12 - HemPC"
English: "12 - HemPC"
|
PostenSweden_Postorderpaket |
Svenska: "13 - Postorderpaket"
English: "13 - Postorderpaket"
|
PostenSweden_HemPaketPostorder |
Svenska: "41 - HemPaket postorder"
English: "41 - Hempaket postorder"
|
PostenSweden_PallEttPlus |
Svenska: "PALL.ETT+"
English: "PALL.ETT+"
|
PostenSweden_DpdForetagspaketLokalt | |
PostenSweden_Express0700 |
Svenska: "42 - Expresspaket"
English: "42 - Expresspaket"
|
PostenSweden_Avtalsbrev |
Svenska: "RV - Avtalsbrev"
English: "RV - Avtalsbrev"
|
PostenSweden_Korkortsbrev | |
PostenSweden_Fardskrivarkort | |
PostenSweden_Frimarksleveransbrev | |
PostenSweden_HitInNightUtrikes |
Svenska: "49 - HIT InNight Utrikes"
English: "49 - HIT InNight Utrikes"
|
BussgodsSweden_HPII |
Svenska: "Half pallet"
English: "Half pallet"
|
BussgodsSweden_HPIISv |
Svenska: "Half pallet (Sweden)"
English: "Half pallet (Sweden)"
|
BussgodsSweden_FPII |
Svenska: "Pallet"
English: "Pallet"
|
BussgodsSweden_FPIISv |
Svenska: "Pallet (Sweden)"
English: "Pallet (Sweden)"
|
BussgodsSweden_BBOX20in |
Svenska: "Bussbox 20 kg"
English: "Bussbox 20 kg"
|
BussgodsSweden_BBOX35in |
Svenska: "Bussbox 35 kg"
English: "Bussbox 35 kg"
|
BussgodsSweden_Ovrigt |
Svenska: "Busspaket"
English: "Busspaket"
|
BussgodsSweden_PickUpParcel |
Svenska: "PickUp Parcel"
English: "PickUp Parcel"
|
BringSweden_Groupage |
Svenska: "Groupage"
English: "Groupage"
|
BringSweden_Partload |
Svenska: "Partload"
English: "Partload"
|
BringSweden_BulksplitCargo |
Svenska: "Bulksplit Cargo"
English: "Bulksplit Cargo"
|
BringSweden_HomeDeliveryDoubleIndoor |
Svenska: "Home Delivery Double Indoor"
English: "Home Delivery Double Indoor"
|
BringSweden_HomeDeliverySingleIndoor |
Svenska: "Home Delivery Single Indoor"
English: "Home Delivery Single Indoor"
|
BringSweden_HomeDeliveryCurbside |
Svenska: "Home Delivery Curbside"
English: "Home Delivery Curbside"
|
BringSweden_ReturnHomeDelivery |
Svenska: "Return Home Delivery"
English: "Return Home Delivery"
|
BringSweden_HomeDeliveryCurbsideExpress |
Svenska: "Home Delivery Curbside Express"
English: "Home Delivery Curbside Express"
|
BringSweden_HomeDeliveryIndoorLight |
Svenska: "Home Delivery Indoor Light"
English: "Home Delivery Indoor Light"
|
BringSweden_GroupageInrikes |
Svenska: "Groupage Inrikes"
English: "Groupage Inrikes"
|
BringSweden_HomeDeliveryParcel |
Svenska: "Home Delivery Parcel"
English: "Home Delivery Parcel"
|
BringSweden_RoutingLabelCmr |
Svenska: "Routing label / CMR"
English: "Routing label / CMR"
|
BringSweden_CourierServiceByCar |
Svenska: "Courier Service by car"
English: "Courier Service by car"
|
BringSweden_CourierServiceByBicycle |
Svenska: "Courier Service by bicycle"
English: "Courier Service by bicycle"
|
BringSweden_UrbanHomeDelivery |
Svenska: "Urban Home Delivery"
English: "Urban Home Delivery"
|
BringSweden_BusinessParcel |
Svenska: "Business Parcel"
English: "Business Parcel"
|
BringSweden_BusinessParcelReturn |
Svenska: "Business Parcel Return"
English: "Business Parcel Return"
|
BringSweden_BusinessParcelBulk |
Svenska: "Business Parcel Bulk"
English: "Business Parcel Bulk"
|
BringSweden_BusinessParcelReturnBulk |
Svenska: "Business Parcel Return Bulk"
English: "Business Parcel Return Bulk"
|
BringSweden_ExpressNordic0900Bulk |
Svenska: "Express Nordic 09:00 Bulk"
English: "Express Nordic 09:00 Bulk"
|
BringSweden_ExpressNordic0900 |
Svenska: "Express Nordic 09:00"
English: "Express Nordic 09:00"
|
BringSweden_BusinessPallet |
Svenska: "Business Pallet"
English: "Business Pallet"
|
BringSweden_CarryOnBusinessPalletReturn_deprecated |
Svenska: "CarryOn Business Pallet Return"
English: "CarryOn Business Pallet Return"
|
BringSweden_ExpressNordic0900Pallet |
Svenska: "Express Nordic 09:00 Pallet"
English: "Express Nordic 09:00 Pallet"
|
BringSweden_PickUpParcel |
Svenska: "PickUp Parcel"
English: "PickUp Parcel"
|
BringSweden_PickUpParcelReturn |
Svenska: "PickUp Parcel Return"
English: "PickUp Parcel Return"
|
BringSweden_PickUpParcelBulk |
Svenska: "PickUp Parcel Bulk"
English: "PickUp Parcel Bulk"
|
BringSweden_PickUpParcelReturnBulk |
Svenska: "PickUp Parcel Return Bulk"
English: "PickUp Parcel Return Bulk"
|
BringSweden_HomeDeliveryMailbox | |
BringSweden_FrigoGroupage |
Svenska: "Frigo Groupage"
English: "Frigo Groupage"
|
BringSweden_HomeDeliveryCurbsideEvening |
Svenska: "Home Delivery Curbside Evening"
English: "Home Delivery Curbside Evening"
|
BringSweden_HomeDeliverySingleIndoorEvening |
Svenska: "Home Delivery Single Indoor Evening"
English: "Home Delivery Single Indoor Evening"
|
BringSweden_CarryOnHomeDelivery_deprecated |
Svenska: "CarryOn Home Delivery"
English: "CarryOn Home Delivery"
|
BringSweden_HomeDeliveryDoubleIndoorEvening |
Svenska: "Home Delivery Double Indoor Evening"
English: "Home Delivery Double Indoor Evening"
|
BringSweden_PickUpParcelBudget |
Svenska: "PickUp Parcel Budget"
English: "PickUp Parcel Budget"
|
BringSweden_HomeDeliveryParcelReturn |
Svenska: "Home Delivery Parcel Return"
English: "Home Delivery Parcel Return"
|
BringSweden_GroupageVargarda |
Svenska: "Groupage Vårgårda"
English: "Groupage Vårgårda"
|
BringSweden_PartloadVargarda |
Svenska: "Partload Vårgårda"
English: "Partload Vårgårda"
|
BringSweden_CurbsideReturn |
Svenska: "Curbside Return"
English: "Curbside Return"
|
BringSweden_IndoorReturn |
Svenska: "Indoor Return"
English: "Indoor Return"
|
BringSweden_PickUpPoint |
Svenska: "Pick Up Point"
English: "Pick Up Point"
|
BringSweden_HomeDeliveryIndoorLightExpress |
Svenska: "Home Delivery Indoor Light Express"
English: "Home Delivery Indoor Light Express"
|
BringSweden_ParcelConnect |
Svenska: "Parcel Connect"
English: "Parcel Connect"
|
BringSweden_ParcelReturnConnect |
Svenska: "Parcel Return Connect"
English: "Parcel Return Connect"
|
BringSweden_HomeDeliveryMailboxPostNord |
Svenska: "Home Delivery Mailbox"
English: "Home Delivery Mailbox"
|
LastbilsstationSweden_Styckegods |
Svenska: "Styckegods"
English: "Styckegods"
|
LastbilsstationSweden_PartiGods |
Svenska: "Partigods"
English: "Partigods"
|
LastbilsstationSweden_Sandning |
Svenska: "Sändning"
English: "Sändning"
|
LastbilsstationSweden_Pall |
Svenska: "Pall"
English: "Pall"
|
LastbilsstationSweden_HalvpallBur |
Svenska: "Halvpall/Bur"
English: "Halvpall/Bur"
|
LastbilsstationSweden_GodsStorkund |
Svenska: "Gods storkund"
English: "Gods storkund"
|
LastbilsstationSweden_GodsStorkund807 |
Svenska: "Gods storkund (807)"
English: "Gods storkund (807)"
|
LastbilsstationSweden_GodsStorkund810 |
Svenska: "Gods storkund (810)"
English: "Gods storkund (810)"
|
LastbilsstationSweden_GodsStorkund816 |
Svenska: "Gods storkund (816)"
English: "Gods storkund (816)"
|
LgtLogisticsSweden_HomeDeliveryIndoor |
Svenska: "LGT Home Delivery Indoor"
English: "LGT Home Delivery Indoor"
|
LgtLogisticsSweden_HomeDeliveryReturn |
Svenska: "LGT Home Delivery Return"
English: "LGT Home Delivery Return"
|
LgtLogisticsSweden_StoreDelivery |
Svenska: "LGT Store Delivery"
English: "LGT Store Delivery"
|
LgtLogisticsSweden_StoreDeliveryReturn |
Svenska: "LGT Store Delivery Return"
English: "LGT Store Delivery Return"
|
LgtLogisticsSweden_HomeDeliveryParcel |
Svenska: "LGT Home Delivery Parcel"
English: "LGT Home Delivery Parcel"
|
LgtLogisticsSweden_HomeDeliveryCurbside |
Svenska: "LGT Home Delivery Curbside"
English: "LGT Home Delivery Curbside"
|
LgtLogisticsSweden_HomeDeliveryIndoorLight |
Svenska: "Home Delivery Indoor Light"
English: "Home Delivery Indoor Light"
|
PostNordSweden_MyPackCollect |
Svenska: "19 - PostNord Service Point"
English: "19 - PostNord Service Point"
|
PostNordSweden_ReturnDropOff |
Svenska: "24 - PostNord Return Drop Off"
English: "24 - PostNord Return Drop Off"
|
PostNordSweden_Pallett |
Svenska: "52 - PostNord Pallett"
English: "52 - PostNord Pallett"
|
PostNordSweden_InNight |
Svenska: "48 - InNight"
English: "48 - InNight"
|
PostNordSweden_Parcel09 |
DEPRECATED!
Svenska: "31 - PostNord Parcel 09"
English: "31 - PostNord Parcel 09"
|
PostNordSweden_Parcel12 |
DEPRECATED!
Svenska: "14 - PostNord Parcel 12"
English: "14 - PostNord Parcel 12"
|
PostNordSweden_Parcel |
DEPRECATED!
Svenska: "15 - PostNord Parcel"
English: "15 - PostNord Parcel"
|
PostNordSweden_PaketUtanKvittens |
DEPRECATED!
Svenska: "26 - Paket utan kvittens"
English: "26 - Paket utan kvittens"
|
PostNordSweden_MyPackHome |
Svenska: "17 - PostNord MyPack Home"
English: "17 - PostNord MyPack Home"
|
PostNordSweden_ExpressPaket |
Svenska: "42 - Expresspaket"
English: "42 - Expresspaket"
|
PostNordSweden_InNightReverse |
Svenska: "49 - InNight Reverse"
English: "49 - InNight Reverse"
|
PostNordSweden_Comeback |
Svenska: "51 - Comeback"
English: "51 - Comeback"
|
PostNordSweden_PallEttSpecial |
DEPRECATED!
Svenska: "53 - PALL.ETT Special"
English: "53 - PALL.ETT Special"
|
PostNordSweden_DpdForetagspaketSpecial |
Svenska: "57 - DPD Företagspaket Special"
English: "57 - DPD Företagspaket Special"
|
PostNordSweden_InNightForwarding |
Svenska: "58 - InNight Forwarding"
English: "58 - InNight Forwarding"
|
PostNordSweden_RetailDelivery |
Svenska: "59 - Retail Delivery"
English: "59 - Retail Delivery"
|
PostNordSweden_InNightSystems |
Svenska: "69 - InNight Systemtransporter"
English: "69 - InNight Systemtransporter"
|
PostNordSweden_DpdUtrikes |
DEPRECATED!
Svenska: "88 - DPD Utrikes"
English: "88 - DPD Utrikes"
|
PostNordSweden_InternationalParcel |
Svenska: "91 - International Parcel"
English: "91 - International Parcel"
|
PostNordSweden_PallEttPlus |
DEPRECATED!
Svenska: "54 - PALL.ETT+ (deprecated)"
English: "54 - PALL.ETT+ (deprecated)"
|
PostNordSweden_LokalAkeritjanstPall |
DEPRECATED!
Svenska: "81 - Lokal Åkeritjänst Pall"
English: "81 - Lokal Åkeritjänst Pall"
|
PostNordSweden_LokalAkeritjanstPaket |
DEPRECATED!
Svenska: "82 - Lokal Åkeritjänst Paket"
English: "82 - Lokal Åkeritjänst Paket"
|
PostNordSweden_Groupage |
Svenska: "83 - PostNord Groupage"
English: "83 - PostNord Groupage"
|
PostNordSweden_TomPallsDistribution |
Svenska: "37 - Tompallsdistribution"
English: "37 - Distribution of Empty Pallets"
|
PostNordSweden_ReturnPickup |
Svenska: "20 - PostNord Return Pickup (old 22)"
English: "20 - PostNord Return Pickup (old 22)"
|
PostNordSweden_Brev |
Svenska: "Brev"
English: "Letter"
|
PostNordSweden_Brevpostforskott |
Svenska: "AF - Brevpostförskott"
English: "AF - Brevpostförskott"
|
PostNordSweden_Expressbrev |
Svenska: "LX - Expressbrev"
English: "LX - Expressbrev"
|
PostNordSweden_REK |
Svenska: "RR - Rekommenderat brev"
English: "RR - Rekommenderat brev"
|
PostNordSweden_Vardebrev |
Svenska: "VV - Värdebrev"
English: "VV - Värdebrev"
|
PostNordSweden_VarubrevEkonomibrev |
Svenska: "11 - Varubrev Ekonomibrev"
English: "11 - Varubrev Ekonomibrev"
|
PostNordSweden_EMS |
DEPRECATED!
Svenska: "47 - EMS International Express"
English: "47 - EMS International Express"
|
PostNordSweden_VarubrevKlimatekonomisk |
DEPRECATED!
Svenska: "78 - Varubrev Klimatekonomisk"
English: "78 - Varubrev Klimatekonomisk"
|
PostNordSweden_Varubrev1aKlass |
Svenska: "86 - Untracked letter"
English: "86 - Untracked letter"
|
PostNordSweden_VarubrevRetur |
Svenska: "87 - Varubrev Retur"
English: "87 - Varubrev Retur"
|
PostNordSweden_Brev_BPost |
Svenska: "Brev B-post"
English: "Letter (Economy)"
|
PostNordSweden_PartLoads |
Svenska: "85 - PostNord Partigods"
English: "85 - PostNord Part Loads"
|
PostNordSweden_MyPackHomeSmall |
Svenska: "30 - PostNord MyPack Home Small"
English: "30 - PostNord MyPack Home Small"
|
PostNordSweden_CustomLifeScience |
DEPRECATED!
Svenska: "71 - PostNord Life Science"
English: "71 - PostNord Life Science"
|
PostNordSweden_Parcel18 |
Svenska: "18 - PostNord Parcel (Nordic)"
English: "18 - PostNord Parcel (Nordic)"
|
PostNordSweden_BrevUX |
Svenska: "UX - Brev"
English: "UX - Letter"
|
PostNordSweden_VarubrevNorway |
Svenska: "79 - Varubrev Norge"
English: "79 - Varubrev Norway"
|
PostNordSweden_SparbartBrevUtrikes |
Svenska: "34 - Spårbart Brev Utrikes"
English: "34 - Spårbart Brev Utrikes"
|
PostNordSweden_CustomsInvoice |
Svenska: "Tullfaktura"
English: "Customs Invoice"
|
InstaboxSweden_Express |
Svenska: "Express"
English: "Express"
|
InstaboxSweden_InstaHome |
Svenska: "INSTAHOME"
English: "INSTAHOME"
|
InstaboxSweden_LockerReturn |
Svenska: "BOX_RETUR"
English: "LOCKER_RETURN"
|
InstaboxSweden_HomeReturn |
Svenska: "HEM_RETUR"
English: "HOME_RETURN"
|
MtdSweden_Postladepaket | |
EarlyBirdSweden_Standard |
Svenska: "Standard"
English: "Standard"
|
EarlyBirdSweden_Express |
Svenska: "Express"
English: "Express"
|
DpdEurope_DdpClassic |
Svenska: "DPD Classic"
English: "DPD Classic"
|
DpdEurope_DdpB2c |
Svenska: "DPD B2C"
English: "DPD B2C"
|
DhlNorway_Domestic |
Svenska: "DHL_NO_Domestic"
English: "DHL_NO_Domestic"
|
PostNordNorway_MyPackCollect |
Svenska: "19 - MyPack Collect"
English: "19 - MyPack Collect"
|
PostNordNorway_ReturnDropOff |
Svenska: "24 - Return Drop Off"
English: "24 - Return Drop Off"
|
PostNordNorway_PallEtt |
Svenska: "52 - PALL.ETT"
English: "52 - PALL.ETT"
|
PostNordNorway_HitInNight |
Svenska: "48 - InNight"
English: "48 - InNight"
|
PostNordNorway_Stykkgods |
Svenska: "83 - Stykkgods"
English: "83 - Stykkgods"
|
PostNordNorway_Partifrakt |
Svenska: "85 - Partifrakt"
English: "85 - Partifrakt"
|
PostNordNorway_ExpressNextDay |
Svenska: "42 - Express next day"
English: "42 - Express next day"
|
PostNordNorway_MyPackHome |
Svenska: "32 - MyPack Home"
English: "32 - MyPack Home"
|
PostNordNorway_MyPackHomeSmall |
Svenska: "72 - MyPack Home Small"
English: "72 - MyPack Home Small"
|
PostNordNorway_Parcel |
Svenska: "18 - Parcel"
English: "18 - Parcel"
|
PostNordNorway_CustomsInvoice |
Svenska: "Tullfaktura"
English: "Customs Invoice"
|
BringNorway_Bedriftspakke |
Svenska: "Bedriftspakke"
English: "Bedriftspakke"
|
BringNorway_BedriftspakkeEkspress0900 |
Svenska: "Bedriftspakke Ekspress 09:00"
English: "Bedriftspakke Ekspress 09:00"
|
BringNorway_KlimanoytralServicepakke |
Svenska: "Klimanøytral Servicepakke"
English: "Klimanøytral Servicepakke"
|
BringNorway_CarryOnBusiness |
Svenska: "CarryOn Business"
English: "CarryOn Business"
|
BringNorway_Groupage |
Svenska: "Stykkgods"
English: "Groupage"
|
BringNorway_Partload |
Svenska: "Partilast"
English: "Partload"
|
BringNorway_PostAPrioritert |
Svenska: "Post A-prioritert"
English: "Post A-prioritert"
|
BringNorway_PostBOkonomi |
Svenska: "Post B-Økonomi"
English: "Post B-Økonomi"
|
BringNorway_PostKlimanoytralOkonomi |
Svenska: "Post klimanøytral B-Økonomi"
English: "Post klimanøytral B-Økonomi"
|
BringNorway_Minipakke | |
BringNorway_PakkeIPostkassenASporbar |
Svenska: "Pakke i postkassen A, sporbar"
English: "Pakke i postkassen A, sporbar"
|
BringNorway_PakkeIPostkassenA |
Svenska: "Pakke i postkassen A"
English: "Pakke i postkassen A"
|
BringNorway_PakkeIPostkassenB |
Svenska: "Pakke i postkassen B"
English: "Pakke i postkassen B"
|
BringNorway_PakkeIPostkassenBSporbar |
Svenska: "Pakke i postkassen B, sporbar"
English: "Pakke i postkassen B, sporbar"
|
BringNorway_PakkeTilHentested |
Svenska: "Pakke til hentested"
English: "Pakke til hentested"
|
BringNorway_PakkeTilBedrift |
Svenska: "Pakke til bedrift"
English: "Pakke til bedrift"
|
BringNorway_EkspressNesteDag |
Svenska: "Ekspress neste dag"
English: "Ekspress neste dag"
|
BringNorway_PartigodsTilBedrift |
Svenska: "Partigods til bedrift"
English: "Partigods til bedrift"
|
BringNorway_StykkgodsTilBedrift |
Svenska: "Stykkgods til bedrift"
English: "Stykkgods til bedrift"
|
BringNorway_ReturPakkeIPostkassen |
Svenska: "Retur pakke i postkassen"
English: "Retur pakke i postkassen"
|
BringNorway_ReturFraHentested |
Svenska: "Retur fra hentested"
English: "Retur fra hentested"
|
BringNorway_PakkeLevertHjem |
Svenska: "Pakke levert hjem"
English: "Pakke levert hjem"
|
BringNorway_Returpakkefrabedrift |
Svenska: "Retur pakke fra bedrift"
English: "Retur pakke fra bedrift"
|
BringNorway_Returstykkgodsfrabedrift |
Svenska: "Retur stykkgods fra bedrift"
English: "Retur stykkgods fra bedrift"
|
SchenkerNorway_System |
Svenska: "DB SCHENKERsystem (43)"
English: "DB SCHENKERsystem (43)"
|
SchenkerNorway_Parcel |
Svenska: "DB SCHENKERparcel (90)"
English: "DB SCHENKERparcel (90)"
|
SchenkerNorway_Direct |
Svenska: "DB SCHENKERdirect (not used)"
English: "DB SCHENKERdirect (not used)"
|
SchenkerNorway_DdInNight |
Svenska: "DB SCHENKERdd/in night (DA)"
English: "DB SCHENKERdd/in night (DA)"
|
SchenkerNorway_SystemHome |
Svenska: "DB SCHENKERsystem home (45)"
English: "DB SCHENKERsystem home (45)"
|
SchenkerNorway_ParcelHome |
Svenska: "DB SCHENKERparcel home (HP)"
English: "DB SCHENKERparcel home (HP)"
|
SchenkerNorway_SystemPremium |
Svenska: "DB SCHENKERsystem premium (44)"
English: "DB SCHENKERsystem premium (44)"
|
SchenkerNorway_PartLoad |
Svenska: "DB SCHENKERPart load (72)"
English: "DB SCHENKERPart load (72)"
|
HelthjemNorway_HelthjemWithFallback |
Svenska: "1 - helthjem w/fallback"
English: "1 - helthjem w/fallback"
|
HelthjemNorway_HelthjemStandard |
Svenska: "2 - helthjem Standard"
English: "2 - helthjem Standard"
|
HelthjemNorway_HelthjemExpressStandard |
Svenska: "10 - helthjem Express Standard"
English: "10 - helthjem Express Standard"
|
HelthjemNorway_HelthjemExpressHentIButikk |
Svenska: "11 - helthjem ekspress m/hent i butikk"
English: "11 - helthjem ekspress m/hent i butikk"
|
HelthjemNorway_HentIButikk |
Svenska: "3 - Hent i butikk"
English: "3 - Hent i butikk"
|
HelthjemNorway_HelthjemHentepakke |
Svenska: "62 - helthjem hentepakke"
English: "62 - helthjem hentepakke"
|
HelthjemNorway_PersonligHjemlevering |
Svenska: "73 - Personlig hjemlevering kolonial.no"
English: "73 - Personlig hjemlevering kolonial.no"
|
HelthjemNorway_ReturViaButikk |
Svenska: "17 - Retur via butikkk"
English: "17 - Retur via butikkk"
|
HelthjemNorway_HelthjemReturIButikk |
Svenska: "63 - helthjem retur i butikk"
English: "63 - helthjem retur i butikk"
|
HelthjemNorway_HelthjemReturMedReturViaButikk |
Svenska: "33 - helthjem retur m/retur via butikk"
English: "33 - helthjem retur m/retur via butikk"
|
DhlFinland_DomesticLtl |
Svenska: "DHL_Domestic_FI_LTL"
English: "DHL_Domestic_FI_LTL"
|
DhlFinland_DomesticFtl |
Svenska: "DHL_Domestic_FI_FTL"
English: "DHL_Domestic_FI_FTL"
|
ItellaFinland_Economy16 |
Svenska: "Economy 16"
English: "Economy 16"
|
ItellaFinland_Return |
Svenska: "Return"
English: "Return"
|
ItellaFinland_ExpressBusinessDay14 |
Svenska: "Express Business Day 14"
English: "Express Business Day 14"
|
ItellaFinland_ExpressFlex21 |
Svenska: "Express Flex 21"
English: "Express Flex 21"
|
ItellaFinland_SmallParcel |
Svenska: "Small Parcel"
English: "Small Parcel"
|
ItellaFinland_ExpressFreight |
Svenska: "Express Freight"
English: "Express Freight"
|
ItellaFinland_ExpressFreightEvening |
Svenska: "Express Freight Evening"
English: "Express Freight Evening"
|
PostiFinland_Freight |
Svenska: "Posti Freight [2004]"
English: "Posti Freight [2004]"
|
PostiFinland_ExpressParcelMorning |
Svenska: "Express Parcel Morning [2101]"
English: "Express Parcel Morning [2101]"
|
PostiFinland_ExpressParcel |
Svenska: "Express Parcel [2102]"
English: "Express Parcel [2102]"
|
PostiFinland_PostalParcel |
Svenska: "Postal Parcel [2103]"
English: "Postal Parcel [2103]"
|
PostiFinland_HomeParcel |
Svenska: "Home Parcel [2352]"
English: "Home Parcel [2352]"
|
PostiFinland_Return |
Svenska: "Return [2108]"
English: "Return [2108]"
|
PostiFinland_SmallParcel |
Svenska: "Small Parcel [2461]"
English: "Small Parcel [2461]"
|
PostiFinland_ExpressFreight |
Svenska: "Express Freight [2144]"
English: "Express Freight [2144]"
|
PostiFinland_ExpressFreightMorning |
Svenska: "Express Freight Morning [2143]"
English: "Express Freight Morning [2143]"
|
PostiFinland_ExpressFreightEvening |
Svenska: "Express Freight Evening [2145]"
English: "Express Freight Evening [2145]"
|
PostiFinland_PostalParcelBaltic |
Svenska: "Postal Parcel Baltic [2331]"
English: "Postal Parcel Baltic [2331]"
|
PostiFinland_PostalParcelBalticReturn |
Svenska: "Postal Parcel Baltic Return [2338]"
English: "Postal Parcel Baltic Return [2338]"
|
PostiFinland_ExpressBusinessDayPallet |
Svenska: "Express Business Day Pallet [2318]"
English: "Express Business Day Pallet [2318]"
|
DhlDenmark_Domestic |
Svenska: "DHL_DK_Domestic"
English: "Domestic"
|
DanskeFragtmaendDenmark_StykGods |
Svenska: "Stykgods"
English: "Stykgods"
|
DanskeFragtmaendDenmark_Bilpakke |
Svenska: "Bilpakke"
English: "Bilpakke"
|
DanskeFragtmaendDenmark_Erhvervsbilpakke |
Svenska: "Erhvervsbilpakke"
English: "Erhvervsbilpakke"
|
DanskeFragtmaendDenmark_PalleEnhedsforsendelse |
Svenska: "Palle/Enhedsforsendelse"
English: "Palle/Enhedsforsendelse"
|
DanskeFragtmaendDenmark_Volumepakke |
Svenska: "Volumepakke"
English: "Volumepakke"
|
DanskeFragtmaendDenmark_Industripakke |
Svenska: "Industripakke"
English: "Industripakke"
|
GlsDenmark_BusinessParcel |
Svenska: "Business Parcel"
English: "Business Parcel"
|
GlsDenmark_EuroBusinessParcel |
Svenska: "Euro Business Parcel"
English: "Euro Business Parcel"
|
GlsDenmark_BusinessPalletSolution |
Svenska: "Business Pallet Solution"
English: "Business Pallet Solution"
|
GlsDenmark_ShopDelivery |
Svenska: "Shop Delivery"
English: "Shop Delivery"
|
GlsDenmark_ShopReturn |
Svenska: "Shop Return"
English: "Shop Return"
|
PostDenmark_Parcel |
Svenska: "Parcel"
English: "Parcel"
|
PostDenmark_MyPackCollect |
Svenska: "MyPack Collect"
English: "MyPack Collect"
|
PostDenmark_DpdClassic |
Svenska: "DPD Classic"
English: "DPD Classic"
|
PostDenmark_MyPackHome |
Svenska: "MyPack Home"
English: "MyPack Home"
|
PostDenmark_Groupage |
Svenska: "Groupage"
English: "Groupage"
|
PostDenmark_ReturnDropOff |
Svenska: "Return Drop Off"
English: "Return Drop Off"
|
PostDenmark_Pallet |
Svenska: "Pallet"
English: "Pallet"
|
PostDenmark_InNightNextDay |
Svenska: "InNight Next day"
English: "InNight Next day"
|
LillerTransDenmark_Stykgods |
Svenska: "Stykgods"
English: "Stykgods"
|
LogtradeStandardProduct |
Svenska: "LogtradeStandardProduct"
English: "Standard"
|
OnRoadSweden_Package |
Svenska: "OnRoadSweden Package"
English: "Package"
|
OnRoadSweden_Parcel |
Svenska: "OnRoadSweden Parcel"
English: "Parcel"
|
OnRoadSweden_Part |
Svenska: "OnRoadSweden Part"
English: "Part"
|
OnRoadSweden_Skicka |
Svenska: "Skicka"
English: "Skicka"
|
OnRoadSweden_Skynda |
Svenska: "Skynda"
English: "Skynda"
|
OnRoadSweden_Ila |
Svenska: "Ila"
English: "Ila"
|
NarkefraktSweden_Skicka |
Svenska: "Skicka"
English: "Skicka"
|
NarkefraktSweden_Skynda |
Svenska: "Skynda"
English: "Skynda"
|
NarkefraktSweden_Ila |
Svenska: "Ila"
English: "Ila"
|
NarkefraktSweden_CustomF7 |
Svenska: "F7"
English: "F7"
|
NarkefraktSweden_CustomF10 |
Svenska: "F10"
English: "F10"
|
NarkefraktSweden_CustomF16 |
Svenska: "F16"
English: "F16"
|
NorCargoNorway_SpecialPackage |
Svenska: "NorCargo Bedriftspakke"
English: "Special package"
|
NorCargoNorway_Parcel |
Svenska: "NorCargo Parcel"
English: "Parcel"
|
NorCargoNorway_Part |
Svenska: "NorCargo Part"
English: "Part"
|
LinjeGodsNorway_Network |
Svenska: "LinjeGodsNorway Network"
English: "Network"
|
LinjeGodsNorway_Direct |
Svenska: "LinjeGodsNorway Direct"
English: "Direct"
|
LinjeGodsNorway_Network1 |
Svenska: "LinjeGodsNorway Network (1 package)"
English: "Network 1"
|
DachserNordic_Targospeed |
Svenska: "Targospeed"
English: "Targospeed"
|
DachserNordic_Targofix |
Svenska: "Targofix"
English: "Targofix"
|
DachserNordic_Targoflex |
Svenska: "Targoflex"
English: "Targoflex"
|
DachserNordic_Targospeed10 |
Svenska: "Targospeed 10"
English: "Targospeed 10"
|
DachserNordic_Targospeed12 |
Svenska: "Targospeed 12"
English: "Targospeed 12"
|
DachserNordic_TargospeedPlus |
Svenska: "Targospeed Plus"
English: "Targospeed Plus"
|
DachserNordic_Targofix10 |
Svenska: "Targofix 10"
English: "Targofix 10"
|
DachserNordic_Targofix12 |
Svenska: "Targofix 12"
English: "Targofix 12"
|
DachserNordic_TargoOnsite |
Svenska: "Targo on-site"
English: "Targo on-site"
|
TntNordic_0900Express |
Svenska: "09:00 Express"
English: "09:00 Express"
|
TntNordic_1000Express |
Svenska: "10:00 Express"
English: "10:00 Express"
|
TntNordic_1200Express |
Svenska: "12:00 Express"
English: "12:00 Express"
|
TntNordic_Express |
Svenska: "Express"
English: "Express"
|
TntNordic_1200EconomyExpress |
Svenska: "12:00 Economy Express"
English: "12:00 Economy Express"
|
TntNordic_EconomyExpress |
Svenska: "Economy Express"
English: "Economy Express"
|
TntNordic_InNight |
Svenska: "InNight"
English: "InNight"
|
AgilityNordic_Bil |
Svenska: "Bil"
English: "Bil"
|
BestNordic_HomeDelivery |
Svenska: "Hemleverans SMALL"
English: "Home Delivery SMALL"
|
BestNordic_Direkt |
Svenska: "Direkt"
English: "Direct"
|
BestNordic_2Timmars |
Svenska: "2 timmars"
English: "2 hours"
|
BestNordic_3Timmars |
Svenska: "3 timmars"
English: "3 hours"
|
BestNordic_6Timmars |
Svenska: "6 timmars"
English: "6 hours"
|
BestNordic_69Kr |
Svenska: "69 kr"
English: "69 kr"
|
BestNordic_99Kr |
Svenska: "99 kr"
English: "99 kr"
|
BestNordic_299Kr |
Svenska: "299 kr"
English: "299 kr"
|
BestNordic_TurFormiddag |
Svenska: "Tur Förmiddag"
English: "Route AM"
|
BestNordic_TurLunch |
Svenska: "Tur Lunch"
English: "Route Midday"
|
BestNordic_TurEftermiddag |
Svenska: "Tur Eftermiddag"
English: "Route PM"
|
BestNordic_Paket |
Svenska: "Paket"
English: "Parcel"
|
BestNordic_Pall |
Svenska: "Pall"
English: "Pallet"
|
BestNordic_HomeDelivery_Medium |
Svenska: "Hemleverans MEDIUM"
English: "Home Delivery MEDIUM"
|
BestNordic_HomeDelivery_Large |
Svenska: "Hemleverans LARGE"
English: "Home Delivery LARGE"
|
BestNordic_HomeDelivery_XL |
Svenska: "Hemleverans XL"
English: "Home Delivery XL"
|
BestNordic_BestBox |
Svenska: "Best Box"
English: "Best Box"
|
UpsGlobal_Standard |
Svenska: "Standard"
English: "Standard"
|
UpsGlobal_Expedited |
Svenska: "Expedited"
English: "Expedited"
|
UpsGlobal_Express |
Svenska: "Express"
English: "Express"
|
UpsGlobal_ExpressSaver |
Svenska: "Express Saver"
English: "Express Saver"
|
UpsGlobal_ExpressPlus |
Svenska: "Express Plus"
English: "Express Plus"
|
UpsGlobal_NextDayAir |
Svenska: "UPS Next Day Air®"
English: "UPS Next Day Air®"
|
UpsGlobal_SecondDayAir |
Svenska: "UPS 2nd Day Air®"
English: "UPS 2nd Day Air®"
|
UpsGlobal_Ground |
Svenska: "UPS Ground"
English: "UPS Ground"
|
UpsGlobal_ThreeDaySelect |
Svenska: "UPS 3 Day Select®"
English: "UPS 3 Day Select®"
|
UpsGlobal_NextDayAirSaver |
Svenska: "UPS Next Day Air Saver®"
English: "UPS Next Day Air Saver®"
|
UpsGlobal_UpsNextDayAirEarly |
Svenska: "UPS Next Day Air® Early"
English: "UPS Next Day Air® Early"
|
UpsGlobal_UpsWorldwideEconomyDDU |
Svenska: "UPS Worldwide Economy DDU"
English: "UPS Worldwide Economy DDU"
|
UpsGlobal_SecondDayAirAM |
Svenska: "UPS 2nd Day Air A.M.®"
English: "UPS 2nd Day Air A.M.®"
|
UpsGlobal_FirstClassMail |
Svenska: "First Class Mail"
English: "First Class Mail"
|
UpsGlobal_PriorityMail |
Svenska: "Priority Mail"
English: "Priority Mail"
|
UpsGlobal_ExpeditedMailInnovations |
Svenska: "Expedited Mail Innovations"
English: "Expedited Mail Innovations"
|
UpsGlobal_PriorityMailInnovations |
Svenska: "Priority Mail Innovations"
English: "Priority Mail Innovations"
|
UpsGlobal_EconomyMailInnovations |
Svenska: "Economy Mail Innovations"
English: "Economy Mail Innovations"
|
UpsGlobal_MailInnovationsReturns |
Svenska: "Mail Innovations (MI) Returns"
English: "Mail Innovations (MI) Returns"
|
UpsGlobal_UpsAccessPointEconomy |
Svenska: "UPS Access Point™ Economy"
English: "UPS Access Point™ Economy"
|
UpsGlobal_UpsWorldwideExpressFreightMidday |
Svenska: "UPS Worldwide Express Freight Midday"
English: "UPS Worldwide Express Freight Midday"
|
UpsGlobal_UpsWorldwideEconomyDDP |
Svenska: "UPS Worldwide Economy DDP"
English: "UPS Worldwide Economy DDP"
|
UpsGlobal_UpsExpress1200 |
Svenska: "UPS Express®12:00"
English: "UPS Express®12:00"
|
UpsGlobal_UpsHeavyGoods |
Svenska: "UPS Heavy Goods"
English: "UPS Heavy Goods"
|
UpsGlobal_UpsTodayStandard |
Svenska: "UPS Today Standard"
English: "UPS Today Standard"
|
UpsGlobal_UpsTodayDedicatedCourier |
Svenska: "UPS Today Dedicated Courier"
English: "UPS Today Dedicated Courier"
|
UpsGlobal_UpsTodayIntercity |
Svenska: "UPS Today Intercity"
English: "UPS Today Intercity"
|
UpsGlobal_UpsTodayExpress |
Svenska: "UPS Today Express"
English: "UPS Today Express"
|
UpsGlobal_UpsTodayExpressSaver |
Svenska: "UPS Today Express Saver"
English: "UPS Today Express Saver"
|
UpsGlobal_UpsWorldwideExpressFreight |
Svenska: "UPS Worldwide Express Freight"
English: "UPS Worldwide Express Freight"
|
DhlEurope_Express0900 |
Svenska: "EXPRESS 09:00"
English: "EXPRESS 09:00"
|
DhlEurope_Express1030 |
Svenska: "EXPRESS 10:30"
English: "EXPRESS 10:30"
|
DhlEurope_Express1200 |
Svenska: "EXPRESS 12:00"
English: "EXPRESS 12:00"
|
DhlEurope_ExpressWorldwide |
Svenska: "EXPRESS WORLDWIDE"
English: "EXPRESS WORLDWIDE"
|
DhlEurope_ExpressEnvelope |
Svenska: "EXPRESS ENVELOPE"
English: "EXPRESS ENVELOPE"
|
DhlEurope_BreakBulkExpress |
Svenska: "BREAK BULK EXPRESS"
English: "BREAK BULK EXPRESS"
|
DhlEurope_MedicalExpress |
Svenska: "Medical Express"
English: "Medical Express"
|
DhlEurope_EconomySelect |
Svenska: "Economy Select"
English: "Economy Select"
|
DhlEurope_DomesticExpress |
Svenska: "Domestic Express"
English: "Domestic Express"
|
DhlEurope_DomExpress1030 |
Svenska: "Domestic Express 10:30"
English: "Domestic Express 10:30"
|
DhlEurope_B2C |
Svenska: "B2C"
English: "B2C"
|
DhlEurope_GlobalmailBusiness |
Svenska: "Globalmail Business"
English: "Globalmail Business"
|
DhlEurope_DomesticExpress0900 |
Svenska: "Domestic Express 09.00"
English: "Domestic Express 09.00"
|
DhlEurope_DomesticExpress1200 |
Svenska: "Domestic Express 12.00"
English: "Domestic Express 12.00"
|
FedExEurope_InternationalPriority |
Svenska: "International Priority"
English: "International Priority"
|
FedExEurope_InternationalPriorityFreight |
Svenska: "FedEx International Priority® Freight"
English: "FedEx International Priority® Freight"
|
FedExEurope_InternationalEconomy |
Svenska: "FedEx International Economy®"
English: "FedEx International Economy®"
|
FedExEurope_InternationalEconomyFreight |
Svenska: "FedEx International Economy® Freight"
English: "FedEx International Economy® Freight"
|
FedExEurope_PriorityOvernight |
Svenska: "FedEx Priority Overnight®"
English: "FedEx Priority Overnight®"
|
FedExEurope_RegionalEconomy |
Svenska: "FedEx® Regional Economy"
English: "FedEx® Regional Economy"
|
FedExEurope_RegionalEconomyFreight |
Svenska: "FedEx® Regional Economy Freight"
English: "FedEx® Regional Economy Freight"
|
FedExEurope_FedExInternationalPriorityExpress |
Svenska: "FedEx International Priority® Express"
English: "FedEx International Priority® Express"
|
FedExEurope_FedExInternationalConnectPlus |
Svenska: "FedEx® International Connect Plus"
English: "FedEx® International Connect Plus"
|
FedExEurope_FedExInternationalPriority |
Svenska: "FedEx International Priority®"
English: "FedEx International Priority®"
|
FedExEurope_FedExPriorityFreight |
Svenska: "FedEx® Priority Freight"
English: "FedEx® Priority Freight"
|
FedExEurope_FedExPriorityExpress |
Svenska: "FedEx® Priority Express"
English: "FedEx® Priority Express"
|
FedExEurope_FedExPriority |
Svenska: "FedEx® Priority"
English: "FedEx® Priority"
|
FedExEurope_FirstFirst |
Svenska: "FedEx® First"
English: "FedEx® First"
|
FedExEurope_FedExEconomySelect |
Svenska: "FedEx® Economy"
English: "FedEx® Economy"
|
FedExEurope_FedEx2Day |
Svenska: "FedEx 2Day®"
English: "FedEx 2Day®"
|
FedExEurope_FedExGround |
Svenska: "FedEx Ground®"
English: "FedEx Ground®"
|
FedExEurope_FedExStandardOvernight |
Svenska: "FedEx Standard Overnight®"
English: "FedEx Standard Overnight®"
|
AholaTransportEurope_Road |
Svenska: "Road"
English: "Road"
|
PredefinedCarrier_Product | |
DhlEcommerceEurope_DhlParcelConnect |
Svenska: "DHL Parcel Connect"
English: "DHL Parcel Connect"
|
DhlEcommerceEurope_DhlParcelConnectPLUS |
Svenska: "DHL Parcel Connect PLUS"
English: "DHL Parcel Connect PLUS"
|
DhlEcommerceEurope_DhlParcelReturnConnect |
Svenska: "DHL Parcel Return Connect"
English: "DHL Parcel Return Connect"
|
DhlGermany_DhlPaket |
Svenska: "DHL Paket"
English: "DHL Paket"
|
DhlGermany_DhlPaketReturn |
Svenska: "DHL Paket retur"
English: "DHL Paket return"
|
DhlGermany_Euroconnect |
Svenska: "Euroconnect"
English: "Euroconnect"
|
DhlGermany_EuroconnectB2C |
Svenska: "Euroconnect B2C"
English: "Euroconnect B2C"
|
DhlGermany_Weltpaket |
Svenska: "Weltpaket"
English: "Weltpaket"
|
DhlGermany_Europaket |
Svenska: "Europaket"
English: "Europaket"
|
DhlGermany_Warenpost |
Svenska: "Warenpost"
English: "Warenpost"
|
DpdGermany_DdpClassic |
Svenska: "DPD Classic"
English: "DPD Classic"
|
DpdGermany_DdpB2c |
Svenska: "DPD B2C"
English: "DPD B2C"
|
BudbeeSweden_BudbeeExpress |
Svenska: "Budbee Express"
English: "Budbee Express"
|
BudbeeSweden_BudbeePreliminary |
Svenska: "Budbee Preliminary"
English: "Budbee Preliminary"
|
BudbeeSweden_HomeDeliveryDay |
Svenska: "Budbee Hemleverans Dagtid"
English: "Budbee Home delivery day"
|
BudbeeSweden_HomeDeliveryEvening |
Svenska: "Budbee Hemleverans Kvällstid"
English: "Budbee Home delivery evening"
|
BudbeeSweden_Box |
Svenska: "Budbee Box"
English: "Budbee Box"
|
BudbeeSweden_Return |
Svenska: "Budbee Retur"
English: "Budbee Return"
|
ForlangdaArmenSweden_Distribution |
Svenska: "Distribution"
English: "Distribution"
|
BringExpressNordic_CourierDistribution |
Svenska: "Courier Distribution (3270)"
English: "Courier Distribution (3270)"
|
BringExpressNordic_CourierDistributionPallet |
Svenska: "Courier Distribution Pallet (3271)"
English: "Courier Distribution Pallet (3271)"
|
BringExpressNordic_SameDayDistributionMorning |
Svenska: "Same day distribution morning (3619)"
English: "Same day distribution morning (3619)"
|
BringExpressNordic_SameDayDistributionDay |
Svenska: "Same day distribution day (3620)"
English: "Same day distribution day (3620)"
|
BringExpressNordic_SameDayDistributionEvening |
Svenska: "Same day distribution evening (3621)"
English: "Same day distribution evening (3621)"
|
BringExpressNordic_CourierServiceByCar |
Svenska: "Courier Service by car (3045)"
English: "Courier Service by car (3045)"
|
BringExpressNordic_CourierServiceByBicycle |
Svenska: "Courier Service by bicycle (3046)"
English: "Courier Service by bicycle (3046)"
|
BringExpressNordic_PremiumBud |
Svenska: "Premium Bud (3625)"
English: "Premium Bud (3625)"
|
BringExpressNordic_StandardBud |
Svenska: "Standard Bud (3627)"
English: "Standard Bud (3627)"
|
BringExpressNordic_HomeDeliveryDoubleIndoor |
Svenska: "Home Delivery Double Indoor (2870)"
English: "Home Delivery Double Indoor (2870)"
|
BringExpressNordic_HomeDeliveryCurbside |
Svenska: "Home Delivery Curbside (3123)"
English: "Home Delivery Curbside (3123)"
|
BringExpressNordic_HomeDeliverySingleIndoor |
Svenska: "Home Delivery Single indoor (3150)"
English: "Home Delivery Single indoor (3150)"
|
BringExpressNordic_HomeDeliveryIndoorLightUrban |
Svenska: "Home Delivery Indoor Light Urban (3332)"
English: "Home Delivery Indoor Light Urban (3332)"
|
BringExpressNordic_HomeDeliveryCurbsideEvening |
Svenska: "Home Delivery Curbside Evening (3457)"
English: "Home Delivery Curbside Evening (3457)"
|
IcaSweden_IcaPaket |
Svenska: "Ica Paket"
English: "Ica Paket"
|
Value | Description |
---|---|
AnyType |
Svenska: "Notify type used for selections"
English: "Any type"
|
Phone |
Svenska: "Telefon"
English: "Phone"
|
Fax |
Svenska: "Fax"
English: "Fax"
|
SMS |
Svenska: "SMS"
English: "SMS"
|
Svenska: "Email"
English: "Email"
| |
Letter |
Svenska: "Brev"
English: "Letter"
|
Value | Description |
---|---|
AnyType |
Svenska: "(Välj)"
English: "(Select)"
|
LithiumIonIndividual |
Svenska: "Ion PI965 sektion II (LiBa)"
English: "Ion PI965 section II (LiBa)"
|
LithiumIonWithEquipment |
Svenska: "Ion PI966 Sektion II (LiBa med utrustning)"
English: "Ion PI966 Section II (LiBa with equipment)"
|
LithiumIonInEquipment |
Svenska: "Ion PI967 Sektion II (LiBa i utrustning)"
English: "Ion PI967 Section II (LiBa in equipment)"
|
LithiumMetalWithEquipment |
Svenska: "Ion PI969 Sektion II (LiBa med utrustning)"
English: "Ion PI969 Section II (LiBa with equipment)"
|
LithiumMetalInEquipment |
Svenska: "Ion PI970 Sektion II (LiBa i utrustning)"
English: "Ion PI970 Section II (LiBa in equipment)"
|
Value | Description |
---|---|
AnyGiroType |
Svenska: "(välj)"
English: "Any type"
|
PostalGiro |
Svenska: "Plusgiro"
English: "Postal giro"
|
BankGiro |
Svenska: "Bankgiro"
English: "Bank giro"
|
IBAN |
Svenska: "IBAN"
English: "IBAN"
|
Value | Description |
---|---|
AnyReferenceType |
Svenska: "Valfri Referens"
English: "Any Reference"
|
Text |
Svenska: "Text"
English: "Text"
|
OCR |
Svenska: "OCR"
English: "OCR"
|
Value | Description |
---|---|
AnyInvoiceType |
Svenska: "(välj)"
English: "Any type"
|
Commercial |
Svenska: "Kommersiell faktura"
English: "Commercial"
|
Proforma |
Svenska: "Proformafaktura"
English: "Proforma"
|
Value | Description |
---|---|
AnyType |
Svenska: "(välj)"
English: "(select)"
|
RoofLoadUnload |
Svenska: "Enbart via tak"
English: "Only via roof"
|
TailLoadUnload |
Svenska: "Enbart bakifrån"
English: "Only via tail"
|
TailLift |
Svenska: "Enbart med bakgavellyft"
English: "Only tail lift"
|
Max12mTruck |
Svenska: "Max 12m truck"
English: "Maximum 12m truck"
|
Max17mTruck |
Svenska: "Max 17m truck"
English: "Maximum 17m truck"
|
Value | Description |
---|---|
NotSet |
Svenska: "Odefinierad"
English: "Not set"
|
Collection |
Svenska: "Hämtning"
English: "Collection instruction"
|
Delivery |
Svenska: "Leverans"
English: "Delivery instruction"
|
Booking |
Svenska: "Bokning"
English: "Booking instruction"
|
Forwarder |
Value | Description |
---|---|
Undefined | |
Package |
Svenska: "Paket"
English: "Package"
|
Document |
Svenska: "Dokument"
English: "Document"
|
NotSet | |
Gift |
Svenska: "Gåva"
English: "Gift"
|
CommercialSample |
Svenska: "Varuprov"
English: "Commercial sample"
|
Returns |
Svenska: "Returer"
English: "Returns"
|
Value | Description |
---|---|
AnyPayment |
Svenska: "Alla betalare"
English: "Other Payment instuction"
|
Sender |
Svenska: "Avsändare"
English: "Sender pays"
|
Recipient |
Svenska: "Mottagare"
English: "Recipient pays"
|
ThirdParty |
Svenska: "Tredjeparts betalare"
English: "Third party pays"
|
UnknownParty |
Svenska: "Okänd betalare"
English: "Unknown party"
|
Value | Description |
---|---|
NotSet | |
TreatAsAbandoned | |
ReturnToSender |
Value | Description |
---|---|
Permanent |
Svenska: "Permanent export"
English: "Permanent"
|
Temporary |
Svenska: "Tillfällig export"
English: "Temporary"
|
ReExport |
Svenska: "Återexport"
English: "Re-export"
|
Value | Description |
---|---|
NotSet | |
ClcShipmentId | |
ClcManifestId | |
BudbeeOrderId | |
BudbeeToken | |
SchenkerOpalNumber | |
SchenkerOfficeNumber | |
BookingReference | |
ProjectNumber | |
OneTimeReference | |
OfficeId | |
TerminalId | |
IolShipmentId | |
IolAliasIdentity | |
IolShipmentIdentity | |
IolShipmentRequestAcceptIdentity | |
ValidationId |
Value | Description |
---|---|
NotSet | |
ClcIolIdentifier | |
ClcLocationId | |
VoecIdNumber | |
EoriGB | |
CustomerProductionCode | |
Eori | |
IOSS | |
IolLocationIdentity |
Value | Description |
---|---|
NotSet | |
ClcPackageItemId | |
IolPackageId |
Value | Description |
---|---|
String | |
Int | |
Decimal | |
DateTime | |
Time | |
Date | |
Boolean |
Value | Description |
---|---|
AnyProduct |
Svenska: "(välj)"
English: "(select)"
|
Express |
Svenska: "Express Nordic 09:00 Bulk"
English: "Express Nordic 09:00 Bulk"
|
Business |
Svenska: "Business Parcel Bulk"
English: "Business Parcel Bulk"
|
PickUp |
Svenska: "PickUp Parcel Bulk"
English: "PickUp Parcel Bulk"
|
ExpressAndBusiness |
Svenska: "Express Nordic 09:00 Bulk och Business Parcel Bulk"
English: "Express Nordic 09:00 Bulk and Business Parcel Bulk"
|
ExpressAndPickUp |
Svenska: "Express Nordic 09:00 Bulk och PickUp Parcel Bulk"
English: "Express Nordic 09:00 Bulk and PickUp Parcel Bulk"
|
BusinessAndPickUp |
Svenska: "Business Parcel Bulk och PickUp Parcel Bulk"
English: "Business Parcel Bulk and PickUp Parcel Bulk"
|
ExpressAndBusinessAndPickUp |
Svenska: "Express Nordic 09:00 Bulk och Business Parcel Bulk och PickUp Parcel Bulk"
English: "Express Nordic 09:00 Bulk and Business Parcel Bulk and PickUp Parcel Bulk"
|
Value | Description |
---|---|
AnyProduct |
Svenska: "(Välj)"
English: "(Select)"
|
MyPack |
Svenska: "MyPack"
English: "MyPack"
|
Dpd |
Svenska: "DPD"
English: "DPD"
|
DpdAndMyPack |
Svenska: "DPD and MyPack"
English: "DPD and MyPack"
|
Value | Description |
---|---|
AnyProduct | |
Pallett |
Svenska: "PALL.ETT"
English: "PALL.ETT"
|
Value | Description |
---|---|
InsuranceTypeA |
Svenska: "Forsikringstype A"
English: "Insurance type A"
|
InsuranceTypeB |
Svenska: "Forsikringstype B"
English: "Insurance type B"
|
InsuranceTypeC |
Svenska: "Forsikringstype C"
English: "Insurance type C"
|
InsuranceTypeD |
Svenska: "Forsikringstype D"
English: "Insurance type D"
|
Value | Description |
---|---|
PackedCrated |
Svenska: "Emballerat gods"
English: "Packed, Crated"
|
UnpackedNonCrated |
Svenska: "Oemballerat gods"
English: "Unpacked, Non crated"
|
Value | Description |
---|---|
OrdinaryNewCommercialGoods |
Svenska: "Vanliga handelsvaror"
English: "Ordinary new commercial goods"
|
UsedTradingGoodsAndOrUnpackedGoods |
Svenska: "Begagnade varor eller oemballerat gods"
English: "Used trading goods and/or unpacked goods"
|
Furniture |
Svenska: "Möbler"
English: "Furniture"
|
PorcelainGlassLightBulbsMarbleAndOtherFragileGoods |
Svenska: "Porslin, glas, glödlampor, marmor, annat ömtåligt gods"
English: "Porcelain, Glass, Light Bulbs, Marble and other fragile goods"
|
HouseholdGoodsMotorVehicles |
Svenska: "Personliga effekter, motorfordon"
English: "Household goods, motor vehicles"
|
Value | Description |
---|---|
ArrivedToTerminal | |
OutForDelivery | |
AllEvents |
Value | Description |
---|---|
Seeds |
Svenska: "032 - Seeds"
English: "032 - Seeds"
|
Perishables |
Svenska: "033 - Perishables"
English: "033 - Perishables"
|
Tobacco |
Svenska: "034 - Tobacco"
English: "034 - Tobacco"
|
Plants |
Svenska: "035 - Plants"
English: "035 - Plants"
|
AlcoholicBeverages |
Svenska: "036 - Alcoholic Beverages"
English: "036 - Alcoholic Beverages"
|
BiologicalSubstance |
Svenska: "037 - Biological Substance"
English: "037 - Biological Substance"
|
SpecialExceptions |
Svenska: "038 - Special Exceptions"
English: "038 - Special Exceptions"
|
ECigarettes |
Svenska: "039 - E-Cigarettes"
English: "039 - E-Cigarettes"
|
HempCBD |
Svenska: "040 - Hemp/CBD"
English: "040 - Hemp/CBD"
|