Web Services

This document describes version 3 of the LogTrade API.
Generated 2024-02-23.

CreateShipment method

Syntax

CreateShipmentResponse CreateShipment(
		Authorization authorization, 
		ShipmentCommandEnum command, 
		ShipmentActionEnum action, 
		Shipment shipment
)

Description

Creates a shipment

Parameters

NameDatatypeDescription
authorizationAuthorizationAuthorization data
commandShipmentCommandEnumShipment command
actionShipmentActionEnumShipment action
Only used for command values 'Create' and 'Replace'
shipmentShipmentShipment data

Return value

A shipment response

CreateShipmentEx method

Syntax

CreateShipmentExResponse CreateShipmentEx(
		Authorization authorization, 
		ShipmentCommandEnum command, 
		ShipmentActionEnum action, 
		Shipment shipment
)

Description

Creates a shipment, with extended response.

Comments

This method is the same as CreateShipment, but also returns PDF shipment and status page urls

Parameters

NameDatatypeDescription
authorizationAuthorizationAuthorization data
commandShipmentCommandEnumShipment command
actionShipmentActionEnumShipment action
Only used for command values 'Create' and 'Replace'
shipmentShipmentShipment data

Return value

A shipment response

CreateShipmentTest method

Syntax

CreateShipmentTestResponse CreateShipmentTest(
		Authorization authorization, 
		ShipmentCommandEnum command, 
		ShipmentActionEnum action, 
		Shipment shipment
)

Description

LogTrade internal method.

Comments

Not to be used by external partners.

Parameters

NameDatatypeDescription
authorizationAuthorizationAuthorization data
commandShipmentCommandEnumShipment command
actionShipmentActionEnumShipment action
Only used for command values 'Create' and 'Replace'
shipmentShipmentShipment data

Return value

A shipment response

ChangeShipmentStatus method

Syntax

ShipmentStatusResponse ChangeShipmentStatus(
		Authorization authorization, 
		ChangeShipmentStatusEnum command, 
		ShipmentsSelectionCriteria criteria
)

Description

Changes status of existing shipment(s)

Comments

The status is changed for shipments matching the settings in 'criteria'.

Parameters

NameDatatypeDescription
authorizationAuthorizationAuthorization data
commandChangeShipmentStatusEnumCommand to execute
criteriaShipmentsSelectionCriteriaCriteria for ChangeShipmentStatus command

Return value

ChangeShipmentStatusEx method

Syntax

ShipmentStatusResponse ChangeShipmentStatusEx(
		Authorization authorization, 
		ChangeShipmentStatusEnum command, 
		ShipmentsSelectionCriteria criteria, 
		string shipmentListPrintQueueId
)

Description

Changes status of existing shipment(s)

Comments

The status is changed for shipments matching the settings in 'criteria'.

Parameters

NameDatatypeDescription
authorizationAuthorizationAuthorization data
commandChangeShipmentStatusEnumCommand to execute
criteriaShipmentsSelectionCriteriaCriteria for ChangeShipmentStatus command
shipmentListPrintQueueIdstringPrint queue id

Return value

BookShipments method

Syntax

BookShipmentResponse BookShipments(
		Authorization authorization, 
		ShipmentsSelectionCriteria criteria
)

Description

Books existing shipment(s)

Comments

The shipments matching the settings in 'criteria' is booked, if booking is supported.

Parameters

NameDatatypeDescription
authorizationAuthorizationAuthorization data
criteriaShipmentsSelectionCriteriaCriteria for BookShipments command

Return value

GetShipmentStatus method

Syntax

ShipmentStatusResponse GetShipmentStatus(
		Authorization authorization, 
		ShipmentsSelectionCriteria criteria
)

Description

Requests status of existing shipment(s)

Parameters

NameDatatypeDescription
authorizationAuthorizationAuthorization data
criteriaShipmentsSelectionCriteriaCriteria for ChangeShipmentStatus command

Return value

GetShipmentStatusEx method

Syntax

ShipmentStatusExResponse GetShipmentStatusEx(
		Authorization authorization, 
		ShipmentsSelectionCriteria criteria
)

Description

Requests status of existing shipment(s)

Parameters

NameDatatypeDescription
authorizationAuthorizationAuthorization data
criteriaShipmentsSelectionCriteriaCriteria for ChangeShipmentStatus command

Return value

PrintShipments method

Syntax

PrintShipmentResponse PrintShipments(
		Authorization authorization, 
		PrintCommandEnum printCommand, 
		PrintSettings printSettings, 
		PrintShipmentsSelectionCriteria criteria
)

Description

Print freight documents for shipment(s). Can only be used in conjunction with 'Integrated Printing'.

Comments

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

Parameters

NameDatatypeDescription
authorizationAuthorizationAuthorization data
printCommandPrintCommandEnumCommand to execute
printSettingsPrintSettingsDocument settings
criteriaPrintShipmentsSelectionCriteriaCriteria for PrintShipments command

Return value

GetPriceQuote method

Syntax

PriceQuoteResponse GetPriceQuote(
		Authorization authorization, 
		Shipment shipment
)

Description

Requests a price quote for a shipment.

Comments

Note that this is not available for all forwarders, and that it requires specific setup for each supported forwarder.

Parameters

NameDatatypeDescription
authorizationAuthorizationAuthorization data
shipmentShipmentShipment data

Return value

A shipment response

GetTimeTable method

Syntax

TimeTableResponse GetTimeTable(
		Authorization authorization, 
		Shipment shipment
)

Description

Requests the time table for a shipment

Comments

Note that this is not available for all forwarders

Parameters

NameDatatypeDescription
authorizationAuthorizationAuthorization data
shipmentShipmentShipment data

Return value

A time table reponse

GetAgentAddresses method

Syntax

AgentAddressResponse GetAgentAddresses(
		Authorization authorization, 
		Shipment shipment
)

Description

Requests a list of nearby agents for a shipment.

Comments

This call is only valid for products that uses agents.

Parameters

NameDatatypeDescription
authorizationAuthorizationAuthorization data
shipmentShipmentShipment data

Return value

GetLicensedForwardersAndProducts method

Syntax

GetLicensedForwardersAndProductsResponse GetLicensedForwardersAndProducts(
		Authorization authorization
)

Description

Get a list of licensed values for ForwarderCode, ProductCode and ShipmentServices

Comments

Valid values for ForwarderCode and ProductCode is also available from http://distribution.logtrade.info/LicensedForwardersAndProducts.aspx

Parameters

NameDatatypeDescription
authorizationAuthorizationAuthorization data

Return value

An array of LicensedForwardersAndProducts

GetAllowableShipmentServices method

Syntax

GetAllowableShipmentServicesResponse GetAllowableShipmentServices(
		Authorization authorization, 
		Shipment criteria
)

Description

Get a list of allowable shipment services, given the state of a shipment

Comments

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.

Parameters

NameDatatypeDescription
authorizationAuthorizationAuthorization data
criteriaShipmentShipment data

Return value

A GetAllowableShipmentServicesResponse containing a list of allowable services

GetAllowablePackageTypes method

Syntax

GetAllowablePackageTypesResponse GetAllowablePackageTypes(
		Authorization authorization, 
		Shipment criteria
)

Description

Get a list of allowable package types

Parameters

NameDatatypeDescription
authorizationAuthorizationAuthorization data
criteriaShipmentShipment data

Return value

A GetAllowablePackageTypesResponse containing a list of allowable package types

GetGoodsDescriptions method

Syntax

GetGoodsDescriptionsResponse GetGoodsDescriptions(
		Authorization authorization
)

Description

Get a list of goods descriptions

Parameters

NameDatatypeDescription
authorizationAuthorizationAuthorization data

Return value

A GetGoodsDescriptionsResponse containing a list of goods descriptions

GetAllowableTermsOfDeliveryCodes method

Syntax

GetAllowableTermsOfDeliveryCodesResponse GetAllowableTermsOfDeliveryCodes(
		Authorization authorization, 
		Shipment criteria
)

Description

Get a list of allowable terms of delivery types

Parameters

NameDatatypeDescription
authorizationAuthorizationAuthorization data
criteriaShipmentShipment data

Return value

A GetAllowableTermsOfDeliveryCodesResponse containing a list of allowable terms of delivery codes

GetPrintQueueIds method

Syntax

GetPrintQueueIdsResponse GetPrintQueueIds(
		Authorization authorization
)

Description

Get a list of defined print queue id's

Parameters

NameDatatypeDescription
authorizationAuthorizationAuthorization data

Return value

A GetPrintQueueIdsResponse containing a list of print queue id's

GetShipmentTemplates method

Syntax

GetShipmentTemplatesResponse GetShipmentTemplates(
		Authorization authorization
)

Description

Get a list of defined shipment templates

Parameters

NameDatatypeDescription
authorizationAuthorizationAuthorization data

Return value

A GetShipmentTemplatesResponse containing a list of print queue id's

GetSenderAddressTemplates method

Syntax

GetSenderAddressTemplatesResponse GetSenderAddressTemplates(
		Authorization authorization
)

Description

Get a list of defined sender templates

Parameters

NameDatatypeDescription
authorizationAuthorizationAuthorization data

Return value

A GetSenderAddressTemplatesResponse containing the result

GetRecipientAddressTemplates method

Syntax

GetRecipientAddressTemplatesResponse GetRecipientAddressTemplates(
		Authorization authorization
)

Description

Get a list of defined receipent templates

Parameters

NameDatatypeDescription
authorizationAuthorizationAuthorization data

Return value

A GetRecipientAddressTemplatesResponse containing the result

CreateOrUpdateUser method

Syntax

CreateOrUpdateUserResponse CreateOrUpdateUser(
		Authorization authorization, 
		User user
)

Description

Create a user

Parameters

NameDatatypeDescription
authorizationAuthorizationAuthorization data (note that the user needs user rights to edit system settings).
userUserUser data

Return value

A CreateOrUpdateUserResponse containing the result

LogtradeAdvice method

Syntax

LogtradeAdviceResponse LogtradeAdvice(
		Authorization authorization, 
		LogtradeAdviceItem AdviceItem
)

Description

Send an SMS advice

Parameters

NameDatatypeDescription
authorizationAuthorizationAuthorization data
AdviceItemLogtradeAdviceItemAdvice items

Return value

A LogtradeSmsAdviceResponse containg the result

Types

Authorization

Description

Contains data needed for authorizations

Properties

PropertyDatatypeValidationsDescription
UserIdstringMandatory
Maximum length = 70
User identification
Svenska: "Användaridentitet" English: "User identification"
PasswordstringMandatory
Maximum length = 35
User password
Svenska: "Lösenord" English: "Password"
LicenseNumberstring
Length = 10
License number
Svenska: "Licensnummer" English: "License number"
ApplicationIdstringMandatoryApplication assigned identity
Please contact LogTrade BarLink AB for this value
Svenska: "Affärssystemidentitet för webservice-gränssnitt" English: "ERP application vendor identification"
LocaleLocaleEnum(none)User locale

Response

Description

Standard response to a web service request

Properties

PropertyDatatypeValidationsDescription
Successbool(none)Result of web service

Arrays

ArrayDatatypeDescription
MessagesResponseMessage
Message collection

ResponseMessage

Description

Error message

Properties

PropertyDatatypeValidationsDescription
Codestring(none)Message code
Svenska: "Kod" English: "Code"
Messagestring(none)Message
Svenska: "Message" English: "Message"

CreateShipmentResponse

Description

Standard response to a web service request

Properties

PropertyDatatypeValidationsDescription
ResultCreateShipmentResultEnum(none)Result of web service
ShipmentNumberstring(none)Assigned shipment number
Svenska: "Sändningsnummer" English: "Shipment number"
ConsignmentIdstring(none)Assigned consignment id.
This is different from the consignment id of the request if the shipment is consolidated to another shipment.
Svenska: "Uppdragsnummer" English: "Consignment id"
ProductCodestring(none)Assigned product
Svenska: "Produktkod" English: "Product code"

Arrays

ArrayDatatypeDescription
MessagesResponseMessage
Message collection
PackageDetailsPackageDetail
Package numbers

CreateShipmentExResponse

Description

Standard response to a web service request

Properties

PropertyDatatypeValidationsDescription
ResultCreateShipmentResultEnum(none)Result of web service
ShipmentNumberstring(none)Assigned shipment number
Svenska: "Sändningsnummer" English: "Shipment number"
ConsignmentIdstring(none)Assigned consignment id.
This is different from the consignment id of the request if the shipment is consolidated to another shipment.
Svenska: "Uppdragsnummer" English: "Consignment id"
ProductCodestring(none)Assigned product
Svenska: "Produktkod" English: "Product code"
ShipmentDocumentsPdfUrlstring(none)This Url links to a PDF file containing the shipment documents. Note that PDF support requires a separate license.
This field will only be returned for validated shipments.
ShipmentManifestPdfUrlstring(none)This Url links to a PDF file containing the manifest. Note that PDF support requires a separate license.
This field will only be returned for released shipments.
ShipmentStatusUrlstring(none)Url to a page showing shipment status. Note that this link is only valid after the shipment has been released.
This field will only be returned for validated shipments.
ShipmentEditUrlstring(none)Url to a page where the user can edit the shipment.
This field will only be returned for customers with a license for the ExternalUsers module.
ReturnShipmentReturnShipmentDetail(none)Shipment details for an accompanied return shipment
Only returned for shipments that has an accompanied return shipment

Arrays

ArrayDatatypeDescription
MessagesResponseMessage
Message collection
PackageDetailsPackageDetail
Package numbers
DocumentPdfUrlsDocumentPdfItem
List of PDF urls for individual documents

ReturnShipmentDetail

Description

Properties

PropertyDatatypeValidationsDescription
ShipmentNumberstring(none)Assigned shipment number
Svenska: "Sändningsnummer" English: "Shipment number"
ProductCodestring(none)Assigned product
Svenska: "Produktkod" English: "Product code"
ShipmentDocumentsPdfUrlstring(none)This Url links to a PDF file containing the shipment documents. Note that PDF support requires a separate license.
This field will only be returned for validated shipments.

Arrays

ArrayDatatypeDescription
PackageDetailsPackageDetail
Package numbers
DocumentPdfUrlsDocumentPdfItem
List of PDF urls for individual documents

ShipmentStatusResponse

Description

Standard response to a web service request

Properties

PropertyDatatypeValidationsDescription
Successbool(none)Result of web service

Arrays

ArrayDatatypeDescription
MessagesResponseMessage
Error messages, only used when Success is false
ShipmentDetailsShipmentStatusResult
Result details, only used when Success is true

ShipmentStatusExResponse

Description

Standard response to a web service request

Properties

PropertyDatatypeValidationsDescription
Successbool(none)Result of web service

Arrays

ArrayDatatypeDescription
MessagesResponseMessage
Error messages, only used when Success is false
ShipmentDetailsShipmentStatusExResult
Result details, only used when Success is true

ShipmentStatusResult

Description

Shipment status change result

Properties

PropertyDatatypeValidationsDescription
Successbool(none)Result status change request
Note that this field is only true for calls that successfully changed the shipment status, for other calls like GetShipmentStatus it is always false.
ConsignmentIdstring(none)Consignment identification
Svenska: "Uppdragsnummer" English: "Consignment id"
ShipmentNumberstring(none)Shipment number
Svenska: "Sändningsnummer" English: "Shipment number"
ProductCodestring(none)Assigned product
Svenska: "Produktkod" English: "Product code"
CurrentStatusShipmentStatusEnum(none)Current status of shipment

Arrays

ArrayDatatypeDescription
MessagesResponseMessage
Messages indicating reason for status change failure, only used when Success is false
PackageDetailsPackageDetail
Package numbers

ShipmentStatusExResult

Description

Shipment status change result

Properties

PropertyDatatypeValidationsDescription
Successbool(none)Result of a pending status change request
Note that this field is only true for calls that successfully changed the shipment status, for other calls like GetShipmentStatus it is always false.
ConsignmentIdstring(none)Consignment identification
Svenska: "Uppdragsnummer" English: "Consignment id"
ShipmentNumberstring(none)Shipment number
Svenska: "Sändningsnummer" English: "Shipment number"
ManifestNumberstring(none)Manifest number
Svenska: "Sändlistnummer" English: "Manifest number"
ProductCodestring(none)Assigned product
Svenska: "Produktkod" English: "Product code"
CurrentStatusShipmentStatusEnum(none)Current status of shipment
ShipmentDocumentsPdfUrlstring(none)This Url links to a PDF file containing the shipment documents. Note that PDF support requires a separate license.
This field will only be returned for validated shipments.
ShipmentStatusUrlstring(none)Url to a page showing shipment status. Note that this link is only valid after the shipment has been released.
This field will only be returned for validated shipments.

Arrays

ArrayDatatypeDescription
MessagesResponseMessage
Messages indicating reason for status change failure, only used when Success is false
PackageDetailsPackageDetail
Package numbers
DocumentPdfUrlsDocumentPdfItem
List of PDF urls for individual documents
ShipmentEventsShipmentEvent
Shipment events

ShipmentEvent

Description

Shipment events

Properties

PropertyDatatypeValidationsDescription
TimeStampDateTime(none)Time stamp
Svenska: "Time stamp (Logtrade.Common.EdiWarning)" English: "Time stamp"
UserIdstring(none)User id
Svenska: "Användaridentitet" English: "User identification"
Descriptionstring(none)Event description
Svenska: "Beskrivning" English: "Description"

BookShipmentResponse

Description

Book shipment response

Properties

PropertyDatatypeValidationsDescription
Successbool(none)Result of web service call

Arrays

ArrayDatatypeDescription
MessagesResponseMessage
Error messages, only used when Success is false
BookingResultBookingResult
Result details, only used when Success is true

BookingResult

Description

Result for a shipment Booking

Properties

PropertyDatatypeValidationsDescription
ConsignmentIdstring(none)Consignment identification
Svenska: "Uppdragsnummer" English: "Consignment id"
ShipmentNumberstring(none)Shipment number
Svenska: "Sändningsnummer" English: "Shipment number"
ResultBookingResultEnum(none)Booking result
Messagestring(none)Booking message
Svenska: "Message" English: "Message"

PrintShipmentResponse

Description

Response to a call to PrintShipments

Properties

PropertyDatatypeValidationsDescription
Successbool(none)Result of web service call

Arrays

ArrayDatatypeDescription
MessagesResponseMessage
Error messages, only used when Success is false
ResultDetailsPrintShipmentResult
Result details, only used when Success is true

GetLicensedForwardersAndProductsResponse

Description

Response for GetLicensedForwardersAndProducts

Properties

PropertyDatatypeValidationsDescription
Successbool(none)Result of web service

Arrays

ArrayDatatypeDescription
MessagesResponseMessage
Error messages, only used when Success is false
ResultLicensedForwardersAndProducts
Result details, only used when Success is true

PrintShipmentResult

Description

Result of PrintShipments

Properties

PropertyDatatypeValidationsDescription
Successbool(none)Result status change request
ConsignmentIdstring(none)Consignment identification
Svenska: "Uppdragsnummer" English: "Consignment id"
ShipmentNumberstring(none)Shipment number
Svenska: "Sändningsnummer" English: "Shipment number"

Arrays

ArrayDatatypeDescription
MessagesResponseMessage
Messages indicating reason for status change failure, only used when Success is false

PriceQuoteResponse

Description

Response for GetPriceQuote request

Properties

PropertyDatatypeValidationsDescription
Successbool(none)Result of request
PriceQuotedecimal(none)Price quote
Svenska: "Avtalspris" English: "Price quote"
PriceQuoteCurrencystring(none)Price quote currency
ProductCodestring(none)Assigned product
Svenska: "Produktkod" English: "Product code"

Arrays

ArrayDatatypeDescription
MessagesResponseMessage
Message collection

TimeTableResponse

Description

Response for GetTimeTable request

Properties

PropertyDatatypeValidationsDescription
ResultTimeTableResult(none)Result of request
TimeTableTimeTableItem(none)Time table item
Svenska: "Tidtabell" English: "Time table"

Arrays

ArrayDatatypeDescription
MessagesResponseMessage
Message collection

TimeTableItem

Description

Time table item

Properties

PropertyDatatypeValidationsDescription
LatestBookingTimeDateTime(none)Latest booking time
Svenska: "Senaste bokningstid" English: "Latest booking time"
PickupTimeDateTime(none)Pickup time
DeliveryTimeDateTime(none)Delivery time
Svenska: "Leveranstid" English: "Delivery time"

AgentAddressResponse

Description

Response to a GetAgentAddresses request

Properties

PropertyDatatypeValidationsDescription
Successbool(none)Result of web service

Arrays

ArrayDatatypeDescription
MessagesResponseMessage
Error messages, only used when Success is false
AgentsAgentAddress
A list of agents, only used when Success is true

GetAllowableShipmentServicesResponse

Description

Response to GetAllowableShipmentServices request

Properties

PropertyDatatypeValidationsDescription
Successbool(none)Result of request

Arrays

ArrayDatatypeDescription
ShipmentServicesShipmentServiceDescription
Shipment service
MessagesResponseMessage
Messages indicating reason for status change failure, only used when Success is false

GetAllowablePackageTypesResponse

Description

Response to a GetAllowablePackageTypes request

Properties

PropertyDatatypeValidationsDescription
Successbool(none)Result of request

Arrays

ArrayDatatypeDescription
PackageTypesPackageTypeDescription
Allowed Package types
CustomPackageTypesPackageTypeDescription
Customer Package types
MessagesResponseMessage
Messages indicating reason for status change failure, only used when Success is false

GetGoodsDescriptionsResponse

Description

Response to a GetGoodsDescriptions request

Properties

PropertyDatatypeValidationsDescription
Successbool(none)Result of request

Arrays

ArrayDatatypeDescription
GoodsDescriptionsGoodsDescription
Goods descriptions
MessagesResponseMessage
Messages indicating reason for status change failure, only used when Success is false

GetAllowableTermsOfDeliveryCodesResponse

Description

Response to a GetAllowableTermsOfDeliveryCodes request

Properties

PropertyDatatypeValidationsDescription
Successbool(none)Result of request
TermsOfDeliveryTypeTermsOfDelivery(none)Terms of delivery type

Arrays

ArrayDatatypeDescription
TermsOfDeliveryCodesTermsOfDeliveryDescription
Allowed terms of delivery types
MessagesResponseMessage
Messages indicating reason for status change failure, only used when Success is false

GetPrintQueueIdsResponse

Description

Response to a GetPrintQueueIds request

Properties

PropertyDatatypeValidationsDescription
Successbool(none)Result of request

Arrays

ArrayDatatypeDescription
PrintQueueIdsPrintQueueItem
Print queue id's
MessagesResponseMessage
Messages indicating reason for status change failure, only used when Success is false

GetShipmentTemplatesResponse

Description

Response to a GetShipmentTemplates request

Properties

PropertyDatatypeValidationsDescription
Successbool(none)Result of request

Arrays

ArrayDatatypeDescription
ShipmentTemplatesShipmentTemplateItem
Shipment templates
MessagesResponseMessage
Messages indicating reason for status change failure, only used when Success is false

GetSenderAddressTemplatesResponse

Description

Response to a GetSenderTemplates request

Properties

PropertyDatatypeValidationsDescription
Successbool(none)Result of request

Arrays

ArrayDatatypeDescription
SenderAddressTemplatesShipmentAddressTemplateItem
Sender address templates
MessagesResponseMessage
Messages indicating reason for status change failure, only used when Success is false

GetRecipientAddressTemplatesResponse

Description

Response to a GetShipmentTemplates request

Properties

PropertyDatatypeValidationsDescription
Successbool(none)Result of request

Arrays

ArrayDatatypeDescription
RecipientAddressTemplatesShipmentAddressTemplateItem
Recipient address templates
MessagesResponseMessage
Messages indicating reason for status change failure, only used when Success is false

CreateOrUpdateUserResponse

Description

Response to a CreateOrUpdateUser request

Properties

PropertyDatatypeValidationsDescription
Successbool(none)Result of web service

Arrays

ArrayDatatypeDescription
MessagesResponseMessage
Message collection

LogtradeAdviceResponse

Description

Response to a LogtradeAdvic request

Properties

PropertyDatatypeValidationsDescription
Successbool(none)Result of web service

Arrays

ArrayDatatypeDescription
MessagesResponseMessage
Message collection

User

Description

User data

Properties

PropertyDatatypeValidationsDescription
UserIdstring(none)User id
User id format is [userid]@[domain], like email addresses
Svenska: "Användaridentitet" English: "User identification"
PasswordstringMandatory
Maximum length = 70
Password
Svenska: "Lösenord" English: "Password"
NamestringMandatory
Maximum length = 35
Full name
Svenska: "Namn" English: "Name"
PhoneNumberstringMaximum length = 20Phone number
Svenska: "Telefon" English: "Phone number"
EmailstringMaximum length = 70Email address
Svenska: "Epostadress" English: "Email"
NotesstringMaximum length = 250Notes
Svenska: "Anteckningar" English: "Notes"

Arrays

ArrayDatatypeDescription
RolesUserRoleEnum
User roles
ExtraDataProperty
Extra data
Only used for custom user properties

LicensedForwardersAndProducts

Description

Response to a GetLicensedForwarderCodes request

Properties

PropertyDatatypeValidationsDescription
ForwarderCodestring(none)Forwarder code
Svenska: "Transportör" English: "Carrier"
ForwarderDescriptionstring(none)Forwarder description
For standard forwarders, this text is localized according to the Authorization.Locale value

Arrays

ArrayDatatypeDescription
ProductsLicensedProduct
Licensed product codes for forwarder
ShipmentServicesShipmentServiceDescription
Available shipment services valid for this forwarder

LicensedProduct

Description

Licensed product code

Properties

PropertyDatatypeValidationsDescription
ProductCodestring(none)ProductCode
Svenska: "Produktkod" English: "Product code"
Descriptionstring(none)Product name
For standard forwarders, this text is localized according to the Authorization.Locale value
Svenska: "Beskrivning" English: "Description"

ShipmentServiceDescription

Description

A shipment service description

Comments

Note that not all services is available for all products, and that not all services can be combined with each other.

Properties

PropertyDatatypeValidationsDescription
ServiceNamestring(none)Service code
Svenska: "Service" English: "Service"
Descriptionstring(none)Shipment service description
Svenska: "Beskrivning" English: "Description"

Arrays

ArrayDatatypeDescription
PropertyDescriptionsPropertyDescription
Shipment service property definitions

PropertyDescription

Description

A Property description

Properties

PropertyDatatypeValidationsDescription
Namestring(none)Property name
Svenska: "Namn" English: "Name"
Typestring(none)Property type
Captionstring(none)Property caption

Arrays

ArrayDatatypeDescription
ValuesValueDescription
Type values, only used for enumeration types

ValueDescription

Description

A value description

Properties

PropertyDatatypeValidationsDescription
Namestring(none)Name
Svenska: "Namn" English: "Name"
Captionstring(none)Caption

PackageTypeDescription

Description

A package type description

Properties

PropertyDatatypeValidationsDescription
TypeOfPackageCodestring(none)Type of package, code
Svenska: "Kollislagskod" English: "Type of package code"
TypeOfPackagesstring(none)Type of package, description
Svenska: "Kollislag" English: "Type of package"

GoodsDescription

Description

A Goodsitem description

Properties

PropertyDatatypeValidationsDescription
GoodsDescriptionIdstring(none)Id for GoodsDescription
Svenska: "Internal goods line id (Logtrade.Distribution.GoodsDescription)" English: "Goods description id"
Descriptionstring(none)Description
Svenska: "Beskrivning" English: "Description"

TermsOfDeliveryDescription

Description

A terms of delivery description

Properties

PropertyDatatypeValidationsDescription
Codestring(none)Terms of delivery code
Svenska: "Kod" English: "Code"
Descriptionstring(none)Terms of delivery description
Svenska: "Beskrivning" English: "Description"

PrintQueueItem

Description

A PrintQueue item

Properties

PropertyDatatypeValidationsDescription
PrintQueueIdstring(none)Print queue id
Svenska: "Utskriftskö" English: "Print queue"
Descriptionstring(none)Print queue description
Svenska: "Beskrivning" English: "Description"

ShipmentTemplateItem

Description

A ShipmentTemplate item

Properties

PropertyDatatypeValidationsDescription
TemplateIdstring(none)Shipment template id
To be used in the ShipmentTemplate field of a Shipment
Svenska: "Template id" English: "Template id"
Descriptionstring(none)Shipment template description
Svenska: "Beskrivning" English: "Description"

ShipmentAddressTemplateItem

Description

A ShipmentAddressTemplate item

Properties

PropertyDatatypeValidationsDescription
AddressIdstring(none)Address id
Svenska: "Adressidentitet" English: "Address id"
Namestring(none)Name
Svenska: "Namn" English: "Name"
Address1string(none)Address row 1
Svenska: "Adressrad 1" English: "Address 1"
Address2string(none)Address row 2
Svenska: "Adressrad 2" English: "Address 2"
Address3string(none)Address row 3
Svenska: "Adressrad 3" English: "Address 3"
ZipCodestring(none)Zip code
Svenska: "Postnummer" English: "Zip code"
Citystring(none)City
Svenska: "Ort" English: "City"
CountryCodestring(none)Country code
Svenska: "Landskod" English: "Country code"

PackageDetail

Description

Package detail

Properties

PropertyDatatypeValidationsDescription
PackageNumberstring(none)Package Number
Svenska: "Kollinummer" English: "Package number"
PackageIdstring(none)Package id
Svenska: "Uppdragsnummer" English: "Consignment id"

DocumentPdfItem

Description

Document PDF url

Properties

PropertyDatatypeValidationsDescription
DocumentFunctionstring(none)Document function
Descriptionstring(none)Document description
Svenska: "Beskrivning" English: "Description"
DocumentPdfUrlstring(none)Url lto a PDF file containing the shipment documents.

ShipmentsSelectionCriteria

Description

Criteria for selection of shipments

Comments

Usage of ShipmentNumbers, ConsignmentId's, or the selection properties are mutually exclusive. Use either ShipmentNumbers, ConsignmentIds or a combination of ShipmentDate, ForwarderCode, ProductCode and TourId.

Properties

PropertyDatatypeValidationsDescription
ShipmentDateDate(none)Shipment date
Svenska: "Sändningsdatum" English: "Shipment date"
ForwarderCodestring(none)Forwarder code
Svenska: "Transportör" English: "Carrier"
ProductCodestring(none)Product code
Svenska: "Produktkod" English: "Product code"
TourIdstring(none)Tour id (Tur, Linje)
Svenska: "Rutt" English: "TourId"
ManifestKeystring(none)Manifest key

Arrays

ArrayDatatypeDescription
ShipmentNumbersstring
Shipment number array
ConsignmentIdsstring
Consignment identity array
ManifestNumbersstring
Manifest number array

PrintShipmentsSelectionCriteria

Description

Criteria for selection of shipments

Properties

PropertyDatatypeValidationsDescription

Arrays

ArrayDatatypeDescription
ShipmentNumbersstring
Shipment number array
ConsignmentIdsstring
Consignment identity array
ManifestKeysstring
Manifest key array
ManifestNumbersstring
Manifest number array
PackageNumbersstring
Package number array
PackageIdsstring
Package identification array

PrintSettings

Description

Document settings

Properties

PropertyDatatypeValidationsDescription
PrintQueueIdstring(none)Print queue to use
Leave empty to print to default print queue
Svenska: "Utskriftskö" English: "Print queue"
NumberOfDocumentCopiesint(none)Number of copies for documents
NumberOfLabelCopiesint(none)Number of copies for labels
LabelStartPageint(none)Label printing start page
LabelEndPageint(none)Label printing end page

Shipment

Description

Encapsulation of a shipment

Properties

PropertyDatatypeValidationsDescription
ConsignmentIdstringMaximum length = 25Consignment identity
Identification of the shipment from the ERP system, ie. an order number
Svenska: "Uppdragsnummer" English: "Consignment id"
ShipmentTemplatestringMaximum length = 25Shipment template name
Svenska: "Sändningsmall" English: "Shipment template"
ProductCodestringMandatory
Maximum length = 70
Product code
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"
ShipmentNumberstringMaximum length = 20Shipment number
Normally this field should be left empty
Svenska: "Sändningsnummer" English: "Shipment number"
ShipmentDateDateMandatoryShipment date
Svenska: "Sändningsdatum" English: "Shipment date"
TestFlagbool(none)Test flag
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.
SenderAddressIdstringMaximum length = 25Sender address template id
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"
RecipientAddressIdstringMaximum length = 25Recipient address id
Use only when a complete recipient address is not given
Svenska: "Mottagares address id" English: "Recipient address id"
PaymentIndicatorPaymentType(none)Payment indicator
Svenska: "Fraktbetalare" English: "Payment indicator"
SenderReferencestringMaximum length = 35Sender reference
Svenska: "Avsändarens referens" English: "Sender reference"
RecipientReferencestringMaximum length = 35Recipient reference
Svenska: "Mottagarens referens" English: "Recipient reference"
ExpectedNumberOfPackagesint(none)Expected total number of packages
For use by the business rule engine
ExpectedGrossWeightdecimal(none)Expected total gross weight (kg)
For use by the business rule engine
ExpectedVolumedecimal(none)Expected total volume (m^3)
For use by the business rule engine
ExpectedLoadingMetersdecimal(none)Expected total loading meters
For use by the business rule engine
ExpectedPackageItemMaxWeightdecimal(none)Expected maximum weight on a package item (kg)
For use by the business rule engine
Svenska: "Förväntad kolli-maxvikt" English: "Expected package max weight"
ExpectedPackageItemMaxVolumedecimal(none)Expected maximum volume on a package item (m^3)
For use by the business rule engine
Svenska: "Förväntad kolli-maxvolym" English: "Expected package max volume"
ExpectedPackageItemMaxLengthdecimal(none)Expected maximum length on a package item (m)
For use by the business rule engine
Svenska: "Förväntad kolli-maxlängd" English: "Expected package max length"
CustomData1stringMaximum length = 70Custom data 1
Custom shipment data, for use by the business rule engine
Svenska: "Kunddata 1" English: "Custom data 1"
CustomData2stringMaximum length = 70Custom data 2
Custom shipment data, for use by the business rule engine
Svenska: "Kunddata 2" English: "Custom data 2"
CustomData3stringMaximum length = 70Custom data 3
Custom shipment data, for use by the business rule engine
Svenska: "Kunddata 2" English: "Custom data 3"
CustomData4stringMaximum length = 70Custom data 4
Custom shipment data, for use by the business rule engine
Svenska: "Kunddata 4" English: "Custom data 4"
CustomData5stringMaximum length = 70Custom data 5
Custom shipment data, for use by the business rule engine
Svenska: "Kunddata 5" English: "Custom data 5"
PrintQueueIdstringMaximum length = 25Print queue id
Used to set print queue for automatic printing via Integrated Printing
Svenska: "Utskriftskö" English: "Print queue"
ConsolidationIdstringMaximum length = 25Customer consolidation id
Used for consolidation, set this to only consolidate shipments with the same ConsolidationId value
TourIdstringMaximum length = 25Tour id (Tur, Linje)
Used for consolidation, set this to only consolidate shipments for the same tour
Svenska: "Rutt" English: "TourId"
UseReturnLabelbool(none)Use return label
Use to create a return shipment, only for supported products
Svenska: "Använd returetikett" English: "Use return label"
ManifestKeystring(none)Manifest key
Use to separate shipments into different manifests
TermsOfDeliveryCodestring(none)Terms of delivery code
Valid for GenericForwarder, PredefinedCarrier, BringSweden, DhlSweden, DsvRoadSweden, NarkefraktSweden, OnRoadSweden, PostNordSweden, SchenkerSweden, GenericSweden, 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"
TermsOfDeliveryLocationstring(none)Place of terms of delivery
Valid for GenericForwarder, PredefinedCarrier, BringSweden, DhlSweden, DsvRoadSweden, NarkefraktSweden, OnRoadSweden, PostNordSweden, SchenkerSweden, GenericSweden, 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"
DeliveryDateDate(none)Delivery date
Valid for GenericForwarder, PredefinedCarrier, LillerTransDenmark, DachserNordic, DhlGermany, BestNordic
Svenska: "Leveransdatum" English: "Delivery date"
FreightSubventionstring(none)Transportbidrag, kod
Valid for GenericForwarder, PredefinedCarrier, DhlSweden, NarkefraktSweden, GenericSweden, AgilityNordic, BestNordic
Svenska: "Transportbidrag" English: "Freight subvention"
SpecialQuantityCodestring(none)Fraktberäknings kod
Valid for GenericForwarder, PredefinedCarrier, BringSweden, DhlSweden, NarkefraktSweden, SchenkerSweden, GenericSweden, DachserNordic, AgilityNordic, BestNordic, SchenkerNorway, DHLeCommerceEurope
Svenska: "Fraktberäkningskod" English: "Special quantity code"
SpecialQuantityint(none)Fraktberäknings antal
Valid for GenericForwarder, PredefinedCarrier, BringSweden, DhlSweden, NarkefraktSweden, SchenkerSweden, GenericSweden, DachserNordic, AgilityNordic, BestNordic, DHLeCommerceEurope
Svenska: "Fraktberäkningsmängd" English: "Special quantity"
SenderSiteIdstring(none)Sender site identification
Valid for GenericForwarder, PredefinedCarrier, DsvRoadSweden, NarkefraktSweden, GenericSweden, DhlGermany, BudbeeSweden
Svenska: "Avsändarens platskod" English: "Sender Site Id"
RecipientSiteIdstring(none)Recipient site identification
Valid for GenericForwarder, PredefinedCarrier, NarkefraktSweden, Deprecated.PostenSweden, PostNordSweden, SchenkerSweden, GenericSweden, PostNordNorway
Svenska: "Mottagarens platskod" English: "Recipient site id"
NumberOfEurPalletsint(none)Number of EUR pallets
Valid for GenericForwarder, PredefinedCarrier, BringSweden, DhlSweden, DsvRoadSweden, NarkefraktSweden, OnRoadSweden, PostNordSweden, SchenkerSweden, GenericSweden, LastbilsstationSweden, BringNorway, ItellaFinland, DanskeFragtmaendDenmark, PostDenmark, LillerTransDenmark, DachserNordic, AgilityNordic, BestNordic, AholaTransportEurope, BringExpressNordic, DHLeCommerceEurope
Svenska: "Antal EUR-pallar" English: "Number of EUR pallets"
NumberOfEurHalfPalletsint(none)Number of EUR half pallets
Valid for GenericForwarder, PredefinedCarrier, DanskeFragtmaendDenmark, PostDenmark, LillerTransDenmark
Svenska: "Antal EUR-halvpallar" English: "Number of EUR half pallets"
NumberOfEurQuarterPalletsint(none)Number of EUR quarter pallets
Valid for GenericForwarder, PredefinedCarrier, DanskeFragtmaendDenmark, PostDenmark, LillerTransDenmark
Svenska: "Antal EUR-kvartspallar" English: "Number of EUR quarter pallets"
ThirdPartySubAddressIdstring(none)Third Party FreightPayer sub address id
Valid for GenericForwarder, PredefinedCarrier, BringSweden, DhlSweden, DsvRoadSweden, NarkefraktSweden, OnRoadSweden, SchenkerSweden, GenericSweden, LastbilsstationSweden, LgtLogisticsSweden, PostNordNorway, BringNorway, ItellaFinland, PostiFinland, UpsGlobal, DhlEurope, DachserNordic, TntNordic, DhlGermany, AgilityNordic, DpdGermany, BestNordic, FedExEurope, AholaTransportEurope, SchenkerNorway, BussgodsSweden, DpdEurope, BringExpressNordic, DHLeCommerceEurope
NotifySubAddressIdstring(none)Notify sub address id
Valid for GenericForwarder, PredefinedCarrier, DhlSweden, DsvRoadSweden, NarkefraktSweden, SchenkerSweden, GenericSweden, LastbilsstationSweden, ItellaFinland, UpsGlobal, DhlEurope, TntNordic, DhlGermany, DpdGermany, SchenkerNorway, DpdEurope, DHLeCommerceEurope
ReturnSubAddressIdstring(none) DEPRECATED!
Return sub address id
Valid for GenericForwarder, PredefinedCarrier, NarkefraktSweden, Deprecated.PostenSweden, PostNordSweden, SchenkerSweden, GenericSweden, PostNordNorway, PostiFinland, GlsDenmark, PostDenmark, SchenkerNorway
ResidentialRecipientIndicatorbool(none)Indicates that the shipment delivery address is residential
Valid for PredefinedCarrier, UpsGlobal, FedExEurope
Svenska: "Mottagaradressen är en privatadress" English: "Recipient address is residential"
DeclaredValuedecimal(none)Declared value (Only valid if customs invoice isn't used)
Valid for PredefinedCarrier, PostDenmark, DhlEurope, DachserNordic, TntNordic, DpdGermany, FedExEurope, DpdEurope, DpdEurope
Svenska: "Tullvärde" English: "Declared value"
DeclaredCurrencyCodestring(none)Declared currency (Only valid if customs invoice isn't used)
Valid for PredefinedCarrier, PostDenmark, DhlEurope, DachserNordic, TntNordic, DpdGermany, FedExEurope, DpdEurope
Svenska: "Tullvärde, valuta" English: "Declared currency"
OneTimeReferencestring(none)One time reference
Valid for PredefinedCarrier, SchenkerSweden
Svenska: "Engångsreferens" English: "One time reference"
BookingReferencestring(none)Booking Reference
Valid for PredefinedCarrier, TntNordic, FedExEurope, AholaTransportEurope, InstaboxSweden
Svenska: "Bokningsreferens" English: "Booking reference"
ProjectNumberstring(none)Project number
Valid for PredefinedCarrier, BringNorway
Svenska: "Projektnummer" English: "Project number"
AgentOfficeIdstring(none)Agent office id
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"
SortCodestring(none)Sort code
Valid for PredefinedCarrier, InstaboxSweden
ExtraReferencestring(none)Extra reference
Valid for BringSweden, PostNordNorway, SchenkerNorway, InstaboxSweden
Svenska: "Extra referens" English: "Extra reference"
BringCargoTerminalstring(none)Bring Cargo Terminal number
Valid for BringSweden, BringNorway, BringExpressNordic
Svenska: "Bring Cargo terminal" English: "Bring Cargo terminal"
Keywordstring(none)Keyword (for label)
Valid for BringSweden, DHLeCommerceEurope
KeywordIdstring(none)KeywordId (for label)
Valid for BringSweden, DHLeCommerceEurope
ServicePointIdstring(none)ServicePointId
Valid for DhlSweden, DHLeCommerceEurope
MovementReferenceNumberstring(none)Movement reference number
Valid for DhlSweden, UpsGlobal
Svenska: "Movement reference number" English: "Movement reference number"
NonDeliveryHandlingNonDeliveryHandling(none)Senders instructions in case of non-delivery
Valid for Deprecated.PostenSweden
Svenska: "Hantering vid ej levererbar" English: "Non delivery handling"
GoodsValuedecimal(none)Goods value (Only used for VV Värdebrev)
Valid for Deprecated.PostenSweden, PostNordSweden
Svenska: "Godsvärde" English: "Goods value"
ShipmentTypeShipmentType(none)Shipment type
Valid for Deprecated.PostenSweden, PostNordSweden, PostDenmark, UpsGlobal, DhlEurope, TntNordic, DpdGermany, FedExEurope, DpdEurope
Svenska: "Sändningstyp" English: "Shipment type"
TermsOfDeliveryTaxstring(none) DEPRECATED!
Excluded tax of terms of delivery
Valid for SchenkerSweden
Svenska: "Leveransvillkor, namngiven skatt" English: "Terms of delivery, named tax"
ProviderAddonstring(none)ProviderAddon
Valid for SchenkerSweden
SchenkerOfficeNumberstring(none)Schenker office number
Valid for SchenkerSweden
Svenska: "Schenkerkontor" English: "Schenker office #"
OriginalShipmentNumberstring(none)Original shipment number (Only used for return shipments)
Valid for SchenkerSweden
Svenska: "Ursprungligt sändningsnummer" English: "Original shipment number"
WaybillNumberstring(none)Waybill number
Valid for UpsGlobal
Svenska: "Transportdokumentnummer" English: "Waybill number"
PickupSubAddressIdstring(none)Pickup sub address id
Valid for DachserNordic
DeliverySubAddressIdstring(none)Delivery sub address id
Valid for DachserNordic
Terminalstring(none)Terminal (for label)
Valid for DhlGermany
BudbeeOrderIdstring(none)Budbee order id
Valid for BudbeeSweden
BudbeeTokenstring(none)Budbee token
Valid for BudbeeSweden
Svenska: "Token" English: "Token"
TerminalIdstring(none)Terminal id
Valid for SchenkerNorway
AvailabilityTokenstring(none)Availability Token
Valid for InstaboxSweden
LabelBitmapstring(none)LabelBitmap (for label)
Valid for DHLeCommerceEurope

Arrays

ArrayDatatypeDescription
ShipmentInstructionsShipmentInstruction
Shipment instructions
ShipmentIdentifiersShipmentIdentifier
Shipment identifiers
ShipmentAddressesShipmentAddress
Shipment addresses
ShipmentServicesShipmentServiceBase
Shipment services
FreeTextItemsShipmentFreeTextItem
Free texts
GoodsItemsGoodsItem
Goods lines
InvoicesInvoice
Invoices
DeliveryNotesDeliveryNote
Delivery notes
TradeUnitsTradeUnit
TradeUnit items
AssetAssociationsAssetAssociation
Asset associations

ShipmentIdentifier

Description

Shipment identifier

Properties

PropertyDatatypeValidationsDescription
IdentifierCodeShipmentIdentifierCode(none)Identifier code
ValuestringMaximum length = 250Identifier value
Svenska: "Värde" English: "Value"

ShipmentInstruction

Description

Shipment instruction

Properties

PropertyDatatypeValidationsDescription
InstructionTypeInstructionType(none)Instruction type
Svenska: "Instruktionstyp" English: "Instruction type"
InstructionstringMaximum length = 350Instruction, free text
Svenska: "Instruktion" English: "Instruction"

AgentAddress

Description

Encapsulation of an Agent address

Properties

PropertyDatatypeValidationsDescription
AgentOfficeIdstringMaximum length = 35Agent office id
Svenska: "Ombudsnummer" English: "Agent office number"
NamestringMaximum length = 35Name of the agent office
Svenska: "Namn" English: "Name"
Address1stringMaximum length = 35Address line 1
Svenska: "Adressrad 1" English: "Address 1"
Address2stringMaximum length = 35Address line 2
Svenska: "Adressrad 2" English: "Address 2"
ZipCodestringMaximum length = 10Zip code
Svenska: "Postnummer" English: "Zip code"
CitystringMaximum length = 30City
Svenska: "Ort" English: "City"
ProvincestringMaximum length = 30Province/State code
Svenska: "Provins/Stat" English: "Province/State"
CountryCodestringLength = 2Country code
Svenska: "Landskod" English: "Country code"
OpenHoursstring(none)Open hours
Optional field. Described in free form, format differs between forwarders.
Latitudedouble(none)Latitude
Optional field, not used by all forwarders.
Longitudedouble(none)Longitude
Optional field, not used by all forwarders.

ShipmentFreeTextItem

Description

Encapsulation of a free text item

Properties

PropertyDatatypeValidationsDescription
FreeTextstringMaximum length = 70Free text
Svenska: "Fritext" English: "Free text"

GoodsItem

Description

Encapsulation of a goods line

Properties

PropertyDatatypeValidationsDescription
ShippingMarksstringMaximum length = 35Shipping marks
Svenska: "Godsmärken" English: "Shipping marks"
GoodsDescriptionstringMaximum length = 35Goods description
Svenska: "Varuslag" English: "Goods description"
NumberOfPackagesintMaximum value = 99999Number of packages
This value is ignored if the PackageItems array is used.
Svenska: "Antal kolli" English: "Number of packages"
TypeOfPackagesstringMaximum length = 25Type of package
Svenska: "Kollislag" English: "Type of package"
TypeOfPackageCodestringMaximum length = 17Type of package code
Svenska: "Kollislagskod" English: "Type of package code"
GrossWeightdecimalMaximum value = 99999Gross weight (kg)
Svenska: "Bruttovikt" English: "Gross weight"
VolumedecimalMaximum value = 999Volume (m^3)
Svenska: "Volym" English: "Volume"
LoadingMetersdecimalMaximum value = 99Loading meters
Svenska: "Flakmeter" English: "Loading meters"
CustomData1stringMaximum length = 70Custom data 1
Custom package data, for use in labels
Svenska: "Kunddata 1" English: "Custom data 1"
CustomData2stringMaximum length = 70Custom data 2
Custom package data, for use in labels
Svenska: "Kunddata 2" English: "Custom data 2"
CustomData3stringMaximum length = 70Custom data 3
Custom package data, for use in labels
Svenska: "Kunddata 2" English: "Custom data 3"
CustomData4stringMaximum length = 70Custom data 4
Custom package data, for use in labels
Svenska: "Kunddata 4" English: "Custom data 4"
CustomData5stringMaximum length = 70Custom data 5
Custom package data, for use in labels
Svenska: "Kunddata 5" English: "Custom data 5"
PalletSpacedecimal(none)Pallet space
Valid for OnRoadSweden
Svenska: "Pallplatser" English: "Pallet space"

Arrays

ArrayDatatypeDescription
PackageItemsPackageItem
Package items
Use only if needed, for example if package measurements is given. NumberOfPackages is ignored if PackageItems is used.
DangerousGoodsItemsDangerousGoodsItem
Dangerous Goods items
Use only if needed

PackageItem

Description

Encapsulation of a package

Properties

PropertyDatatypeValidationsDescription
PackageIdstringMaximum length = 20Package identification
Identification of the package item from the ERP system, ie. an packing number.
Svenska: "Uppdragsnummer" English: "Consignment id"
PackageNumberstringMaximum length = 35Package number
Svenska: "Kollinummer" English: "Package number"
GrossWeightdecimalMaximum value = 99999Gross weight (kg)
Svenska: "Bruttovikt" English: "Gross weight"
Widthdecimal(none)Package width in meters
Svenska: "Bredd" English: "Width"
Heightdecimal(none)Package height in meters
Svenska: "Höjd" English: "Height"
Lengthdecimal(none)Package length in meters
Svenska: "Längd" English: "Length"
CustomData1stringMaximum length = 70Custom data 1
Custom package data, for use in labels
Svenska: "Kunddata 1" English: "Custom data 1"
CustomData2stringMaximum length = 70Custom data 2
Custom package data, for use in labels
Svenska: "Kunddata 2" English: "Custom data 2"
CustomData3stringMaximum length = 70Custom data 3
Custom package data, for use in labels
Svenska: "Kunddata 2" English: "Custom data 3"
CustomData4stringMaximum length = 70Custom data 4
Custom package data, for use in labels
Svenska: "Kunddata 4" English: "Custom data 4"
CustomData5stringMaximum length = 70Custom data 5
Custom package data, for use in labels
Svenska: "Kunddata 5" English: "Custom data 5"
Circumferencedecimal(none)Circumference
Valid for GenericForwarder, PredefinedCarrier, BringSweden, NarkefraktSweden, OnRoadSweden, SchenkerSweden, GenericSweden, LgtLogisticsSweden, BringNorway, SchenkerNorway, BringExpressNordic, DHLeCommerceEurope
Svenska: "Omkrets" English: "Circumference"

Arrays

ArrayDatatypeDescription
PackageIdentifiersPackageItemIdentifier
Package identifiers

PackageItemIdentifier

Description

Package item identifier

Properties

PropertyDatatypeValidationsDescription
IdentifierCodePackageIdentifierCode(none)Identifier code
Valuestring(none)Identifier value
Svenska: "Värde" English: "Value"

DangerousGoodsItem

Description

Encapsulation of a Dangerous Goods item

Properties

PropertyDatatypeValidationsDescription
UNNumberstringMaximum length = 4Dangerous goods UN Number
Svenska: "UN-nr" English: "UN Number"
IdentificationNamestringMaximum length = 240Official transport item name
Svenska: "Officiell transportbenämning" English: "Proper Shipping Name"
IdentificationNameAltstringMaximum length = 240Official transport item name, alternate language
Svenska: "Officiell transportbenämning, alt. språk" English: "Proper Shipping Name, alt. language"
ClassificationCodestringMaximum length = 8Classification code, ADR, IMDG
Svenska: "Klassificeringskod (ADR/IMDG)" English: "Classification Code (ADR/IMDG)"
PackingGroupstringMaximum length = 3Dangerous goods Type of Packing Group
Svenska: "Förpackningsgrupp" English: "Packing group"
TunnelRestrictionsstringMaximum length = 20Tunnel restriction codes
Svenska: "Tunnelrestriktionskod" English: "Tunnel restriction code"
FlamingPointstringMaximum length = 10Flaming point description
Svenska: "IMDG Flampunkt (°C c.c.)" English: "IMDG Flashpoint (°C c.c.)"
MarinePollutantbool(none)Marine Pollutant flag
Svenska: "Miljöfarligt (MP)" English: "Marine Pollutant"
GrossWeightdecimalMaximum value = 99999Gross weight (kg)
Svenska: "Bruttovikt" English: "Gross weight"
NetWeightdecimalMaximum value = 99999Net weight (kg)
Svenska: "Nettovikt" English: "Net weight"
NetVolumedecimalMaximum value = 999999Net Volume, liters
Svenska: "Nettovolym l" English: "Net Volume l"
NumberOfPackagesintMaximum value = 99999Number of packages
Svenska: "Antal kolli" English: "Number of packages"
TypeOfPackageNamestringMaximum length = 35Type of package name
Svenska: "Kollislag" English: "Package type"
TypeOfPackageNameAltstringMaximum length = 35Type of package name, alternate language
Svenska: "Kollislag, alt. språk" English: "Package type, alt. language"
CustomData1stringMaximum length = 70Custom data 1
Custom dangerous goods data, for use in labels
Svenska: "Kunddata 1" English: "Custom data 1"
CustomData2stringMaximum length = 70Custom data 2
Custom dangerous goods data, for use in labels
Svenska: "Kunddata 2" English: "Custom data 2"
CustomData3stringMaximum length = 70Custom data 3
Custom dangerous goods data, for use in labels
Svenska: "Kunddata 2" English: "Custom data 3"
CustomData4stringMaximum length = 70Custom data 4
Custom dangerous goods data, for use in labels
Svenska: "Kunddata 4" English: "Custom data 4"
CustomData5stringMaximum length = 70Custom data 5
Custom dangerous goods data, for use in labels
Svenska: "Kunddata 5" English: "Custom data 5"

Invoice

Description

Encapsulation of an invoice (For customs use)

Comments

Invoice sender and recipient should be given in Shipment.ShipmentAddress (Invoicee/InvoiceRecipient)

Properties

PropertyDatatypeValidationsDescription
InvoiceNumberstringMandatoryInvoice number
Svenska: "Fakturanummer" English: "Invoice number"
InvoiceDateDate(none)Invoice number
Svenska: "Fakturadatum" English: "Invoice date"
InvoiceTypeInvoiceType(none)Invoice type
Svenska: "Fakturatyp" English: "Invoice type"
CurrencyCodestringLength = 3Invoice currency code
Svenska: "Valuta" English: "Currency code"
MovementReferenceNumberstringMaximum length = 25Customs MRN identification, Movement reference number
Svenska: "Movement reference number" English: "Movement reference number"
ExportTypeExportType(none)Export type
Svenska: "Exporttyp" English: "Export type"
SigneestringMaximum length = 25Signer of invoice document
Svenska: "Namnförtydligande" English: "Signee"
SigneePositionstringMaximum length = 25Company position of invoice document signer
Svenska: "Titel / roll" English: "Signee position"
ReasonForExportstringMaximum length = 70Reason for export
Svenska: "Anledning för export" English: "Reason for export"
TermsOfPaymentstringMaximum length = 70Terms of payment
Svenska: "Betalningsvillkor" English: "Terms of payment"
InvoiceDeclarationstringMaximum length = 250Invoice declaration statement
Svenska: "Fakturadeklaration" English: "Invoice declaration"
CustomData1stringMaximum length = 70Custom data 1
Custom invoice data, for use in labels
Svenska: "Kunddata 1" English: "Custom data 1"
CustomData2stringMaximum length = 70Custom data 2
Custom invoice data, for use in labels
Svenska: "Kunddata 2" English: "Custom data 2"
CustomData3stringMaximum length = 70Custom data 3
Custom invoice data, for use in labels
Svenska: "Kunddata 2" English: "Custom data 3"
CustomData4stringMaximum length = 70Custom data 4
Custom invoice data, for use in labels
Svenska: "Kunddata 4" English: "Custom data 4"
CustomData5stringMaximum length = 70Custom data 5
Custom invoice data, for use in labels
Svenska: "Kunddata 5" English: "Custom data 5"
FreightChargedecimal(none)Freight charge on invoice
Svenska: "Fraktavgift" English: "Freight charge"
InsuranceChargedecimal(none)Insurance charge on invoice

Arrays

ArrayDatatypeDescription
FreeTextItemsInvoiceFreeTextItem
Free texts
ArticleItemsArticleItem
Article items

InvoiceFreeTextItem

Description

Encapsulation of a free text item

Properties

PropertyDatatypeValidationsDescription
FreeTextstringMaximum length = 74Free text
Svenska: "Fritext" English: "Free text"

ArticleItem

Description

Encapsulation of an article package

Properties

PropertyDatatypeValidationsDescription
NumberOfItemsintMinimum value = 1
Maximum value = 999999
Number of items
Svenska: "Antal" English: "Number of items"
DescriptionstringMaximum length = 70
Mandatory
Description
Svenska: "Beskrivning" English: "Description"
GrossWeightdecimalMaximum value = 9999Gross weight (kg)
Svenska: "Bruttovikt" English: "Gross weight"
NetWeightdecimalMaximum value = 9999Net weight (kg)
Svenska: "Nettovikt" English: "Net weight"
TaricNumberstringMaximum length = 12
Mandatory
Taric number (for customs purposes)
Svenska: "TARIC-nummer" English: "Taric number"
ImportHSNumberstringMaximum length = 12HS number (for import customs)
Used for cases where the TaricNumber is not accepted
Svenska: "Import HS-nummer" English: "Import HS number"
MidCodestringMaximum length = 20MID code (Manufacturers Identification code)
Used when exporting textile and apparel to the US
Svenska: "MID-kod (US)" English: "MID code (US)"
MidTextstringMaximum length = 70MID text Descrobes the textile contents)
Used when exporting textile and apparel to the US
Svenska: "MID text" English: "MID text"
UnitValuedecimalMaximum value = 9999999Unit value
Svenska: "Pris per styck" English: "Unit value"
CountryOfOriginstringLength = 2Country of origin
Svenska: "Ursprungsland" English: "Country of origin"
ProcedurestringMaximum length = 3Customs procedure code
Svenska: "Procedurkod" English: "Procedure"
OtherQuantitydecimalMaximum value = 9999999Other Quantity
Svenska: "Annan kvantitet" English: "Other quantity"
CertificateOfOriginstringMaximum length = 17Certificate of origin
Svenska: "Ursprungscertifikat" English: "Certificate of origin"
ExportLicensestringMaximum length = 17Export License number
Svenska: "Exportlicens" English: "Export license"
ImportLicensestringMaximum length = 17Import License number
Svenska: "Importlicens" English: "Import license"
CustomData1stringMaximum length = 70Custom data 1
Custom article data, for use in labels
Svenska: "Kunddata 1" English: "Custom data 1"
CustomData2stringMaximum length = 70Custom data 2
Custom article data, for use in labels
Svenska: "Kunddata 2" English: "Custom data 2"
CustomData3stringMaximum length = 70Custom data 3
Custom article data, for use in labels
Svenska: "Kunddata 2" English: "Custom data 3"
CustomData4stringMaximum length = 70Custom data 4
Custom article data, for use in labels
Svenska: "Kunddata 4" English: "Custom data 4"
CustomData5stringMaximum length = 70Custom data 5
Custom article data, for use in labels
Svenska: "Kunddata 5" English: "Custom data 5"

ShipmentAddress

Description

Encapsulation of a shipment address

Properties

PropertyDatatypeValidationsDescription
AddressTypeAddressType(none)Address type
Svenska: "Adresstyp" English: "Address type"
NamestringMaximum length = 35Name
Svenska: "Namn" English: "Name"
Address1stringMaximum length = 35Address line 1
Svenska: "Adressrad 1" English: "Address 1"
Address2stringMaximum length = 35Address line 2
Svenska: "Adressrad 2" English: "Address 2"
Address3stringMaximum length = 35Address line 3
Svenska: "Adressrad 3" English: "Address 3"
ZipCodestringMaximum length = 10Zip code
Svenska: "Postnummer" English: "Zip code"
CitystringMaximum length = 30City
Svenska: "Ort" English: "City"
ProvincestringMaximum length = 30Province/State code
Svenska: "Provins/Stat" English: "Province/State"
CountryCodestringLength = 2Country code
Svenska: "Landskod" English: "Country code"
OrgNumberstringMaximum length = 20Organization number
Svenska: "Org.nummer" English: "Organization number"
VatNumberstringMaximum length = 20Organization VAT number
Svenska: "Momsregistreringsnummer" English: "VAT number"
ContactPersonstringMaximum length = 35Contact person
Svenska: "Kontaktperson" English: "Contact person"
PhoneNumberstringMaximum length = 20Phone number
Svenska: "Telefon" English: "Phone number"
FaxNumberstringMaximum length = 20Fax number
Svenska: "Faxnummer" English: "Fax number"
EmailstringMaximum length = 70Email address
Svenska: "Epostadress" English: "Email"
SmsNumberstringMaximum length = 25SMS number of contact person
Svenska: "SMS-nummer" English: "SMS number"
GateCodestringMaximum length = 12Gate code
Svenska: "Portkod" English: "Gate code"
ForwarderCustomerCodestringMaximum length = 25Forwarder customer code
Svenska: "Kundnummer" English: "Customer code"
EurPalletRegistrationNumberstringMaximum length = 25EUR Pallet registration number
Svenska: "Pallregistreringsnummer" English: "EUR pallet registration #"

Arrays

ArrayDatatypeDescription
AddressIdentifiersShipmentAddressIdentifier
Shipment adress identifiers

ShipmentAddressIdentifier

Description

Shipment identifier

Properties

PropertyDatatypeValidationsDescription
IdentifierCodeAddressIdentifierCode(none)Address identifier code
Valuestring(none)Identifier value
Svenska: "Värde" English: "Value"

Property

Description

A property name and it's value

Properties

PropertyDatatypeValidationsDescription
Namestring(none)Property name
Property name as returned from a GetLicensedForwardersAndProducts or GetAllowableShipmentServices call
Svenska: "Namn" English: "Name"
Valuestring(none)Property value
String representation of the property value, data coded according to XML specification
Svenska: "Värde" English: "Value"

DeliveryNote

Description

Delivery note

Properties

PropertyDatatypeValidationsDescription
DocumentNumberstringMaximum length = 35Document number
Svenska: "Documentnummer" English: "Document number"
DocumentDateDate(none)Document date
Svenska: "Dokumentdatum" English: "Document date"
DocumentNamestringMaximum length = 35Document name
Svenska: "Dokumentnamn" English: "Document name"
CustomerCodestringMaximum length = 35Customer code
Svenska: "Customer code" English: "Customer code"
SenderReferencestringMaximum length = 35Sender reference
Svenska: "Avsändarens referens" English: "Sender reference"
RecipientReferencestringMaximum length = 35Recipient reference
Svenska: "Mottagarens referens" English: "Recipient reference"
SenderOrderNumberstringMaximum length = 70Sender order number
Svenska: "Avsändarens ordernummer" English: "Sender order number"
RecipientOrderNumberstringMaximum length = 70Recipient order number
Svenska: "Mottagarens ordernummer" English: "Recipient order number"
TermsOfPaymentstringMaximum length = 70Terms of payment
Svenska: "Betalningsvillkor" English: "Terms of payment"
CustomData1stringMaximum length = 70Custom data 1
Svenska: "Kunddata 1" English: "Custom data 1"
CustomData2stringMaximum length = 70Custom data 2
Svenska: "Kunddata 2" English: "Custom data 2"
CustomData3stringMaximum length = 70Custom data 3
Svenska: "Kunddata 2" English: "Custom data 3"
CustomData4stringMaximum length = 70Custom data 4
Svenska: "Kunddata 4" English: "Custom data 4"
CustomData5stringMaximum length = 70Custom data 5
Svenska: "Kunddata 5" English: "Custom data 5"
TotalTaxableAmountdecimal(none)Taxable amount
Svenska: "Totalt momspliktigt belopp" English: "Total taxable amount"
TotalTaxAmountdecimal(none)Tax amount
Svenska: "Total moms" English: "Total moms"
TotalAmountdecimal(none)Total amount
Svenska: "Total" English: "Total amount"
CurrencyCodestringMaximum length = 3Currency code
Svenska: "Valuta" English: "Currency code"

Arrays

ArrayDatatypeDescription
FreeTextItemsDeliveryNoteFreeTextItem
Free texts
ArticleItemsDeliveryNoteArticleItem
Article items

DeliveryNoteFreeTextItem

Description

Encapsulation of a free text item

Properties

PropertyDatatypeValidationsDescription
FreeTextstringMaximum length = 70Free text
Svenska: "Fritext" English: "Free text"

DeliveryNoteArticleItem

Description

Article item

Properties

PropertyDatatypeValidationsDescription
ArticleIdstringMaximum length = 35
Mandatory
Article id / SKU
Svenska: "Artikelid" English: "Article id"
DescriptionstringMaximum length = 70Description
Svenska: "Beskrivning" English: "Description"
DeliveredQuantitydecimal(none)Delivered quantity
Svenska: "Levererad kvantitet" English: "Delivered quantity"
OrderedQuantitydecimal(none)Ordered quantity
Svenska: "Beställd kvantitet" English: "Ordered quantity"
QuantityUnitstringMaximum length = 12Quantity unit
Svenska: "Enhet (kvantitet)" English: "Quantity unit"
UnitValuedecimalMaximum value = 9999999.99Unit value
Svenska: "Pris per styck" English: "Unit value"
DiscountPercentageintMinimum value = 0
Maximum value = 100
Discount
Svenska: "Rabatt procent" English: "Discount percentage"
TotalValuedecimalMaximum value = 9999999.99Total value (inlucding VAT)
Svenska: "Totalt radbelopp" English: "Total value"
TotalVatValuedecimalMaximum value = 9999999.99Total VAT value
Svenska: "Total moms" English: "Total VAT value"
VatPercentagedecimalMaximum value = 9999999.99VAT percentage
Svenska: "Moms procent" English: "VAT procentage"
CustomData1stringMaximum length = 70Custom data 1
Svenska: "Kunddata 1" English: "Custom data 1"
CustomData2stringMaximum length = 70Custom data 2
Svenska: "Kunddata 2" English: "Custom data 2"
CustomData3stringMaximum length = 70Custom data 3
Svenska: "Kunddata 2" English: "Custom data 3"
CustomData4stringMaximum length = 70Custom data 4
Svenska: "Kunddata 4" English: "Custom data 4"
CustomData5stringMaximum length = 70Custom data 5
Svenska: "Kunddata 5" English: "Custom data 5"

TradeUnit

Description

TradeUnit

Properties

PropertyDatatypeValidationsDescription
IolIdentitystringMaximum length = 255IOL identity
ItemIdentitystringMaximum length = 70Item identity, ie; SKU, ERP system article identity, etc
BarcodeIdentitystringMaximum length = 70Pre existing barcode identity, ie; GS1 identity
VariantCodestringMaximum length = 70Variant code
SerialNumberstringMaximum length = 70Serial numbers
LotNumberstringMaximum length = 70Lot number
DescriptionstringMaximum length = 70Article description
Svenska: "Beskrivning" English: "Description"
UnitWeightdecimalMinimum value = 0
Maximum value = 9999999.0
Unit weight
QuantitydecimalMinimum value = 0
Maximum value = 9999999.0
Quantity
QuantityUnitstringMaximum length = 12Quantity unit
Svenska: "Enhet (kvantitet)" English: "Quantity unit"
UnitValuedecimalMinimum value = 0
Maximum value = 9999999.0
Per unit value
Svenska: "Pris per styck" English: "Unit value"
VatValuedecimalMinimum value = 0
Maximum value = 9999999.0
Per unit VAT value
VatPercentagedecimalMinimum value = 0
Maximum value = 100.0
VAT percentage
Svenska: "Moms procent" English: "VAT procentage"
CurrencyCodestringMaximum length = 3Currency code
Svenska: "Valuta" English: "Currency code"
CustomsCodestringMaximum length = 12Customs tariff code
ExpiryDateDate(none)Expiry date

Arrays

ArrayDatatypeDescription
TradeUnitIdentifiersNamedStringProperty
TradeUnit identifiers
PropertiesNamedProperty
Properties
AssetAssociationsAssetAssociation
Asset associations
HandlingRestrictionsNamedHandlingRestrictionProperty
Handling restrictions

NamedStringProperty

Description

Named string property

Properties

PropertyDatatypeValidationsDescription
NamestringMandatory
Maximum length = 70
Name
Svenska: "Namn" English: "Name"
ValuestringMandatory
Maximum length = 350
Property value
Svenska: "Värde" English: "Value"

NamedProperty

Description

Named property

Properties

PropertyDatatypeValidationsDescription
NamestringMandatory
Maximum length = 70
Name
Svenska: "Namn" English: "Name"
DataTypeDataTypeMandatoryData type
ValuestringMandatory
Maximum length = 350
Property value
Svenska: "Värde" English: "Value"

AssetAssociation

Description

Asset association

Properties

PropertyDatatypeValidationsDescription
IolIdentitystringMandatory
Maximum length = 255
Asset Iol identity

NamedHandlingRestrictionProperty

Description

Named handling restriction

Properties

PropertyDatatypeValidationsDescription
NamestringMaximum length = 70
Mandatory
Name
Svenska: "Namn" English: "Name"
UnitstringMaximum length = 70
Mandatory
Unit
MinValuedecimal(none)Minimum value
Svenska: "Minvärde" English: "Min. value"
MaxValuedecimal(none)Maximum value
Svenska: "Maxvärde" English: "Max. value"

LogtradeAdviceItem

Description

Logtrade Advice item

Properties

PropertyDatatypeValidationsDescription
AdviceTypeLogtradeAdviceType(none)Advice type
Note: Only SMS is supported at this time
Svenska: "Aviserings typ" English: "Notify type"
RecipientCommunicationValuestringMaximum length = 70
Mandatory
Recipient address (ie; SMS number or email address)
Svenska: "Mottagarens kommunikationsadress" English: "Communication value"
MessageTextstringMaximum length = 4096
Mandatory
Advice text
Svenska: "Text" English: "Text message"

Date

Description

Date

Comments

Date is a normal DateTime instance where only the Date part is used

ShipmentServiceBase (abstract)

Description

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

Generic Sweden 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

ShipmentService (inherits AbstractShipmentBase)

Description

Dynamic shipment service object.

This is used to dynamically create a shipment service based on data returned in calls to LicensedForwardersAndProducts or GetAllowableShipmentServices.

Properties

PropertyDatatypeValidationsDescription
NamestringMandatory A valid service name.
Copy value from the field ServiceName in ShipmentServiceDescription.

Arrays

ArrayDatatypeDescription
PropertiesPropertyService properties

GenericForwarderLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice service
Svenska: "LogTrade epostavisering" English: "LogTrade email advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

GenericForwarderLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice service
Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

GenericForwarderLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

GenericForwarderLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description

Logtrade login link advice
Svenska: "LogTrade inloggningsavisering" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

GenericForwarderLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description

Logtrade document link advice
Svenska: "LogTrade transportdokumentavisering" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

GenericForwarderLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock
Svenska: "LogTrade lås" English: "LogTrade Lock"

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

GenericForwarderHotService (inherits AbstractShipmentBase)

Description

Hot service
Svenska: "Varmtransport" English: "Hot"

Properties

PropertyDatatypeValidationsDescription
MinTemperatureint(none)Minimum temperature
Svenska: "Min. temperatur" English: "Min. temperature"
MaxTemperatureint(none)Max temperature
Svenska: "Max. temperatur" English: "Max. temperature"

GenericForwarderColdService (inherits AbstractShipmentBase)

Description

Cold service
Svenska: "Termo Kyla" English: "Cold"

Properties

PropertyDatatypeValidationsDescription
MinTemperatureint(none)Minimum temperature
Svenska: "Min. temperatur" English: "Min. temperature"
MaxTemperatureint(none)Max temperature
Svenska: "Max. temperatur" English: "Max. temperature"

GenericForwarderFreezeService (inherits AbstractShipmentBase)

Description

Freeze service
Svenska: "Termo Frys" English: "Freeze"

Properties

PropertyDatatypeValidationsDescription
MinTemperatureint(none)Minimum temperature
Svenska: "Min. temperatur" English: "Min. temperature"
MaxTemperatureint(none)Max temperature
Svenska: "Max. temperatur" English: "Max. temperature"

GenericForwarderDangerousGoodsService (inherits AbstractShipmentBase)

Description

Dangerous goods service
Svenska: "Farligt gods" English: "Dangerous Goods"

Properties

PropertyDatatypeValidationsDescription
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

GenericForwarderLimitedDangerousGoodsService (inherits AbstractShipmentBase)

Description

Limited quantity dangerous goods
Svenska: "Begränsad mängd farligt gods" English: "Limited quantity dangerous goods"

Properties

PropertyDatatypeValidationsDescription
GrossWeightdecimalMinimum value = 0
Maximum value = 99999.99
Limited quantity dangerous goods weight
Svenska: "Bruttovikt" English: "Gross weight"
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

GenericForwarderCashOnDeliveryService (inherits AbstractShipmentBase)

Description

Cash on delivery service
Svenska: "Efterkrav" English: "Cash On Delivery"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery amount
Svenska: "Valuta" English: "Currency code"
ReferencestringMandatory
Maximum length = 17
Payment reference number
Svenska: "Referens" English: "Reference"
AccountTypeGiroAccountTypeMandatoryPayment account type
Svenska: "Kontotyp" English: "Account type"
AccountNumberstringMandatory
Maximum length = 34
Payment account number
Svenska: "Kontonummer" English: "Account number"
ReferenceTypeGiroReferenceTypeMandatoryPayment account number type
Svenska: "Referenstyp" English: "Reference type"
BusinessIdentifierCodestringMaximum length = 11Business Identifier Code
Svenska: "BIC" English: "BIC"

GenericForwarderAdviceService (inherits AbstractShipmentBase)

Description

Advice service
Svenska: "Avisering" English: "Advise"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

GenericForwarderDateTimeService (inherits AbstractShipmentBase)

Description

Generic date time service
Svenska: "Datum och tid" English: "Date and time service"

Properties

PropertyDatatypeValidationsDescription
TimeDateTimeMandatory
Svenska: "Tid" English: "Time"

GenericForwarderDateTimeIntervalService (inherits AbstractShipmentBase)

Description

Generic (from) date time (to) date time service
Svenska: "Datum- och tidsintervall" English: "Date and time interval service"

Properties

PropertyDatatypeValidationsDescription
StartTimeDateTimeMandatory
Svenska: "Starttid" English: "Start time"
EndTimeDateTimeMandatory
Svenska: "Sluttid" English: "End time"

GenericForwarderAmountService (inherits AbstractShipmentBase)

Description

Generic amount (int) service
Svenska: "Antal" English: "Amount service"

Properties

PropertyDatatypeValidationsDescription
NumberOfItemsint(none)
Svenska: "Antal" English: "Number of items"

GenericForwarderService1 (inherits AbstractShipmentBase)

Description

Generic service 1
Svenska: "Tilläggstjänst 1" English: "Generic service code 1"

Properties

(No properties)

GenericForwarderService2 (inherits AbstractShipmentBase)

Description

Generic service 2
Svenska: "Tilläggstjänst 2" English: "Generic service code 2"

Properties

(No properties)

GenericForwarderService3 (inherits AbstractShipmentBase)

Description

Generic service 3
Svenska: "Tilläggstjänst 3" English: "Generic service code 3"

Properties

(No properties)

GenericForwarderService4 (inherits AbstractShipmentBase)

Description

Generic service 4
Svenska: "Tilläggstjänst 4" English: "Generic service code 4"

Properties

(No properties)

GenericForwarderService5 (inherits AbstractShipmentBase)

Description

Generic service 5
Svenska: "Tilläggstjänst 5" English: "Generic service code 5"

Properties

(No properties)

GenericForwarderService6 (inherits AbstractShipmentBase)

Description

Generic service 6
Svenska: "Tilläggstjänst 6" English: "Generic service code 6"

Properties

(No properties)

GenericForwarderService7 (inherits AbstractShipmentBase)

Description

Generic service 7
Svenska: "Tilläggstjänst 7" English: "Generic service code 7"

Properties

(No properties)

GenericForwarderService8 (inherits AbstractShipmentBase)

Description

Generic service 8
Svenska: "Tilläggstjänst 8" English: "Generic service code 8"

Properties

(No properties)

GenericForwarderService9 (inherits AbstractShipmentBase)

Description

Generic service 9
Svenska: "Tilläggstjänst 9" English: "Generic service code 9"

Properties

(No properties)

GenericForwarderService10 (inherits AbstractShipmentBase)

Description

Generic service 10
Svenska: "Tilläggstjänst 10" English: "Generic service code 10"

Properties

(No properties)

GenericForwarderService11 (inherits AbstractShipmentBase)

Description

Generic service 11
Svenska: "Tilläggstjänst 11" English: "Generic service code 11"

Properties

(No properties)

GenericForwarderService12 (inherits AbstractShipmentBase)

Description

Generic service 12
Svenska: "Tilläggstjänst 12" English: "Generic service code 12"

Properties

(No properties)

GenericForwarderService13 (inherits AbstractShipmentBase)

Description

Generic service 13
Svenska: "Tilläggstjänst 13" English: "Generic service code 13"

Properties

(No properties)

GenericForwarderService14 (inherits AbstractShipmentBase)

Description

Generic service 14
Svenska: "Tilläggstjänst 14" English: "Generic service code 14"

Properties

(No properties)

GenericForwarderService15 (inherits AbstractShipmentBase)

Description

Generic service 15
Svenska: "Tilläggstjänst 15" English: "Generic service code 15"

Properties

(No properties)

GenericForwarderService16 (inherits AbstractShipmentBase)

Description

Generic service 16
Svenska: "Tilläggstjänst 16" English: "Generic service code 16"

Properties

(No properties)

PredefinedCarrierLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice service
Svenska: "LogTrade epostavisering" English: "LogTrade Email Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

PredefinedCarrierLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice service
Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

PredefinedCarrierLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

PredefinedCarrierLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description

Logtrade login link advice
Svenska: "LogTrade inloggningsavisering" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

PredefinedCarrierLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description

Logtrade document link advice
Svenska: "LogTrade transportdokumentavisering" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

PredefinedCarrierLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock
Svenska: "LogTrade lås" English: "LogTrade Lock"

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

PredefinedCarrierHotService (inherits AbstractShipmentBase)

Description

Hot service
Svenska: "Varmtransport" English: "Hot"

Properties

PropertyDatatypeValidationsDescription
MinTemperatureint(none)Minimum temperature
Svenska: "Min. temperatur" English: "Min. temperature"
MaxTemperatureint(none)Max temperature
Svenska: "Max. temperatur" English: "Max. temperature"

PredefinedCarrierColdService (inherits AbstractShipmentBase)

Description

Cold service
Svenska: "Termo Kyla" English: "Cold"

Properties

PropertyDatatypeValidationsDescription
MinTemperatureint(none)Minimum temperature
Svenska: "Min. temperatur" English: "Min. temperature"
MaxTemperatureint(none)Max temperature
Svenska: "Max. temperatur" English: "Max. temperature"

PredefinedCarrierFreezeService (inherits AbstractShipmentBase)

Description

Freeze service
Svenska: "Termo Frys" English: "Freeze"

Properties

PropertyDatatypeValidationsDescription
MinTemperatureint(none)Minimum temperature
Svenska: "Min. temperatur" English: "Min. temperature"
MaxTemperatureint(none)Max temperature
Svenska: "Max. temperatur" English: "Max. temperature"

PredefinedCarrierDangerousGoodsService (inherits AbstractShipmentBase)

Description

Dangerous goods service
Svenska: "Farligt gods" English: "Dangerous Goods"

Properties

PropertyDatatypeValidationsDescription
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

PredefinedCarrierLimitedDangerousGoodsService (inherits AbstractShipmentBase)

Description

Limited quantity dangerous goods
Svenska: "Begränsad mängd farligt gods" English: "Limited quantity dangerous goods"

Properties

PropertyDatatypeValidationsDescription
GrossWeightdecimalMinimum value = 0
Maximum value = 99999.99
Limited quantity dangerous goods weight
Svenska: "Bruttovikt" English: "Gross weight"
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

PredefinedCarrierCashOnDeliveryService (inherits AbstractShipmentBase)

Description

Cash on delivery service
Svenska: "Efterkrav" English: "Cash On Delivery"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery amount
Svenska: "Valuta" English: "Currency code"
ReferencestringMandatory
Maximum length = 17
Payment reference number
Svenska: "Referens" English: "Reference"
AccountTypeGiroAccountTypeMandatoryPayment account type
Svenska: "Kontotyp" English: "Account type"
AccountNumberstringMandatory
Maximum length = 34
Payment account number
Svenska: "Kontonummer" English: "Account number"
ReferenceTypeGiroReferenceTypeMandatoryPayment account number type
Svenska: "Referenstyp" English: "Reference type"
BusinessIdentifierCodestringMaximum length = 11Business Identifier Code
Svenska: "BIC" English: "BIC"

PredefinedCarrierAdviceService (inherits AbstractShipmentBase)

Description

Advice service
Svenska: "Avisering" English: "Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

PredefinedCarrierService1 (inherits AbstractShipmentBase)

Description

PredefinedCarrier service 1
Svenska: "Predefined servicekod 1" English: "Predefined service code 1"

Properties

(No properties)

PredefinedCarrierService2 (inherits AbstractShipmentBase)

Description

PredefinedCarrier service 2
Svenska: "Predefined servicekod 2" English: "Predefined service code 2"

Properties

(No properties)

PredefinedCarrierService3 (inherits AbstractShipmentBase)

Description

PredefinedCarrier service 3
Svenska: "Predefined servicekod 3" English: "Predefined service code 3"

Properties

(No properties)

PredefinedCarrierService4 (inherits AbstractShipmentBase)

Description

PredefinedCarrier service 4
Svenska: "Predefined servicekod 4" English: "Predefined service code 4"

Properties

(No properties)

PredefinedCarrierService5 (inherits AbstractShipmentBase)

Description

PredefinedCarrier service 5
Svenska: "Predefined servicekod 5" English: "Predefined service code 5"

Properties

(No properties)

PredefinedCarrierService6 (inherits AbstractShipmentBase)

Description

PredefinedCarrier service 6
Svenska: "Predefined servicekod 6" English: "Predefined service code 6"

Properties

(No properties)

PredefinedCarrierService7 (inherits AbstractShipmentBase)

Description

PredefinedCarrier service 7
Svenska: "Predefined servicekod 7" English: "Predefined service code 7"

Properties

(No properties)

PredefinedCarrierService8 (inherits AbstractShipmentBase)

Description

PredefinedCarrier service 8
Svenska: "Predefined servicekod 8" English: "Predefined service code 8"

Properties

(No properties)

PredefinedCarrierService9 (inherits AbstractShipmentBase)

Description

PredefinedCarrier service 9
Svenska: "Predefined servicekod 9" English: "Predefined service code 9"

Properties

(No properties)

PredefinedCarrierDateTimeService (inherits AbstractShipmentBase)

Description

PredefinedCarrier date time service
Svenska: "Datum och tid" English: "Date and time service"

Properties

PropertyDatatypeValidationsDescription
TimeDateTimeMandatory
Svenska: "Tid" English: "Time"

PredefinedCarrierDateTimeIntervalService (inherits AbstractShipmentBase)

Description

PredefinedCarrier (from) date time (to) date time service
Svenska: "Datum- och tidsintervall" English: "Date and time interval service"

Properties

PropertyDatatypeValidationsDescription
StartTimeDateTimeMandatory
Svenska: "Starttid" English: "Start time"
EndTimeDateTimeMandatory
Svenska: "Sluttid" English: "End time"

PredefinedCarrierAmountService (inherits AbstractShipmentBase)

Description

PredefinedCarrier amount (int) service
Svenska: "Antal" English: "Amount service"

Properties

PropertyDatatypeValidationsDescription
NumberOfItemsint(none)
Svenska: "Antal" English: "Number of items"

BringSwedenAdviceService (inherits AbstractShipmentBase)

Description

Advice service
Svenska: "Advice" English: "Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

BringSwedenDeliveryConfirmationAdvice (inherits AbstractShipmentBase)

Description

Delivery confirmation advice service ("Leveransbevakning")
Svenska: "Utlämningsavisering" English: "Delivery confirmation advice service"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

BringSwedenDeliveryAdviceService (inherits AbstractShipmentBase)

Description

Delivery advice service (to sender)
Svenska: "Leveransavisering" English: "Delivery advice service"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

BringSwedenInsuranceService (inherits AbstractShipmentBase)

Description

Insurance service
Svenska: "Försäkring" English: "Insurance"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Insurance amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Insurance currency code
Svenska: "Valuta" English: "Currency code"

BringSwedenLimitedDangerousGoodsService (inherits AbstractShipmentBase)

Description

Limited quantity dangerous goods
Svenska: " Limited quantity dangerous goods " English: " Limited quantity dangerous goods "

Properties

PropertyDatatypeValidationsDescription
GrossWeightdecimalMinimum value = 0
Maximum value = 99999.99
Limited quantity dangerous goods weight
Svenska: "Bruttovikt" English: "Gross weight"
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

BringSwedenLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade epostavisering" English: "LogTrade email advice service"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

BringSwedenLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS advice service"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

BringSwedenLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock
Svenska: "LogTrade lås" English: "LogTrade Lock"

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

BringSwedenDangerousGoodsService (inherits AbstractShipmentBase)

Description

Dangerous goods service
Svenska: "Dangerous goods" English: "Dangerous goods"

Properties

PropertyDatatypeValidationsDescription
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

BringSwedenSwapService (inherits AbstractShipmentBase)

Description

Swap service
Svenska: "Swap (varer i retur)" English: "Swap (varer i retur)"

Properties

(No properties)

BringSwedenRecyclingStandardizedService (inherits AbstractShipmentBase)

Description

Recycling Standardized (1123)
Svenska: "Miljöretur" English: "Recycling Standardized"

Properties

PropertyDatatypeValidationsDescription
NumberOfItemsint(none)Number of items to return
Svenska: "Antal" English: "Number of items"

BringSwedenReturnOfPackagingService (inherits AbstractShipmentBase)

Description

Return of packaging - unwrapping (1139)
Svenska: "Retur av emballage" English: "Return of packaging"

Properties

PropertyDatatypeValidationsDescription
NumberOfItemsint(none)Number of items to return
Svenska: "Antal" English: "Number of items"

BringSwedenHotService (inherits AbstractShipmentBase)

Description

Värmegods (>+ 09 grader)
Svenska: "Värmegods (> +9°C)" English: "Warm goods (> +9°C)"

Properties

(No properties)

BringSwedenOptionalPickupPointService (inherits AbstractShipmentBase)

Description

Optional Pickup Point (10)
Svenska: "Optional pickup point" English: "Optional pickup point"

Properties

(No properties)

BringSwedenDeliveryPickupEveningService (inherits AbstractShipmentBase)

Description

Delivery/Pickup Evening (15)
Svenska: "Delivery/Pickup Evening" English: "Delivery/Pickup Evening"

Properties

(No properties)

BringSwedenDeliveryPickupWeekendService (inherits AbstractShipmentBase)

Description

Delivery/Pickup Weekend (16)
Svenska: "Delivery/Pickup Weekend" English: "Delivery/Pickup Weekend"

Properties

(No properties)

BringSwedenExpressService (inherits AbstractShipmentBase)

Description

Express (17)
Svenska: "Express" English: "Express"

Properties

(No properties)

BringSwedenIdVerificationService (inherits AbstractShipmentBase)

Description

ID Verification (33/1133)
Svenska: "ID Verification" English: "ID Verification"

Properties

(No properties)

BringSwedenIdIndividualVerificationService (inherits AbstractShipmentBase)

Description

ID Individual Verification (34)
Svenska: "ID Individual Verification" English: "ID Individual Verification"

Properties

(No properties)

BringSwedenDeliveryIndoorsService (inherits AbstractShipmentBase)

Description

Delivery Indoors (39)
Svenska: "Delivery Indoors" English: "Delivery Indoors"

Properties

(No properties)

BringSwedenFlexDeliveryService (inherits AbstractShipmentBase)

Description

Flex Delivery service (41)
Svenska: "Flex Delivery" English: "Flex Delivery"

Properties

(No properties)

BringSwedenCashOnDeliveryService (inherits AbstractShipmentBase)

Description

Cash on delivery service (51)
Svenska: "Efterkrav" English: "Cash On Delivery"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery currency code
Svenska: "Valuta" English: "Currency code"
ReferencestringMandatory
Maximum length = 17
Payment reference number
Svenska: "Referens" English: "Reference"
AccountTypeGiroAccountTypeMandatoryPayment account type
Svenska: "Kontotyp" English: "Account type"
AccountNumberstringMandatory
Maximum length = 34
Payment account number
Svenska: "Kontonummer" English: "Account number"
ReferenceTypeGiroReferenceTypeMandatoryPayment account number type
Svenska: "Referenstyp" English: "Reference type"
BusinessIdentifierCodestringMaximum length = 11Business Identifier Code
Svenska: "BIC" English: "BIC"

BringSwedenMPSService (inherits AbstractShipmentBase)

Description

MPS service (58)
Svenska: "MPS" English: "MPS"

Properties

(No properties)

BringSwedenHalfPalletService (inherits AbstractShipmentBase)

Description

1/2 Pallet service (61)
Svenska: "½ Pall" English: "1/2 Pallet"

Properties

(No properties)

BringSwedenQuarterPalletService (inherits AbstractShipmentBase)

Description

1/4 Pallet (62)
Svenska: "¼ Pall" English: "¼ Pallet"

Properties

(No properties)

BringSwedenDeliveryBefore1200Service (inherits AbstractShipmentBase)

Description

Delivery Before 12.00
Svenska: "Delivery before 12.00" English: "Delivery before 12.00"

Properties

(No properties)

BringSwedenIdContractService (inherits AbstractShipmentBase)

Description

ID / Kontrakt service (94)
Svenska: "Contract-ID" English: "Contract-ID"

Properties

(No properties)

BringSwedenFlexiSizeService (inherits AbstractShipmentBase)

Description

Flexi Size (97)
Svenska: "Flexi Size" English: "Flexi Size"

Properties

(No properties)

BringSwedenPickUpLockerService (inherits AbstractShipmentBase)

Description

PickUp Locker (11)
Svenska: "PickUp Locker" English: "PickUp Locker"

Properties

(No properties)

BringSwedenTimeAgreedDeliveryService (inherits AbstractShipmentBase)

Description

Time agreed deliveryTidslossning
Svenska: "Tidslossning" English: "Time agreed delivery"

Properties

PropertyDatatypeValidationsDescription
DeliveryDateTimeDateTimeMandatoryDelivery date/time
Svenska: "Leveransdatum" English: "Delivery date"

BringSwedenIndoorDistributionService (inherits AbstractShipmentBase)

Description

Indoor distributionInbärning
Svenska: "Inbärning" English: "Indoor distribution"

Properties

(No properties)

BringSwedenPickupAtTerminalService (inherits AbstractShipmentBase)

Description

Pickup at terminalHämtas på terminal
Svenska: "Hämtas på terminal" English: "Pickup at terminal"

Properties

(No properties)

BringSwedenColdService (inherits AbstractShipmentBase)

Description

Cold service
Svenska: "Kylfrakt" English: "Cold service"

Properties

PropertyDatatypeValidationsDescription
MinTemperatureintMinimum value = 0
Maximum value = 2
Minimum temperature
Svenska: "Min. temperatur" English: "Min. temperature"
MaxTemperatureintMinimum value = 4
Maximum value = 8
Max temperature
Svenska: "Max. temperatur" English: "Max. temperature"

BringSwedenFreezeService (inherits AbstractShipmentBase)

Description

Freeze service
Svenska: "Frysfrakt" English: "Freeze service"

Properties

PropertyDatatypeValidationsDescription
MinTemperatureintMinimum value = -25
Maximum value = -25
Minimum temperature
Svenska: "Min. temperatur" English: "Min. temperature"
MaxTemperatureintMinimum value = -18
Maximum value = -18
Max temperature
Svenska: "Max. temperatur" English: "Max. temperature"

BringSwedenDryService (inherits AbstractShipmentBase)

Description

Dry service
Svenska: "Torrt gods" English: "Dry goods"

Properties

(No properties)

BringSwedenLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

BringSwedenLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description

Logtrade login link advice
Svenska: "LogTrade inloggningsavisering" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

BringSwedenLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description

Logtrade document link advice
Svenska: "LogTrade transportdokumentavisering" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

BringSwedenSplitShipmentService (inherits AbstractShipmentBase)

Description

Split shipment
Svenska: "Split shipment" English: "Split shipment"

Properties

PropertyDatatypeValidationsDescription
ContainedProductsBringSwedenContainedProductsMandatoryProduct type of contained packages
Svenska: "Ingående produkt(er)" English: "Contained product(s)"

BringSwedenInstallationStandardizedService (inherits AbstractShipmentBase)

Description

Installation Standardized
Svenska: "Installation Standardized" English: "Installation Standardized"

Properties

(No properties)

BringSwedenInstallationCustomizedService (inherits AbstractShipmentBase)

Description

Installation Customized
Svenska: "Installation Customized" English: "Installation Customized"

Properties

(No properties)

BringSwedenInstallationElectronicsService (inherits AbstractShipmentBase)

Description

Installation Electronics
Svenska: "Installation Electronics" English: "Installation Electronics"

Properties

(No properties)

BringSwedenInstallationMechanicalService (inherits AbstractShipmentBase)

Description

Installation Mechanical
Svenska: "Installation Mechanical" English: "Installation Mechanical"

Properties

(No properties)

BringSwedenInstallationTvService (inherits AbstractShipmentBase)

Description

Installation TV
Svenska: "Installation TV" English: "Installation TV"

Properties

(No properties)

BringSwedenVipService (inherits AbstractShipmentBase)

Description

Vip
Svenska: "Vip" English: "Vip"

Properties

(No properties)

BringSweden1HourService (inherits AbstractShipmentBase)

Description

1 - HOUR
Svenska: "1 - HOUR" English: "1 - HOUR"

Properties

(No properties)

BringSweden2HoursService (inherits AbstractShipmentBase)

Description

2 - HOURS
Svenska: "2 - HOURS" English: "2 - HOURS"

Properties

(No properties)

BringSweden4HoursService (inherits AbstractShipmentBase)

Description

4 - HOURS
Svenska: "4 - HOURS" English: "4 - HOURS"

Properties

(No properties)

BringSweden6HoursService (inherits AbstractShipmentBase)

Description

6 - HOURS
Svenska: "6 - HOURS" English: "6 - HOURS"

Properties

(No properties)

BringSwedenExternalTspService (inherits AbstractShipmentBase)

Description

External Tsp
Svenska: "External Tsp" English: "External Tsp"

Properties

(No properties)

BringSwedenScheduledDeliveryService (inherits AbstractShipmentBase)

Description

Scheduled Delivery
Svenska: "Scheduled Delivery" English: "Scheduled Delivery"

Properties

PropertyDatatypeValidationsDescription
StartTimeDateTimeMandatoryProposed start time
Svenska: "Starttid" English: "Start time"
EndTimeDateTime(none)Proposed end time
Svenska: "Sluttid" English: "End time"

BringSwedenPickupService (inherits AbstractShipmentBase)

Description

Pickup
Svenska: "Pickup" English: "Pickup"

Properties

PropertyDatatypeValidationsDescription
TimeDateTimeMandatoryTime
Svenska: "Tid" English: "Time"

BringSwedenDayBeforeAdviceService (inherits AbstractShipmentBase)

Description

Advice service
Svenska: "Telephone notification the day before" English: "Telephone notification the day before"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

BringSwedenDeliveryBefore0900Service (inherits AbstractShipmentBase)

Description

Delivery Before 09.00
Svenska: "Delivery Before 09.00" English: "Delivery Before 09.00"

Properties

(No properties)

BringSwedenSignatureRequiredService (inherits AbstractShipmentBase)

Description

Signature Required
Svenska: "Signature Required" English: "Signature Required"

Properties

(No properties)

BringSwedenSocialControlService (inherits AbstractShipmentBase)

Description

Social Control
Svenska: "Social Control" English: "Social Control"

Properties

(No properties)

BringSwedenTimeDefinedDeliveryService (inherits AbstractShipmentBase)

Description

Time Defined - Delivery (1170)Time Defined - Leverans (1170)
Svenska: "Time Defined - Leverans (1170)" English: "Time Defined - Delivery (1170)"

Properties

PropertyDatatypeValidationsDescription
StartTimeDateTime(none)Proposed start time
Svenska: "Starttid" English: "Start time"
EndTimeDateTime(none)Proposed end time
Svenska: "Sluttid" English: "End time"

BringSwedenTimeDefinedCollectionService (inherits AbstractShipmentBase)

Description

Time Defined - Collection (1170)Time Defined - Pickup (1170)
Svenska: "Time Defined - Pickup (1170)" English: "Time Defined - Collection (1170)"

Properties

PropertyDatatypeValidationsDescription
StartTimeDateTime(none)Proposed start time
Svenska: "Starttid" English: "Start time"
EndTimeDateTime(none)Proposed end time
Svenska: "Sluttid" English: "End time"

DhlSwedenAdviceService (inherits AbstractShipmentBase)

Description

Advice service
Svenska: "Avisering" English: "Advice Service"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

DhlSwedenDeliveryAdviceService (inherits AbstractShipmentBase)

Description

Advice service
Svenska: "Leveransbesked" English: "Delivery advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

DhlSwedenCashOnDeliveryService (inherits AbstractShipmentBase)

Description

Cash on delivery service
Svenska: "Efterkrav" English: "Cash on delivery"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery currency code
Svenska: "Valuta" English: "Currency code"
ReferencestringMandatory
Maximum length = 17
Payment reference number
Svenska: "Referens" English: "Reference"
AccountTypeGiroAccountTypeMandatoryPayment account type
Svenska: "Kontotyp" English: "Account type"
AccountNumberstringMandatory
Maximum length = 34
Payment account number
Svenska: "Kontonummer" English: "Account number"
ReferenceTypeGiroReferenceTypeMandatoryPayment account number type
Svenska: "Referenstyp" English: "Reference type"
BusinessIdentifierCodestringMaximum length = 11Business Identifier Code
Svenska: "BIC" English: "BIC"

DhlSwedenColdService (inherits AbstractShipmentBase)

Description

Cold service
Svenska: "Termo Kyla" English: "Cold"

Properties

PropertyDatatypeValidationsDescription
MinTemperatureint(none)Minimum temperature
Svenska: "Min. temperatur" English: "Min. temperature"
MaxTemperatureint(none)Max temperature
Svenska: "Max. temperatur" English: "Max. temperature"

DhlSwedenDangerousGoodsService (inherits AbstractShipmentBase)

Description

Dangerous goods service
Svenska: "Farligt gods" English: "Dangerous goods"

Properties

PropertyDatatypeValidationsDescription
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

DhlSwedenEveningDistributionService (inherits AbstractShipmentBase)

Description

Evening service
Svenska: "Kvällsdistribution" English: "Evening distribution"

Properties

(No properties)

DhlSwedenG7Service (inherits AbstractShipmentBase)

Description

G7 service
Svenska: "PRE-7 leverans" English: "PRE-7 delivery"

Properties

PropertyDatatypeValidationsDescription
BookingNumberstring(none)Deprecated - DO NOT USE!
Svenska: "Bokningsnummer" English: "Booking number"

DhlSwedenG10Service (inherits AbstractShipmentBase)

Description

G10 service
Svenska: "PRE-10 leverans)" English: "PRE-10 delivery "

Properties

PropertyDatatypeValidationsDescription
BookingNumberstring(none)Deprecated - DO NOT USE!
Svenska: "Bokningsnummer" English: "Booking number"

DhlSwedenG12Service (inherits AbstractShipmentBase)

Description

G12 service
Svenska: "PRE-12 delivery" English: "PRE-12 delivery"

Properties

PropertyDatatypeValidationsDescription
BookingNumberstring(none)Deprecated - DO NOT USE!
Svenska: "Bokningsnummer" English: "Booking number"

DhlSwedenHoldAtDepotService (inherits AbstractShipmentBase)

Description

Hold at depot service
Svenska: "Hämtas terminal" English: "Hold at depot"

Properties

(No properties)

DhlSwedenHotService (inherits AbstractShipmentBase)

Description

Hot service
Svenska: "Termo Värme" English: "Hot"

Properties

(No properties)

DhlSwedenInsuranceService (inherits AbstractShipmentBase)

Description

Insurance service
Svenska: "Försäkring" English: "Insurance"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery amount
Svenska: "Valuta" English: "Currency code"

DhlSwedenNeutralDelivery (inherits AbstractShipmentBase)

Description

Neutral delivery service
Svenska: "Neutral Delivery Service" English: "Neutral Delivery Service"

Properties

(No properties)

DhlSwedenOversizedGoodsService (inherits AbstractShipmentBase)

Description

Oversized goods service
Svenska: "Långgods" English: "Oversized goods"

Properties

PropertyDatatypeValidationsDescription
Lengthdecimal(none)Goods length
Svenska: "Längd" English: "Length"
Widthdecimal(none)Goods width
Svenska: "Bredd" English: "Width"

DhlSwedenPODService (inherits AbstractShipmentBase)

Description

Proof of delivery service
Svenska: "Leveransbevis" English: "Requested POD"

Properties

(No properties)

DhlSwedenSaturdayDelivery (inherits AbstractShipmentBase)

Description

Saturday delivery service
Svenska: "Lördagsutdelning" English: "Saturday Delivery"

Properties

(No properties)

DhlSwedenSecureTransportService (inherits AbstractShipmentBase)

Description

Secure transport service
Svenska: "Säker transport" English: "Secure Transport"

Properties

(No properties)

DhlSwedenShipmentmonitoring (inherits AbstractShipmentBase)

Description

Shipment monitoring service
Svenska: "Shipment Monitoring" English: "Shipment Monitoring"

Properties

(No properties)

DhlSwedenSpecialIndoorDistributionService (inherits AbstractShipmentBase)

Description

Special indoor distribution service
Svenska: "Inbärning" English: "Inbärning"

Properties

(No properties)

DhlSwedenProductStretchService (inherits AbstractShipmentBase)

Description

Special indoor distribution service
Svenska: "Product stretch (120-240cm)" English: "Product stretch (120-240 cm)"

Properties

(No properties)

DhlSwedenGoGreenService (inherits AbstractShipmentBase)

Description

Green Freight
Svenska: "Skicka grönt" English: "Green Freight"

Properties

(No properties)

DhlSwedenDtpService (inherits AbstractShipmentBase)

Description

DTP - Delivery and taxes paid
Svenska: "DTP" English: "DTP"

Properties

(No properties)

DhlSwedenDryIceService (inherits AbstractShipmentBase)

Description

Dry ice (Requires special customer agreement)
Svenska: "Torr-is" English: "Dry Ice"

Properties

(No properties)

DhlSwedenLimitedDangerousGoodsService (inherits AbstractShipmentBase)

Description

Limited quantity dangerous goods
Svenska: "Begränsad mängd farligt gods" English: "Limited quantity dangerous goods"

Properties

PropertyDatatypeValidationsDescription
GrossWeightdecimalMinimum value = 0
Maximum value = 99999.99
Limited quantity dangerous goods weight
Svenska: "Bruttovikt" English: "Gross weight"
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

DhlSwedenLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade epostavisering" English: "LogTrade email advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

DhlSwedenClimateCompensationService (inherits AbstractShipmentBase)

Description

Miljöfrakt (CO2 Climate compensation)
Svenska: "Skicka Grönt" English: "Skicka Grönt"

Properties

(No properties)

DhlSwedenDeliveryWithoutPODService (inherits AbstractShipmentBase)

Description

Delivery without POD
Svenska: "Leverans utan kvittens" English: "Delivery without POD"

Properties

(No properties)

DhlSwedenPickupAtTerminalService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "Avhämtas terminal" English: "Pickup at terminal"

Properties

(No properties)

DhlSwedenDeliveryConfirmationAdviceService (inherits AbstractShipmentBase)

Description

Delivery confirmation service
Svenska: "Leveransbevakning" English: "Delivery confirmation"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
NotifyForPickupbool(none)Notify for pickup
Svenska: "Upphämtning" English: "Pickup"
NotifyForArrivedToTerminalbool(none)Notify for ArrivedToTerminal
Svenska: "Anlänt terminal" English: "Arrived to terminal"
NotifyForOutForDeliverybool(none)Notify for OutForDelivery
Svenska: "Ute för leverans" English: "Out for delivery"
NotifyForDeliveredbool(none)Notify for Delivered
Svenska: "Levererad" English: "Delivered"
NotifyForCollectedByReceiverbool(none)Notify for Collected by receiver
Svenska: "Utlämnad på SERVICE POINT" English: "Collected by receiver"
NotifyForNotCollectedByReceiverbool(none)Notify for Not collected by receiver
Svenska: "Ej uthämtad - Retur från SERVICE POINT" English: "Not collected by receiver"

DhlSwedenTemporalLoadingService (inherits AbstractShipmentBase)

Description

Temporal loading (Tidsbestämd lastning)
Svenska: "Tidsbestämd lastning" English: "Temporal loading"

Properties

PropertyDatatypeValidationsDescription
StartTimeDateTimeMandatoryProposed start time
Svenska: "Starttid" English: "Start time"
EndTimeDateTimeMandatoryProposed end time
Svenska: "Sluttid" English: "End time"

DhlSwedenTemporalUnloadingService (inherits AbstractShipmentBase)

Description

Temporal unloading (Tidsbestämd lossning)
Svenska: "Tidsbestämd lossning" English: "Temporal unloading"

Properties

PropertyDatatypeValidationsDescription
StartTimeDateTimeMandatoryProposed start time
Svenska: "Starttid" English: "Start time"
EndTimeDateTimeMandatoryProposed end time
Svenska: "Sluttid" English: "End time"

DhlSwedenTailLiftLoadingService (inherits AbstractShipmentBase)

Description

Tail lift loading (Bakgavellift lastning)
Svenska: "Bakgavellift lastning" English: "Tail lift loading"

Properties

(No properties)

DhlSwedenTailLiftUnloadingService (inherits AbstractShipmentBase)

Description

Tail lift unloading (Bakgavellift lossning)
Svenska: "Bakgavellift lossning" English: "Tail lift unloading"

Properties

(No properties)

DhlSwedenDoorstepDeliveryService (inherits AbstractShipmentBase)

Description

Doorstep Delivery
Svenska: "Hemleverans" English: "Doorstep Delivery"

Properties

(No properties)

DhlSwedenReminderAdviceService (inherits AbstractShipmentBase)

Description

Reminder to consignee (Påminnelse via brevavisering)
Svenska: "Påminnelseavisering via brev" English: "Reminder advice to consignee"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

DhlSwedenLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

DhlSwedenNonStackableGoodsService (inherits AbstractShipmentBase)

Description

Non stackable goods
Svenska: "Ej stapelbart gods" English: "Non stackable goods"

Properties

(No properties)

DhlSwedenOnlineAppointmentBookingService (inherits AbstractShipmentBase)

Description

On-line appointment bookingLeveranstidsbokning online
Svenska: "Leveranstidsbokning online" English: "On-line appointment booking"

Properties

PropertyDatatypeValidationsDescription
OnlineAppointmentBookingFreeTextstring(none)Free text
Svenska: "Data i segment FTX" English: "Data in segment FTX"
OnlineAppointmentBookingLabelTextstring(none)Label text
Svenska: "Text på etikett" English: "Label text"

DhlSwedenTruckService (inherits AbstractShipmentBase)

Description

Truck
Svenska: "Dragbil" English: "Truck"

Properties

(No properties)

DhlSwedenPreAdviceService (inherits AbstractShipmentBase)

Description

Pre-Advice
Svenska: "Föravisering" English: "Pre-Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

DhlSwedenDubbelbemanningService (inherits AbstractShipmentBase)

Description

Dubbelbemanning
Svenska: "Dubbelbemanning" English: "Dubbelbemanning"

Properties

(No properties)

DhlSwedenInbarningTillAnvisadPlatsService (inherits AbstractShipmentBase)

Description

Inbärning till anvisad plats
Svenska: "Inbärning till anvisad plats" English: "Inbärning till anvisad plats"

Properties

(No properties)

DhlSwedenUtbarningFranAnvisadPlatsService (inherits AbstractShipmentBase)

Description

Utbärning från anvisad plats
Svenska: "Utbärning från anvisad plats" English: "Utbärning från anvisad plats"

Properties

(No properties)

DhlSwedenReturnOfPackagingService (inherits AbstractShipmentBase)

Description

Återtag av transportemballage
Svenska: "Återtag av transportemballage" English: "Return of packaging"

Properties

(No properties)

DhlSwedenBortforslingGammalVaraService (inherits AbstractShipmentBase)

Description

Bortforsling gammal vara
Svenska: "Bortforsling gammal vara" English: "Bortforsling gammal vara"

Properties

PropertyDatatypeValidationsDescription
NumberOfItemsint(none)Number of items to return
Svenska: "Antal" English: "Number of items"

DhlSwedenInstallationEnkelService (inherits AbstractShipmentBase)

Description

Installation enkel
Svenska: "Installation enkel" English: "Installation enkel"

Properties

PropertyDatatypeValidationsDescription
NumberOfItemsint(none)Number of items to return
Svenska: "Antal" English: "Number of items"

DhlSwedenInstallationAvanceradService (inherits AbstractShipmentBase)

Description

Installation avancerad
Svenska: "Installation avancerad" English: "Installation avancerad"

Properties

PropertyDatatypeValidationsDescription
NumberOfItemsint(none)Number of items to return
Svenska: "Antal" English: "Number of items"

DhlSwedenMontering20Service (inherits AbstractShipmentBase)

Description

Montering 20
Svenska: "Montering 20" English: "Montering 20"

Properties

PropertyDatatypeValidationsDescription
NumberOfItemsint(none)Number of items to return
Svenska: "Antal" English: "Number of items"

DhlSwedenMontering40Service (inherits AbstractShipmentBase)

Description

Montering 40
Svenska: "Montering 40" English: "Montering 40"

Properties

PropertyDatatypeValidationsDescription
NumberOfItemsint(none)Number of items to return
Svenska: "Antal" English: "Number of items"

DhlSwedenMontering60Service (inherits AbstractShipmentBase)

Description

Montering 60
Svenska: "Montering 60" English: "Montering 60"

Properties

PropertyDatatypeValidationsDescription
NumberOfItemsint(none)Number of items to return
Svenska: "Antal" English: "Number of items"

DhlSwedenEveningDistributionZoneBService (inherits AbstractShipmentBase)

Description

Kvällsdistribution, zon B
Svenska: "Kvällsdistribution, zon B" English: "Evening distribution, zone B"

Properties

(No properties)

DhlSwedenEveningDistributionZoneCService (inherits AbstractShipmentBase)

Description

Kvällsdistribution, zon C
Svenska: "Kvällsdistribution, zon C" English: "Evening distribution, zone C"

Properties

(No properties)

DhlSwedenEveningDistributionZoneDService (inherits AbstractShipmentBase)

Description

Kvällsdistribution, zon D
Svenska: "Kvällsdistribution, zon D" English: "Evening distribution, zone D"

Properties

(No properties)

DhlSwedenEveningDistributionZoneEService (inherits AbstractShipmentBase)

Description

Kvällsdistribution, zon E
Svenska: "Kvällsdistribution, zon E" English: "Evening distribution, zone E"

Properties

(No properties)

DhlSwedenWeekendDistributionService (inherits AbstractShipmentBase)

Description

Helgkörning
Svenska: "Helgkörning" English: "Helgkörning"

Properties

(No properties)

DhlSwedenLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade delivery advice
Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

DhlSwedenLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description

Logtrade login link advice
Svenska: "LogTrade inloggningsavisering" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

DhlSwedenLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description

Logtrade document link advice
Svenska: "LogTrade transportdokumentavisering" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

DhlSwedenLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock
Svenska: "LogTrade lås" English: "LogTrade Lock"

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

DhlSwedenHighValueInsuranceService (inherits AbstractShipmentBase)

Description

Insurance service
Svenska: "Försäkring Högvärdigt eller ömtåligt gods" English: "Insurance High value or Fragile"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery amount
Svenska: "Valuta" English: "Currency code"

DhlSwedenCustomsService (inherits AbstractShipmentBase)

Description

Customs
Svenska: "Tull" English: "Customs"

Properties

(No properties)

DhlSwedenLeveransUtanLegimitionskontrollService (inherits AbstractShipmentBase)

Description

Leverans utan legitimationskontroll
Svenska: "Leverans utan legitimationskontroll" English: "Delivery without identification check"

Properties

(No properties)

DhlSwedenByggplatsleveransService (inherits AbstractShipmentBase)

Description

Byggplatsleverans
Svenska: "Byggplatsleverans" English: "Byggplatsleverans"

Properties

(No properties)

DhlSwedenDeliveryToParcelShopService (inherits AbstractShipmentBase)

Description

Delivery to ParcelShop
Svenska: "Leverans till ParcelShop" English: "Delivery to ParcelShop"

Properties

(No properties)

DhlSwedenDeliveryToParcelStationService (inherits AbstractShipmentBase)

Description

Delivery to ParcelStation
Svenska: "Leverans till ParcelStation" English: "Delivery to ParcelStation"

Properties

(No properties)

DhlSwedenJointCustomsDeclarationService (inherits AbstractShipmentBase)

Description

Joint customs declaration
Svenska: "Samförtullning" English: "Joint customs declaration"

Properties

(No properties)

DhlSwedenGarmentOnHanger1Service (inherits AbstractShipmentBase)

Description

1 - GOH
Svenska: "1 - GOH" English: "1 - GOH"

Properties

PropertyDatatypeValidationsDescription
NumberOfItemsint(none)
Svenska: "Antal" English: "Number of items"

DhlSwedenGarmentOnHanger2Service (inherits AbstractShipmentBase)

Description

2 - GOH
Svenska: "2 - GOH" English: "2 - GOH"

Properties

PropertyDatatypeValidationsDescription
NumberOfItemsint(none)
Svenska: "Antal" English: "Number of items"

DhlSwedenGarmentOnHanger3Service (inherits AbstractShipmentBase)

Description

3 - GOH
Svenska: "3 - GOH" English: "3 - GOH"

Properties

PropertyDatatypeValidationsDescription
NumberOfItemsint(none)
Svenska: "Antal" English: "Number of items"

DhlSwedenGarmentOnHanger4Service (inherits AbstractShipmentBase)

Description

4 - GOH
Svenska: "4 - GOH" English: "4 - GOH"

Properties

PropertyDatatypeValidationsDescription
NumberOfItemsint(none)
Svenska: "Antal" English: "Number of items"

DhlSwedenGarmentOnHanger5Service (inherits AbstractShipmentBase)

Description

5 - GOH
Svenska: "5 - GOH" English: "5 - GOH"

Properties

PropertyDatatypeValidationsDescription
NumberOfItemsint(none)
Svenska: "Antal" English: "Number of items"

DhlSwedenGarmentOnHanger6Service (inherits AbstractShipmentBase)

Description

6 - GOH
Svenska: "6 - GOH" English: "6 - GOH"

Properties

PropertyDatatypeValidationsDescription
NumberOfItemsint(none)
Svenska: "Antal" English: "Number of items"

DhlSwedenCarton7Service (inherits AbstractShipmentBase)

Description

7 - CRT
Svenska: "7 - CRT" English: "7 - CRT"

Properties

PropertyDatatypeValidationsDescription
NumberOfItemsint(none)
Svenska: "Antal" English: "Number of items"

DhlSwedenBookInService (inherits AbstractShipmentBase)

Description

Book-inManuell tidsslotsbokning
Svenska: "Manuell tidsslotsbokning" English: "Book-in"

Properties

(No properties)

DhlSwedenCustomsHandlingFullServiceService (inherits AbstractShipmentBase)

Description

Customs handling - Full serviceTullhantering - Full service
Svenska: "Tullhantering - Full service" English: "Customs handling - Full service"

Properties

(No properties)

DhlSwedenCustomsCustomersOwnDeclarationService (inherits AbstractShipmentBase)

Description

Customs, customers own declarationEgen förtullning
Svenska: "Egen förtullning" English: "Customs, customers own declaration"

Properties

(No properties)

DhlSwedenHardcopyPodService (inherits AbstractShipmentBase)

Description

Hardcopy PODKvitttenskopia POD
Svenska: "Kvitttenskopia POD" English: "Hardcopy POD"

Properties

PropertyDatatypeValidationsDescription
Textstring(none)
Svenska: "Text" English: "Text"

DhlSwedenFixedDeliveryDayService (inherits AbstractShipmentBase)

Description

Fixed delivery dayBeställd leveransdag (FDD)
Svenska: "Beställd leveransdag (FDD)" English: "Fixed delivery day"

Properties

PropertyDatatypeValidationsDescription
DeliveryDateDateTime(none)
Svenska: "Leveransdatum" English: "Delivery date"

DsvRoadSwedenAdviceService (inherits AbstractShipmentBase)

Description

Advice service
Svenska: "Avisering" English: "Advise"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

DsvRoadSwedenDeliveryAdviceService (inherits AbstractShipmentBase)

Description

Delivery advice service
Svenska: "Leveransbesked" English: "Delivery advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

DsvRoadSwedenCarrierService (inherits AbstractShipmentBase)

Description

Carrier service
Svenska: "Inbärning" English: "Personal Delivery Service"

Properties

(No properties)

DsvRoadSwedenCashOnDeliveryService (inherits AbstractShipmentBase)

Description

Cash on delivery service
Svenska: "Efterkrav" English: "Cash On Delivery"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery currency code
Svenska: "Valuta" English: "Currency code"
ReferencestringMandatory
Maximum length = 17
Payment reference number
Svenska: "Referens" English: "Reference"
AccountTypeGiroAccountTypeMandatoryPayment account type
Svenska: "Kontotyp" English: "Account type"
AccountNumberstringMandatory
Maximum length = 34
Payment account number
Svenska: "Kontonummer" English: "Account number"
ReferenceTypeGiroReferenceTypeMandatoryPayment account number type
Svenska: "Referenstyp" English: "Reference type"
BusinessIdentifierCodestringMaximum length = 11Business Identifier Code
Svenska: "BIC" English: "BIC"

DsvRoadSwedenColdService (inherits AbstractShipmentBase)

Description

Cold service
Svenska: "Kyla" English: "Cooled"

Properties

PropertyDatatypeValidationsDescription
MinTemperatureint(none)Minimum temperature
Svenska: "Min. temperatur" English: "Min. temperature"
MaxTemperatureint(none)Max temperature
Svenska: "Max. temperatur" English: "Max. temperature"

DsvRoadSwedenHotService (inherits AbstractShipmentBase)

Description

Hot service
Svenska: "Tempererad" English: "Tempered controlled"

Properties

PropertyDatatypeValidationsDescription
MinTemperatureint(none)Minimum temperature
Svenska: "Min. temperatur" English: "Min. temperature"
MaxTemperatureint(none)Max temperature
Svenska: "Max. temperatur" English: "Max. temperature"

DsvRoadSwedenDangerousGoodsService (inherits AbstractShipmentBase)

Description

Dangerous Goods service
Svenska: "Farligt gods" English: "Dangereous goods"

Properties

PropertyDatatypeValidationsDescription
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

DsvRoadSwedenF10Service (inherits AbstractShipmentBase)

Description

F10 service
Svenska: "F10" English: "F10"

Properties

(No properties)

DsvRoadSwedenF12Service (inherits AbstractShipmentBase)

Description

F12 service
Svenska: "F12" English: "F12"

Properties

(No properties)

DsvRoadSwedenPalletExchangeService (inherits AbstractShipmentBase)

Description

Pallet exchangePallbyte
Svenska: "Pallbyte" English: "Pallet exchange"

Properties

(No properties)

DsvRoadSwedenInsuranceService (inherits AbstractShipmentBase)

Description

Insurance service
Svenska: "Försäkring" English: "Insurance"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Insurance amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Insurance amount currency
Svenska: "Valuta" English: "Currency code"
ServiceRequirementDsvRoadSwedenServiceRequirement(none)Insurance type
Svenska: "Transportsätt" English: "Service requirement"
NatureOfCargoDsvRoadSwedenNatureOfCargo(none)Insurance type
Svenska: "Godskategori" English: "Nature of cargo"

DsvRoadSwedenLimitedDangerousGoodsService (inherits AbstractShipmentBase)

Description

Limited quantity dangerous goods
Svenska: "Begränsad mängd farligt gods" English: "Limited quantity dangerous goods"

Properties

PropertyDatatypeValidationsDescription
GrossWeightdecimalMinimum value = 0
Maximum value = 99999.99
Limited quantity dangerous goods weight
Svenska: "Bruttovikt" English: "Gross weight"
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

DsvRoadSwedenLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade epostavisering" English: "LogTrade email advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

DsvRoadSwedenLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

DsvRoadSwedenLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

DsvRoadSwedenLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock
Svenska: "LogTrade lås" English: "LogTrade Lock"

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

DsvRoadSwedenTemporalLoadingUnloadingService (inherits AbstractShipmentBase)

Description

Temporal loading/unloadingTidsbestämd lastning/lossning
Svenska: "Tidsbestämd lastning/lossning" English: "Temporal loading/unloading"

Properties

PropertyDatatypeValidationsDescription
LoadingTimeDateTime(none)Loading time
Svenska: "Lastningstid" English: "Loading time"
UnloadingTimeDateTime(none)Unloading time
Svenska: "Lossningstid" English: "Unloading time"

DsvRoadSwedenLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description

Logtrade login link advice
Svenska: "LogTrade inloggningsavisering" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

DsvRoadSwedenLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description

Logtrade document link advice
Svenska: "LogTrade transportdokumentavisering" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

DsvRoadSwedenKranService (inherits AbstractShipmentBase)

Description

Kran
Svenska: "Kran (vid lastning/ lossning)" English: "Crane (loading/unloading)"

Properties

(No properties)

DsvRoadSwedenF7Service (inherits AbstractShipmentBase)

Description

F7
Svenska: "F7" English: "F7"

Properties

(No properties)

DsvRoadSwedenInstallationService (inherits AbstractShipmentBase)

Description

Installation
Svenska: "Installation" English: "Installation"

Properties

(No properties)

DsvRoadSwedenReturnService (inherits AbstractShipmentBase)

Description

Return
Svenska: "Retur" English: "Return"

Properties

(No properties)

DsvRoadSwedenLiftService (inherits AbstractShipmentBase)

Description

Lift
Svenska: "Lift (vid lastning/ lossning)" English: "Lift (loading/unloading)"

Properties

(No properties)

DsvRoadSwedenF16Service (inherits AbstractShipmentBase)

Description

F16
Svenska: "F16" English: "F16"

Properties

(No properties)

NarkefraktSwedenAdviceService (inherits AbstractShipmentBase)

Description

Advice service
Svenska: "Avisering" English: "Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

NarkefraktSwedenCashOnDeliveryService (inherits AbstractShipmentBase)

Description

Cash on delivery service
Svenska: "Efterkravsavgift" English: "Efterkravsavgift"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery currency code
Svenska: "Valuta" English: "Currency code"
ReferencestringMandatory
Maximum length = 17
Payment reference number
Svenska: "Referens" English: "Reference"
AccountTypeGiroAccountTypeMandatoryPayment account type
Svenska: "Kontotyp" English: "Account type"
AccountNumberstringMandatory
Maximum length = 34
Payment account number
Svenska: "Kontonummer" English: "Account number"
ReferenceTypeGiroReferenceTypeMandatoryPayment account number type
Svenska: "Referenstyp" English: "Reference type"
BusinessIdentifierCodestringMaximum length = 11Business Identifier Code
Svenska: "BIC" English: "BIC"

NarkefraktSwedenCopyOfSignedFreightOrderService (inherits AbstractShipmentBase)

Description

OnRoadSweden_CopyOfSignedFreightOrder
Svenska: "Kopia på kvitterad Fraktsedel" English: "Kopia på kvitterad Fraktsedel"

Properties

(No properties)

NarkefraktSwedenCustomerReceivedGoodsService (inherits AbstractShipmentBase)

Description

OnRoadSweden_CustomerReceivedGoods
Svenska: "Kundavhämtat gods" English: "Kundavhämtat gods"

Properties

(No properties)

NarkefraktSwedenDangerousGoodsService (inherits AbstractShipmentBase)

Description

OnRoadSweden_DangerousGoods
Svenska: "Farligt gods" English: "Dangerous goods"

Properties

PropertyDatatypeValidationsDescription
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

NarkefraktSwedenDomesticFreightOrderPrintOutService (inherits AbstractShipmentBase)

Description

OnRoadSweden_DomesticFreightOrderPrintOut
Svenska: "Utskrift av inrikes Fraktsedel" English: "Utskrift av inrikes Fraktsedel"

Properties

(No properties)

NarkefraktSwedenPalletChangeFeeService (inherits AbstractShipmentBase)

Description

OnRoadSweden_PalletChangeFee
Svenska: "Pallbytesavgift" English: "Pallbytesavgift"

Properties

(No properties)

NarkefraktSwedenLimitedDangerousGoodsService (inherits AbstractShipmentBase)

Description

Limited quantity dangerous goods
Svenska: "Begränsad mängd farligt gods" English: "Limited quantity dangerous goods"

Properties

PropertyDatatypeValidationsDescription
GrossWeightdecimalMinimum value = 0
Maximum value = 99999.99
Limited quantity dangerous goods weight
Svenska: "Bruttovikt" English: "Gross weight"
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

NarkefraktSwedenLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade epostavisering" English: "LogTrade email advice service"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

NarkefraktSwedenLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade SMS advice
Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS advice service"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

NarkefraktSwedenLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

NarkefraktSwedenLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description

Logtrade login link advice
Svenska: "LogTrade inloggningsavisering" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

NarkefraktSwedenLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description

Logtrade document link advice
Svenska: "LogTrade transportdokumentavisering" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

NarkefraktSwedenLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock
Svenska: "LogTrade lås" English: "LogTrade Lock"

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

NarkefraktSwedenDeliveryNotificationService (inherits AbstractShipmentBase)

Description

Delivery notification
Svenska: "Leveransbesked" English: "Delivery notification"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryDelivery notification type
Svenska: "Aviseringssätt" English: "Notify type"

NarkefraktSwedenTimeAgreedDeliveryBefore12Service (inherits AbstractShipmentBase)

Description

Time Agreed Delivery Service Before 12:00
Svenska: "Tidslossning innan 12:00" English: "Time Agreed Delivery Service Before 12:00"

Properties

(No properties)

NarkefraktSwedenTimeAgreedDeliveryAfter12Service (inherits AbstractShipmentBase)

Description

Time Agreed Delivery Service After 12:00
Svenska: "Tidslossning Efter 12:00" English: "Time Agreed Delivery Service After 12:00"

Properties

(No properties)

NarkefraktSwedenTimeAgreedDeliveryCertainTimeService (inherits AbstractShipmentBase)

Description

Time agreed deliveryTidslossning
Svenska: "Tidslossning Tidsbestämd" English: "Time Agreed Delivery Service Certain time"

Properties

PropertyDatatypeValidationsDescription
DeliveryDateTimeDateTimeMandatoryDelivery date/time
Svenska: "Leveransdatum" English: "Delivery date"

NarkefraktSwedenLongGoodsService (inherits AbstractShipmentBase)

Description

Long Goods
Svenska: "Långgods" English: "Long Goods"

Properties

(No properties)

NarkefraktSwedenTailLiftDeliveryService (inherits AbstractShipmentBase)

Description

Tail Lift Delivery Service
Svenska: "Bakgavellift" English: "Tail Lift Delivery Service"

Properties

(No properties)

NarkefraktSwedenAdvicePrivatePersonService (inherits AbstractShipmentBase)

Description

Advice Private Person
Svenska: "Avisering privatperson" English: "Advice Private Person"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice Private Person notification type
Svenska: "Aviseringssätt" English: "Notify type"

OnRoadSwedenAdviceService (inherits AbstractShipmentBase)

Description

Advice service
Svenska: "Avisering" English: "Advice service"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

OnRoadSwedenCashOnDeliveryService (inherits AbstractShipmentBase)

Description

Cash on delivery service DEPRECATED!
Svenska: "Efterkrav" English: "Cash On Delivery"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery currency code
Svenska: "Valuta" English: "Currency code"
ReferencestringMandatory
Maximum length = 17
Payment reference number
Svenska: "Referens" English: "Reference"
AccountTypeGiroAccountTypeMandatoryPayment account type
Svenska: "Kontotyp" English: "Account type"
AccountNumberstringMandatory
Maximum length = 34
Payment account number
Svenska: "Kontonummer" English: "Account number"
ReferenceTypeGiroReferenceTypeMandatoryPayment account number type
Svenska: "Referenstyp" English: "Reference type"
BusinessIdentifierCodestringMaximum length = 11Business Identifier Code
Svenska: "BIC" English: "BIC"

OnRoadSwedenCopyOfSignedFreightOrderService (inherits AbstractShipmentBase)

Description

OnRoadSweden_CopyOfSignedFreightOrder
Svenska: "Kopia på kvitterad fraktsedel" English: "Copy of signed freight order"

Properties

(No properties)

OnRoadSwedenCustomerReceivedGoodsService (inherits AbstractShipmentBase)

Description

OnRoadSweden_CustomerReceivedGoods
Svenska: "Hämtas av mottagare hos OnRoad" English: "Customer received goods"

Properties

(No properties)

OnRoadSwedenDangerousGoodsService (inherits AbstractShipmentBase)

Description

OnRoadSweden_DangerousGoods
Svenska: "Farligt gods" English: "Dangerous goods"

Properties

PropertyDatatypeValidationsDescription
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

OnRoadSwedenDomesticFreightOrderPrintOutService (inherits AbstractShipmentBase)

Description

OnRoadSweden_DomesticFreightOrderPrintOut
Svenska: "Utskrift av inrikes fraktsedel" English: "Domestic freight order printout"

Properties

(No properties)

OnRoadSwedenPalletChangeFeeService (inherits AbstractShipmentBase)

Description

OnRoadSweden_PalletChangeFee
Svenska: "Pallbyte" English: "Pallet change fee"

Properties

(No properties)

OnRoadSwedenLimitedDangerousGoodsService (inherits AbstractShipmentBase)

Description

Limited quantity dangerous goods
Svenska: "Begränsad mängd farligt gods" English: "Limited quantity dangerous goods"

Properties

PropertyDatatypeValidationsDescription
GrossWeightdecimalMinimum value = 0
Maximum value = 99999.99
Limited quantity dangerous goods weight
Svenska: "Bruttovikt" English: "Gross weight"
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

OnRoadSwedenLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade epostavisering" English: "LogTrade email advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

OnRoadSwedenLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade SMS advice
Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

OnRoadSwedenLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

OnRoadSwedenLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description

Logtrade login link advice
Svenska: "LogTrade inloggningsavisering" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

OnRoadSwedenLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description

Logtrade document link advice
Svenska: "LogTrade transportdokumentavisering" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

OnRoadSwedenLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock
Svenska: "LogTrade lås" English: "LogTrade Lock"

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

PostenSwedenAdviceService (inherits AbstractShipmentBase)

Description

Advice service DEPRECATED!
Svenska: "Avisering" English: "Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AviseringsMallstringMandatory
Maximum length = 2
Advice template, "Aviseringsmall" (Only valid for NotifyType = Letter)
Svenska: "Aviseringsmall" English: "Advise Template"

PostenSwedenPreAdviceService (inherits AbstractShipmentBase)

Description

Pre advice service ("Föravisering") DEPRECATED!
Svenska: "48 - Föravisering" English: "48 - Pre advice service"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

PostenSwedenDeliveryAdviceService (inherits AbstractShipmentBase)

Description

Delivery notification advice service ("Leveransavisering") DEPRECATED!
Svenska: "49 - Leveransavisering" English: "49 - Delivery notification advice service"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryDelivery notification type
Svenska: "Aviseringssätt" English: "Notify type"

PostenSwedenDeliveryConfirmationAdviceService (inherits AbstractShipmentBase)

Description

Confirmation of delivery advice service ("Utlämningsavisering") DEPRECATED!
Svenska: "51 - Utlämningsavisering" English: "51 - Confirmation of delivery advice service"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryDelivery notification type
Svenska: "Aviseringssätt" English: "Notify type"

PostenSwedenCashOnDeliveryService (inherits AbstractShipmentBase)

Description

Cash on delivery service DEPRECATED!
Svenska: "1 - Postförskott" English: "1 - Cash on Delivery"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery amount
Svenska: "Valuta" English: "Currency code"
ReferencestringMandatory
Maximum length = 17
Payment reference number
Svenska: "Referens" English: "Reference"
AccountTypeGiroAccountTypeMandatoryPayment account type
Svenska: "Kontotyp" English: "Account type"
AccountNumberstringMandatory
Maximum length = 34
Payment account number
Svenska: "Kontonummer" English: "Account number"
ReferenceTypeGiroReferenceTypeMandatoryPayment account number type
Svenska: "Referenstyp" English: "Reference type"
BusinessIdentifierCodestringMaximum length = 11Business Identifier Code
Svenska: "BIC" English: "BIC"

PostenSwedenBehallarhyraService (inherits AbstractShipmentBase)

Description

Behållarhyra service DEPRECATED!
Svenska: "2 - Behållarhyra" English: "2 - Container charge"

Properties

(No properties)

PostenSwedenDangerousGoodsService (inherits AbstractShipmentBase)

Description

Dangerous goods service DEPRECATED!
Svenska: "76 - Farligt gods" English: "76 - Dangerous Goods"

Properties

PropertyDatatypeValidationsDescription
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

PostenSwedenLimitedDangerousGoodsService (inherits AbstractShipmentBase)

Description

Limited quantity dangerous goods service DEPRECATED!
Svenska: "3 - Begränsad mängd farligt gods" English: "3 - Limited quantity dangerous goods"

Properties

PropertyDatatypeValidationsDescription
GrossWeightdecimalMinimum value = 0
Maximum value = 99999.99
Limited quantity dangerous goods weight
Svenska: "Bruttovikt" English: "Gross weight"
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

PostenSwedenRecipientPaysFreightService (inherits AbstractShipmentBase)

Description

Recipient pays freight service DEPRECATED!
Svenska: "4 - Mottagarfrakt" English: "4 - Mottagarfrakt"

Properties

(No properties)

PostenSwedenInsuranceService (inherits AbstractShipmentBase)

Description

Insurance service DEPRECATED!
Svenska: "30 - Tilläggsförsäkring" English: "30 - Tilläggsförsäkring"

Properties

(No properties)

PostenSwedenDeliveryinstructionService (inherits AbstractShipmentBase)

Description

Delivery instruction service DEPRECATED!
Svenska: "Leveransanvisning" English: "Leveransanvisning"

Properties

(No properties)

PostenSwedenCollectService (inherits AbstractShipmentBase)

Description

Collect service DEPRECATED!
Svenska: "77 - Valfritt hämtställe" English: "77 - Valfritt hämtställe"

Properties

(No properties)

PostenSwedenDeliveryinstruction71Service (inherits AbstractShipmentBase)

Description

71 - Delivery instruction service DEPRECATED!
Svenska: "71 - Leveransanvisning" English: "71 - Leveransanvisning"

Properties

(No properties)

PostenSwedenDeliveryinstruction72Service (inherits AbstractShipmentBase)

Description

72 - Delivery instruction service DEPRECATED!
Svenska: "72 - Leveransanvisning" English: "72 - Leveransanvisning"

Properties

(No properties)

PostenSwedenDeliveryinstruction73Service (inherits AbstractShipmentBase)

Description

73 - Delivery instruction service DEPRECATED!
Svenska: "73 - Leveransanvisning" English: "73 - Leveransanvisning"

Properties

(No properties)

PostenSwedenDeliveryinstruction74Service (inherits AbstractShipmentBase)

Description

74 - Delivery instruction service DEPRECATED!
Svenska: "74 - Leveransanvisning" English: "74 - Leveransanvisning"

Properties

(No properties)

PostenSwedenDeliveryinstruction75Service (inherits AbstractShipmentBase)

Description

75 - Delivery instruction service DEPRECATED!
Svenska: "75 - Leveransanvisning" English: "75 - Leveransanvisning"

Properties

(No properties)

PostenSwedenForkortadLiggtidService (inherits AbstractShipmentBase)

Description

Förkortad liggtid service DEPRECATED!
Svenska: "7 - Förkortad Liggetid" English: "7 - Förkortad Liggetid"

Properties

PropertyDatatypeValidationsDescription
NumberOfDaysintMaximum value = 30Number of days
Svenska: "Antal dagar" English: "Number of days"

PostenSwedenExtendedWaitService (inherits AbstractShipmentBase)

Description

Förlängd liggtid service DEPRECATED!
Svenska: "7 - Förlängd liggetid" English: "7 - Extended wait"

Properties

(No properties)

PostenSwedenPersonligUtlamningService (inherits AbstractShipmentBase)

Description

Personlig utlämning service DEPRECATED!
Svenska: "PU - Personlig utlämning" English: "PU - Personlig utlämning"

Properties

(No properties)

PostenSwedenMottagningsBevisService (inherits AbstractShipmentBase)

Description

Mottagningsbevis service DEPRECATED!
Svenska: "MB - Mottagningsbevis" English: "MB - Mottagningsbevis"

Properties

(No properties)

PostenSwedenBrevUtkorningService (inherits AbstractShipmentBase)

Description

Brev utkörning service DEPRECATED!
Svenska: "UT - Utkörning" English: "UT - Utkörning"

Properties

(No properties)

PostenSwedenUtkorningService (inherits AbstractShipmentBase)

Description

Utkörning service DEPRECATED!
Svenska: "39 - Utkörning till mottagaren" English: "39 - Utkörning till mottagaren"

Properties

(No properties)

PostenSwedenUtokatAnsvarService (inherits AbstractShipmentBase)

Description

Utökat ansvar service DEPRECATED!
Svenska: "UA - Utökat ansvar" English: "UA - Utökat ansvar"

Properties

(No properties)

PostenSwedenSaturdayExpressService (inherits AbstractShipmentBase)

Description

Saturday delivery service DEPRECATED!
Svenska: "36 - Lördagsutkörning" English: "36 - Saturday express"

Properties

(No properties)

PostenSwedenBetalningsmedelService (inherits AbstractShipmentBase)

Description

Betalningsmedel service DEPRECATED!
Svenska: "BM - Betalningsmedel" English: "BM - Betalningsmedel"

Properties

(No properties)

PostenSwedenKvittensBildService (inherits AbstractShipmentBase)

Description

Kvittensbild service DEPRECATED!
Svenska: "KB - Kvittensbild" English: "KB - Kvittensbild"

Properties

(No properties)

PostenSwedenKvittensBildIndexService (inherits AbstractShipmentBase)

Description

Kvittensbildindex service DEPRECATED!
Svenska: "KI - Kvittensbild index" English: "KI - Kvittensbild index"

Properties

(No properties)

PostenSwedenMilitaryService (inherits AbstractShipmentBase)

Description

Military service DEPRECATED!
Svenska: "Militärt" English: "Militärt"

Properties

(No properties)

PostenSwedenExtendedIdControlService (inherits AbstractShipmentBase)

Description

Extended ID control service DEPRECATED!
Svenska: "ID - Utökad ID-kontroll" English: "ID - Utökad ID-kontroll"

Properties

(No properties)

PostenSwedenReturnOldIdService (inherits AbstractShipmentBase)

Description

Return old ID service DEPRECATED!
Svenska: "KK - Äldre kort återlämnas" English: "KK - Äldre kort återlämnas"

Properties

(No properties)

PostenSwedenExtendedIdAndReturnOldIdService (inherits AbstractShipmentBase)

Description

Extended ID control and return old ID service DEPRECATED!
Svenska: "IK - Utökad ID-kontroll och Äldre kort återlämnas" English: "IK - Utökad ID-kontroll och Äldre kort återlämnas"

Properties

(No properties)

PostenSwedenUpphamtningService (inherits AbstractShipmentBase)

Description

Upphämtning service DEPRECATED!
Svenska: "34 - Upphämtning hos avsändaren" English: "34 - Pickup at Sender"

Properties

(No properties)

PostenSwedenReturnAssignmentService (inherits AbstractShipmentBase)

Description

99 - Return items / Returgods DEPRECATED!
Svenska: "87 - Returuppdrag" English: "87 - Return assignment"

Properties

(No properties)

PostenSwedenDeliveryToCollectionPointService (inherits AbstractShipmentBase)

Description

38 - Delivery to Collection Point / Utan utkörning DEPRECATED!
Svenska: "38 - Early Collect" English: "38 - Recipient collects"

Properties

(No properties)

PostenSwedenSplitShipmentService (inherits AbstractShipmentBase)

Description

Split shipment DEPRECATED!
Svenska: "89 - Split shipment" English: "89 - Split shipment"

Properties

PropertyDatatypeValidationsDescription
ContainedProductsPostenSwedenContainedProductsMandatoryProduct type of contained packages
Svenska: "Ingående produkt(er)" English: "Contained product(s)"

PostenSwedenDeliveryWithoutPODService (inherits AbstractShipmentBase)

Description

55 - Delivery without POD
Svenska: "55 - Delivery without POD" English: "55 - Delivery without POD"

Properties

(No properties)

PostenSwedenTimeAgreedDeliveryService (inherits AbstractShipmentBase)

Description

53 - Time agreed delivery DEPRECATED!
Svenska: "53 - Time agreed delivery" English: "53 - Time agreed delivery"

Properties

(No properties)

PostenSwedenLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice DEPRECATED!
Svenska: "LogTrade epostavisering" English: "LogTrade Email Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

PostenSwedenLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade SMS advice DEPRECATED!
Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

PostenSwedenPPDService (inherits AbstractShipmentBase)

Description

60 - Påse på dörren (PPD) DEPRECATED!
Svenska: "60 - Påse på dörren" English: "60 - Parcel on Door"

Properties

(No properties)

PostenSwedenSkrymmandeService (inherits AbstractShipmentBase)

Description

61 - Skrymmande DEPRECATED!
Svenska: "61 - Skrymme" English: "61 - Skrymme"

Properties

(No properties)

PostenSwedenKundunikAvgiftService (inherits AbstractShipmentBase)

Description

35 - Kundunik avgift DEPRECATED!
Svenska: "35 - Kundunik avgift" English: "35 - Kundunik avgift"

Properties

(No properties)

PostenSwedenExtraIdentificationService (inherits AbstractShipmentBase)

Description

24 - Extra Identification DEPRECATED!
Svenska: "24 - Utökad identifiering" English: "24 - Extra Identification"

Properties

PropertyDatatypeValidationsDescription
PersonalIdentityNumberstring(none)Personal Identity Number
Svenska: "Personnummer" English: "Personal identity number"

PostenSwedenReducedPeriodOfRetentionService (inherits AbstractShipmentBase)

Description

5 - Förkortad liggetid DEPRECATED!
Svenska: "5 - Förkortad liggetid" English: "5 - Reduced period of retention"

Properties

(No properties)

PostenSwedenNoPreAdviceService (inherits AbstractShipmentBase)

Description

15 - Ej föravisering SMS/e-post DEPRECATED!
Svenska: "15 - Ej föravisering SMS/e-post" English: "15 - Ej föravisering SMS/e-post"

Properties

(No properties)

PostenSwedenSondagsinlamningService (inherits AbstractShipmentBase)

Description

16 - Söndagsinlämning DEPRECATED!
Svenska: "16 - Söndagsinlämning" English: "16 - Söndagsinlämning"

Properties

(No properties)

PostenSwedenHandoverAdviceService (inherits AbstractShipmentBase)

Description

InlämningskvittoHand over advice DEPRECATED!
Svenska: "Inlämningsavisering" English: "Handover advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

PostenSwedenLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice DEPRECATED!
Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

PostenSwedenLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description

Logtrade login link advice DEPRECATED!
Svenska: "LogTrade inloggningsavisering" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

PostenSwedenLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description

Logtrade document link advice DEPRECATED!
Svenska: "LogTrade transportdokumentavisering" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

PostNordSwedenLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade epostavisering" English: "LogTrade Email Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

PostNordSwedenLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade SMS advice
Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

PostNordSwedenLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description

Logtrade login link advice
Svenska: "LogTrade inloggningsavisering" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

PostNordSwedenLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description

Logtrade document link advice
Svenska: "LogTrade transportdokumentavisering" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

PostNordSwedenLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

PostNordSwedenLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock
Svenska: "LogTrade lås" English: "LogTrade Lock"

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

PostNordSwedenCashOnDeliveryService (inherits AbstractShipmentBase)

Description

Cash on delivery service
Svenska: "1 - Postförskott" English: "1 - Cash On Delivery"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery amount
Svenska: "Valuta" English: "Currency code"
ReferencestringMandatory
Maximum length = 17
Payment reference number
Svenska: "Referens" English: "Reference"
AccountTypeGiroAccountTypeMandatoryPayment account type
Svenska: "Kontotyp" English: "Account type"
AccountNumberstringMandatory
Maximum length = 34
Payment account number
Svenska: "Kontonummer" English: "Account number"
ReferenceTypeGiroReferenceTypeMandatoryPayment account number type
Svenska: "Referenstyp" English: "Reference type"
BusinessIdentifierCodestringMaximum length = 11Business Identifier Code
Svenska: "BIC" English: "BIC"

PostNordSwedenContainerRentService (inherits AbstractShipmentBase)

Description

2 - Container Rent
Svenska: "2 - Behållarhyra" English: "2 - Container Rent"

Properties

(No properties)

PostNordSwedenLimitedDangerousGoodsService (inherits AbstractShipmentBase)

Description

Limited quantity dangerous goods
Svenska: "3 - Begränsad mängd farligt gods" English: "3 - Dangerous Goods LQ"

Properties

PropertyDatatypeValidationsDescription
GrossWeightdecimalMinimum value = 0
Maximum value = 99999.99
Limited quantity dangerous goods weight
Svenska: "Bruttovikt" English: "Gross weight"
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

PostNordSwedenDangerousGoodsService (inherits AbstractShipmentBase)

Description

Dangerous goods
Svenska: "76 - ADR (Farligt gods)" English: "76 - ADR (Dangerous Goods)"

Properties

PropertyDatatypeValidationsDescription
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

PostNordSwedenRecipientPaysFreightService (inherits AbstractShipmentBase)

Description

Recipient pays freight
Svenska: "4 - Mottagarfrakt" English: "4 - Recipient Freight"

Properties

(No properties)

PostNordSwedenSplitShipmentService (inherits AbstractShipmentBase)

Description

Split shipment
Svenska: "89 - Split shipment" English: "89 - Split shipment"

Properties

PropertyDatatypeValidationsDescription
ContainedProductsPostNordSwedenContainedProductsMandatoryProduct type of contained packages
Svenska: "Ingående produkt(er)" English: "Contained product(s)"

PostNordSwedenPreAdviceService (inherits AbstractShipmentBase)

Description

Pre advice service ("Föravisering")
Svenska: "48 - Föravisering" English: "48 - Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

PostNordSwedenDeliveryAdviceService (inherits AbstractShipmentBase)

Description

Delivery notification advice service ("Leveransavisering")
Svenska: "49 - Leveransavisering" English: "49 - Delivery Notification"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryDelivery notification type
Svenska: "Aviseringssätt" English: "Notify type"

PostNordSwedenAdviceService (inherits AbstractShipmentBase)

Description

Advice service
Svenska: "Avisering" English: "Notification"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AviseringsMallstringMandatory
Maximum length = 2
Advice template, "Aviseringsmall" (Only valid for NotifyType = Letter)
Svenska: "Aviseringsmall" English: "Advise Template"

PostNordSwedenDriverAdviceService (inherits AbstractShipmentBase)

Description

58 - Driver Notification
Svenska: "58 - Chaufförsavisering" English: "58 - Driver Notification"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryDelivery notification type
Svenska: "Aviseringssätt" English: "Notify type"

PostNordSwedenDeliveryConfirmationAdviceService (inherits AbstractShipmentBase)

Description

Confirmation of delivery advice service ("Utlämningsavisering")
Svenska: "51 - Utlämningsavisering" English: "51 - Delivery Confirmation"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryDelivery notification type
Svenska: "Aviseringssätt" English: "Notify type"

PostNordSwedenOptionalServicePointService (inherits AbstractShipmentBase)

Description

Optional Service Point service
Svenska: "77 - Valfritt hämtställe" English: "77 - Optional Service Point"

Properties

(No properties)

PostNordSwedenExtendedPeriodOfRetentionService (inherits AbstractShipmentBase)

Description

Extended Retention
Svenska: "7 - Utökad liggetid" English: "7 - Extended Retention"

Properties

(No properties)

PostNordSwedenReducedPeriodOfRetentionService (inherits AbstractShipmentBase)

Description

Reduced Retention
Svenska: "5 - Förkortad liggetid" English: "5 - Reduced Retention"

Properties

PropertyDatatypeValidationsDescription
NumberOfDaysintMaximum value = 30Number of days
Svenska: "Antal dagar" English: "Number of days"

PostNordSwedenExtraIdentificationService (inherits AbstractShipmentBase)

Description

24 - ID Check Extended
Svenska: "24 - Utökad identifiering" English: "24 - ID Check Extended"

Properties

PropertyDatatypeValidationsDescription
PersonalIdentityNumberstring(none)Personal Identity Number
Svenska: "Personnummer" English: "Personal identity number"

PostNordSwedenRecipientCollectsService (inherits AbstractShipmentBase)

Description

38 - Recipient Collects
Svenska: "38 - Early Collect" English: "38 - Early Collect"

Properties

(No properties)

PostNordSwedenHomeDeliveryService (inherits AbstractShipmentBase)

Description

Home delivery (39, 65)
Svenska: "65 - Privat mottagare" English: "65 - Private receiver"

Properties

(No properties)

PostNordSwedenDeliveryWithoutPODService (inherits AbstractShipmentBase)

Description

55 - FlexDelivery
Svenska: "55 - Leverans utan kvittens" English: "55 - FlexDelivery"

Properties

(No properties)

PostNordSwedenLeveransTillAnvisadPlatsService (inherits AbstractShipmentBase)

Description

56 - Carry-in
Svenska: "56 - Leverans till anvisad plats" English: "56 - Carry-in"

Properties

(No properties)

PostNordSwedenTimeAgreedDeliveryService (inherits AbstractShipmentBase)

Description

53 - Time agreed delivery
Svenska: "53 - Tidsbestämd leverans" English: "53 - Time Agreed"

Properties

(No properties)

PostNordSwedenTyresService (inherits AbstractShipmentBase)

Description

62 - Tyres
Svenska: "62 - Däck" English: "62 - Tyres"

Properties

(No properties)

PostNordSwedenPalletExchangeService (inherits AbstractShipmentBase)

Description

46 - Pallet Exchange
Svenska: "46 - Pallöverföring" English: "46 - Pallett Exchange"

Properties

(No properties)

PostNordSwedenAvemballeringService (inherits AbstractShipmentBase)

Description

74 - Unwrapping
Svenska: "74 - Avemballering" English: "74 - Unwrapping"

Properties

(No properties)

PostNordSwedenWarrantyReturnService (inherits AbstractShipmentBase)

Description

97 - Warranty Return
Svenska: "97 - Garanti retur" English: "97 - Warranty Return"

Properties

(No properties)

PostNordSwedenReturnOfWrappingsService (inherits AbstractShipmentBase)

Description

98 - Return of Wrappings
Svenska: "98 - Returemballage" English: "98 - Return of Wrappings"

Properties

(No properties)

PostNordSwedenItemReturnsService (inherits AbstractShipmentBase)

Description

99 - Item returns
Svenska: "99 - Returgods" English: "99 - Item Returns"

Properties

(No properties)

PostNordSwedenInsuranceService (inherits AbstractShipmentBase)

Description

90 - Insurance
Svenska: "90 - Varuförsäkring" English: "90 - Insurance"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Insurance amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Insurance currency code
Svenska: "Valuta" English: "Currency code"

PostNordSwedenEveningDistributionService (inherits AbstractShipmentBase)

Description

12 - 17-21
Svenska: "12 - 17-21" English: "12 - 17-21"

Properties

(No properties)

PostNordSwedenNoPreAdviceService (inherits AbstractShipmentBase)

Description

15 - Ej föravisering SMS/e-post
Svenska: "15 - Ej föravisering SMS/e-post" English: "15 - Ej föravisering SMS/e-post"

Properties

(No properties)

PostNordSwedenSondagsinlamningService (inherits AbstractShipmentBase)

Description

16 - Söndagsinlämning
Svenska: "16 - Söndagsinlämning" English: "16 - Söndagsinlämning"

Properties

(No properties)

PostNordSwedenKundunikAvgiftService (inherits AbstractShipmentBase)

Description

35 - Kundunik avgift
Svenska: "35 - Kundunik avgift" English: "35 - Kundunik avgift"

Properties

(No properties)

PostNordSwedenPPDService (inherits AbstractShipmentBase)

Description

60 - Påse på dörren (PPD)
Svenska: "60 - Påse på dörren" English: "60 - Påse på dörren"

Properties

(No properties)

PostNordSwedenHandoverAdviceService (inherits AbstractShipmentBase)

Description

Hand over advice
Svenska: "Inlämningskvitto" English: "Hand over advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

PostNordSwedenMottagningsbevisService (inherits AbstractShipmentBase)

Description

MB - Mottagningsbevis
Svenska: "MB - Mottagningsbevis" English: "MB - Mottagningsbevis"

Properties

(No properties)

PostNordSwedenMottagarkvittensService (inherits AbstractShipmentBase)

Description

KB - Mottagarkvittens
Svenska: "KB - Mottagarkvittens" English: "KB - Mottagarkvittens"

Properties

(No properties)

PostNordSwedenMottagarkvittensIndexService (inherits AbstractShipmentBase)

Description

KI - Mottagarkvittens med utökat index
Svenska: "KI - Mottagarkvittens med utökat index" English: "KI - Mottagarkvittens med utökat index"

Properties

(No properties)

PostNordSwedenPersonligUtlamningService (inherits AbstractShipmentBase)

Description

PU - Personlig utlämning
Svenska: "PU - Personlig utlämning" English: "PU - Personlig utlämning"

Properties

(No properties)

PostNordSwedenRek10000Service (inherits AbstractShipmentBase)

Description

>Rek 10 000
Svenska: "Rek 10 000" English: "Rek 10 000"

Properties

(No properties)

PostNordSwedenEbrevService (inherits AbstractShipmentBase)

Description

eBrev avisering
Svenska: "eBrev avisering" English: "eBrev avisering"

Properties

(No properties)

PostNordSwedenPODService (inherits AbstractShipmentBase)

Description

40 - Kvittenskrav
Svenska: "40 - Kvittenskrav" English: "40 - Signature required"

Properties

(No properties)

PostNordSwedenDigitalIdentificationService (inherits AbstractShipmentBase)

Description

22 - Digital identifiering
Svenska: "22 - Digital identifiering" English: "22 - Digital identification"

Properties

(No properties)

PostNordSwedenFlexChangeService (inherits AbstractShipmentBase)

Description

36 - FlexChange
Svenska: "36 - FlexChange" English: "36 - FlexChange"

Properties

(No properties)

PostNordSwedenAgeCheckService (inherits AbstractShipmentBase)

Description

25 - Ålderskontroll25 - Age Check
Svenska: "25 - Ålderskontroll" English: "25 - Age Check"

Properties

PropertyDatatypeValidationsDescription
MinimumAgeint(none)
Svenska: "Ålder" English: "Age"

PostNordSwedenIdCheckService (inherits AbstractShipmentBase)

Description

26 - Legitimationskontroll26 - ID Check
Svenska: "26 - Legitimationskontroll" English: "26 - ID Check"

Properties

(No properties)

PostNordSwedenPurchaseOnInvoiceService (inherits AbstractShipmentBase)

Description

32 - Fakturaköp32 - Purchase on Invoice
Svenska: "32 - Fakturaköp" English: "32 - Purchase on Invoice"

Properties

(No properties)

PostNordSwedenReturnToSenderService (inherits AbstractShipmentBase)

Description

95 - Direktretur95 - Return to sender
Svenska: "95 - Direktretur" English: "95 - Return to sender"

Properties

(No properties)

PostNordSwedenClimateCompensationService (inherits AbstractShipmentBase)

Description

59 - Klimatkompensation59 - Climate compensation
Svenska: "59 - Klimatkompensation" English: "59 - Climate compensation"

Properties

(No properties)

PostNordSwedenBefore9Service (inherits AbstractShipmentBase)

Description

10 - Before 9
Svenska: "10 - Before 9" English: "10 - Before 9"

Properties

(No properties)

PostNordSwedenBefore12Service (inherits AbstractShipmentBase)

Description

20 - Before 12
Svenska: "20 - Before 12" English: "20 - Before 12"

Properties

(No properties)

PostNordSwedenOverSizeService (inherits AbstractShipmentBase)

Description

93 - Over size
Svenska: "93 - Over size" English: "93 - Over size"

Properties

(No properties)

PostNordSwedenPrintReturnLabelService (inherits AbstractShipmentBase)

Description

C2 - Print Return Label
Svenska: "C2 - Print Return Label" English: "C2 - Print Return Label"

Properties

(No properties)

PostNordSwedenColdService (inherits AbstractShipmentBase)

Description

41 - Kylt41 - Cold
Svenska: "41 - Kylt" English: "41 - Cold"

Properties

(No properties)

PostNordSwedenFreezeService (inherits AbstractShipmentBase)

Description

43 - Fryst43 - Freeze
Svenska: "43 - Fryst" English: "43 - Freeze"

Properties

(No properties)

PostNordSwedenCollectInStoreLabelOnlyService (inherits AbstractShipmentBase)

Description

63 - Collect in Store - Label Only
Svenska: "63 - Collect in Store - Label Only" English: "63 - Collect in Store - Label Only"

Properties

(No properties)

PostNordSwedenCollectInStoreService (inherits AbstractShipmentBase)

Description

84 - Collect in Store
Svenska: "84 - Collect in Store" English: "84 - Collect in Store"

Properties

(No properties)

PostNordSwedenSameDayService (inherits AbstractShipmentBase)

Description

Earliest and latest delivery date
Svenska: "SameDay" English: "SameDay"

Properties

PropertyDatatypeValidationsDescription
StartTimeDateTimeMandatoryEarliest delivery date
Svenska: "Starttid" English: "Start time"
EndTimeDateTime(none)Latest delivery date
Svenska: "Sluttid" English: "End time"

PostNordSwedenReturnPickupPrivateService (inherits AbstractShipmentBase)

Description

E3 - ReturupphämtningE3 - Return Pickup Private
Svenska: "E3 - Returupphämtning " English: "E3 - Return Pickup Private"

Properties

(No properties)

PostNordSwedenExtendedRetentionTimeService (inherits AbstractShipmentBase)

Description

G3 - Extended Retention Time 14 Days
Svenska: "G3 - Extended Retention Time 14 Days" English: "G3 - Extended Retention Time 14 Days"

Properties

(No properties)

PostNordSwedenFixedRetentionTimeService (inherits AbstractShipmentBase)

Description

G4 - Fixed Retention Time 7 Days
Svenska: "G4 - Fixed Retention Time 7 Days" English: "G4 - Fixed Retention Time 7 Days"

Properties

(No properties)

PostNordSwedenNotToParcelLockerService (inherits AbstractShipmentBase)

Description

M5 - Not to parcel locker
Svenska: "M5 - Not to parcel locker" English: "M5 - Not to parcel locker"

Properties

(No properties)

PostNordSwedenPrintDigitalReturnPickupService (inherits AbstractShipmentBase)

Description

M6 - Print digital return Pickup
Svenska: "M6 - Print digital return Pickup" English: "M6 - Print digital return Pickup"

Properties

(No properties)

PostNordSwedenPickupConfirmationService (inherits AbstractShipmentBase)

Description

E6 - Pickup Confirmation
Svenska: "E6 - Pickup Confirmation" English: "E6 - Pickup Confirmation"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryPickup notification type
Svenska: "Aviseringssätt" English: "Notify type"

PostNordSwedenPrivateReceiverDirectDeliveryService (inherits AbstractShipmentBase)

Description

F8 - Private Receiver Direct Delivery
Svenska: "F8 - Private Receiver Direct Delivery" English: "F8 - Private Receiver Direct Delivery"

Properties

(No properties)

PostNordSwedenTwoDeliveryAttemptsService (inherits AbstractShipmentBase)

Description

17 - Two delivery attempts
Svenska: "17 - Två utkörningsförsök" English: "17 - Two delivery attempts"

Properties

(No properties)

PostNordSwedenHeavyService (inherits AbstractShipmentBase)

Description

Heavy
Svenska: "H9 - Heavy" English: "H9 - Heavy"

Properties

(No properties)

SchenkerSwedenAdviceService (inherits AbstractShipmentBase)

Description

Advice service
Svenska: "Avisering" English: "Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

SchenkerSwedenPreAdviceService (inherits AbstractShipmentBase)

Description

Pre advice service ("Information om planerad leverans")
Svenska: "Leveransnotifiering" English: "Pre notice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

SchenkerSwedenCarrierService (inherits AbstractShipmentBase)

Description

SchenkerSweden_Carrier
Svenska: "Inbärning" English: "In-door Delivery"

Properties

(No properties)

SchenkerSwedenCashOnDeliveryService (inherits AbstractShipmentBase)

Description

Cash on delivery service
Svenska: "Efterkrav" English: "Cash on delivery"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery currency code
Svenska: "Valuta" English: "Currency code"
ReferencestringMandatory
Maximum length = 17
Payment reference number
Svenska: "Referens" English: "Reference"
AccountTypeGiroAccountTypeMandatoryPayment account type
Svenska: "Kontotyp" English: "Account type"
AccountNumberstringMandatory
Maximum length = 34
Payment account number
Svenska: "Kontonummer" English: "Account number"
ReferenceTypeGiroReferenceTypeMandatoryPayment account number type
Svenska: "Referenstyp" English: "Reference type"
BusinessIdentifierCodestringMaximum length = 11Business Identifier Code
Svenska: "BIC" English: "BIC"

SchenkerSwedenColdService (inherits AbstractShipmentBase)

Description

Cold service
Svenska: "Kylfrakt" English: "Cold"

Properties

PropertyDatatypeValidationsDescription
MinTemperatureintMinimum value = 2
Maximum value = 7
Minimum temperature
Svenska: "Min. temperatur" English: "Min. temperature"
MaxTemperatureintMinimum value = 3
Maximum value = 8
Max temperature
Svenska: "Max. temperatur" English: "Max. temperature"

SchenkerSwedenDangerousGoodsService (inherits AbstractShipmentBase)

Description

Dangerous goods service
Svenska: "Farligt gods" English: "Dangerous goods"

Properties

PropertyDatatypeValidationsDescription
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

SchenkerSwedenExtraBemanningService (inherits AbstractShipmentBase)

Description

Extra bemanning service
Svenska: "Extra bemanning (avtalas via tel.)" English: "Extra manpower"

Properties

(No properties)

SchenkerSwedenFreezeService (inherits AbstractShipmentBase)

Description

Freeze service
Svenska: "Frysfrakt" English: "Freeze"

Properties

PropertyDatatypeValidationsDescription
MinTemperatureintMinimum value = -25
Maximum value = -19
Minimum temperature
Svenska: "Min. temperatur" English: "Min. temperature"
MaxTemperatureintMinimum value = -24
Maximum value = -18
Max temperature
Svenska: "Max. temperatur" English: "Max. temperature"

SchenkerSwedenHotService (inherits AbstractShipmentBase)

Description

Hot service
Svenska: "Frostfritt" English: "Frost Free"

Properties

PropertyDatatypeValidationsDescription
MinTemperatureintMinimum value = 5
Maximum value = 24
Minimum temperature
Svenska: "Min. temperatur" English: "Min. temperature"
MaxTemperatureintMinimum value = 6
Maximum value = 25
Max temperature
Svenska: "Max. temperatur" English: "Max. temperature"

SchenkerSwedenInsuranceService (inherits AbstractShipmentBase)

Description

Insurance service
Svenska: "Varuförsäkring" English: "Insurance"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.01Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery amount
Svenska: "Valuta" English: "Currency code"

SchenkerSwedenSpecialService (inherits AbstractShipmentBase)

Description

Special service
Svenska: "Special" English: "Special"

Properties

(No properties)

SchenkerSwedenTekniskaHjalpmedelService (inherits AbstractShipmentBase)

Description

Tekniska hjälpmedel service
Svenska: "Tekniska Hjälpmedel (avtalas via tel.)" English: "Technical aid"

Properties

(No properties)

SchenkerSwedenTop10Service (inherits AbstractShipmentBase)

Description

Top 10 service
Svenska: "Express" English: "Express"

Properties

(No properties)

SchenkerSwedenTopEXACTService (inherits AbstractShipmentBase)

Description

Top EXACT service
Svenska: "Tidslossning" English: "Time specific Unloading"

Properties

PropertyDatatypeValidationsDescription
LossningsTidpunktDateTimeMandatoryLossningsTidpunkt
Svenska: "Lossningstid" English: "Unloading time"

SchenkerSwedenPODService (inherits AbstractShipmentBase)

Description

Proof of delivery
Svenska: "Leveransbevis" English: "Proof of delivery"

Properties

(No properties)

SchenkerSwedenExpressService (inherits AbstractShipmentBase)

Description

Express
Svenska: "Express" English: "Express"

Properties

(No properties)

SchenkerSwedenLimitedDangerousGoodsService (inherits AbstractShipmentBase)

Description

Limited quantity dangerous goods
Svenska: "Begränsad mängd farligt gods" English: "Limited quantity dangerous goods"

Properties

PropertyDatatypeValidationsDescription
GrossWeightdecimalMinimum value = 0
Maximum value = 99999.99
Limited quantity dangerous goods weight
Svenska: "Bruttovikt" English: "Gross weight"
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

SchenkerSwedenLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade epostavisering" English: "LogTrade email advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

SchenkerSwedenLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade SMS advice
Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

SchenkerSwedenLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock
Svenska: "LogTrade lås" English: "LogTrade Lock"

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

SchenkerSwedenSpecialGoodsFoodService (inherits AbstractShipmentBase)

Description

Special goods - Food
Svenska: "Särskilt varuslag - Livsmedel" English: "Special goods - Food"

Properties

(No properties)

SchenkerSwedenSpecialGoodsMedicalService (inherits AbstractShipmentBase)

Description

Special goods - Medical
Svenska: "Särskilt varuslag - Läkemedel" English: "Special goods - Medical"

Properties

(No properties)

SchenkerSwedenCoolService (inherits AbstractShipmentBase)

Description

Hot service
Svenska: "Svalfrakt" English: "Cool"

Properties

PropertyDatatypeValidationsDescription
MinTemperatureintMinimum value = 8
Maximum value = 13
Minimum temperature
Svenska: "Min. temperatur" English: "Min. temperature"
MaxTemperatureintMinimum value = 9
Maximum value = 14
Max temperature
Svenska: "Max. temperatur" English: "Max. temperature"

SchenkerSwedenHomeDeliveryService (inherits AbstractShipmentBase)

Description

Hemleverans
Svenska: "Hemleverans" English: "Home delivery"

Properties

(No properties)

SchenkerSwedenDriverAdviceService (inherits AbstractShipmentBase)

Description

Chaufförsavisering
Svenska: "Chaufförsavisering" English: "Advice by driver"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

SchenkerSwedenLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

SchenkerSwedenLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description

Logtrade login link advice
Svenska: "LogTrade inloggningsavisering" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

SchenkerSwedenLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description

Logtrade document link advice
Svenska: "LogTrade transportdokumentavisering" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

SchenkerSwedenDBSchenkerLocalService (inherits AbstractShipmentBase)

Description

DB SCHENKERlocalDB SCHENKERlocal
Svenska: "Lokalavtal" English: "DB SCHENKERlocal"

Properties

(No properties)

SchenkerSwedenFixedDayDefinedByCustomerService (inherits AbstractShipmentBase)

Description

Fix Day - Defined by customer
Svenska: "Fix Day" English: "Fix Day"

Properties

PropertyDatatypeValidationsDescription
TimeDateTimeMandatoryTime
Svenska: "Tid" English: "Time"

SchenkerSwedenPremium10Service (inherits AbstractShipmentBase)

Description

DBSCHENKERsystem premium 10
Svenska: "Premium 10" English: "Premium 10"

Properties

(No properties)

SchenkerSwedenPremium13Service (inherits AbstractShipmentBase)

Description

DBSCHENKERsystem premium 13
Svenska: "Premium 13" English: "Premium 13"

Properties

(No properties)

SchenkerSwedenDedicatedTruckService (inherits AbstractShipmentBase)

Description

DBSCHENKERdedicated truck
Svenska: "Dedicated truck" English: "Dedicated truck"

Properties

(No properties)

SchenkerSwedenLongGoodsService (inherits AbstractShipmentBase)

Description

Long Goods
Svenska: "Long Goods" English: "Long Goods"

Properties

(No properties)

SchenkerSwedenFixDay10Service (inherits AbstractShipmentBase)

Description

Fix Day 10
Svenska: "Fix Day 10" English: "Fix Day 10"

Properties

PropertyDatatypeValidationsDescription
TimeDateTimeMandatoryTime
Svenska: "Tid" English: "Time"

SchenkerSwedenFixDay13Service (inherits AbstractShipmentBase)

Description

Fix Day 13
Svenska: "Fix Day 13" English: "Fix Day 13"

Properties

PropertyDatatypeValidationsDescription
TimeDateTimeMandatoryTime
Svenska: "Tid" English: "Time"

SchenkerSwedenTimeWindowPickupMorningService (inherits AbstractShipmentBase)

Description

Time Window pick-up, morning
Svenska: "Time Window pick-up, morning" English: "Time Window pick-up, morning"

Properties

(No properties)

SchenkerSwedenTimeWindowPickupAfternoonService (inherits AbstractShipmentBase)

Description

Time Window pick-up, afternoon
Svenska: "Time Window pick-up, afternoon" English: "Time Window pick-up, afternoon"

Properties

(No properties)

SchenkerSwedenTimeWindowDeliveryMorningService (inherits AbstractShipmentBase)

Description

Time Window delivery, morning
Svenska: "Time Window delivery, morning" English: "Time Window delivery, morning"

Properties

(No properties)

SchenkerSwedenTimeWindowDeliveryAfternoonService (inherits AbstractShipmentBase)

Description

Time Window delivery, afternoon
Svenska: "Time Window delivery, afternoon" English: "Time Window delivery, afternoon"

Properties

(No properties)

SchenkerSwedenPrenoticePickupService (inherits AbstractShipmentBase)

Description

Pre-Notice pick-up
Svenska: "Pre-Notice pick-up" English: "Pre-Notice pick-up"

Properties

(No properties)

SchenkerSwedenPrenoticeDeliveryService (inherits AbstractShipmentBase)

Description

Pre-Notice delivery
Svenska: "Pre-Notice delivery" English: "Pre-Notice delivery"

Properties

(No properties)

SchenkerSwedenFixDayPickupService (inherits AbstractShipmentBase)

Description

Fix Day pick-up
Svenska: "Fix Day Hämtning" English: "Fix Day pick-up"

Properties

PropertyDatatypeValidationsDescription
TimeDateTimeMandatoryTime
Svenska: "Tid" English: "Time"

SchenkerSwedenFixDayDeliveryService (inherits AbstractShipmentBase)

Description

Fix Day delivery
Svenska: "Fix Day Leverans" English: "Fix Day delivery"

Properties

PropertyDatatypeValidationsDescription
TimeDateTimeMandatoryTime
Svenska: "Tid" English: "Time"

SchenkerSwedenDigitalLockDeliveryService (inherits AbstractShipmentBase)

Description

Digital Lock Delivery
Svenska: "Leverans till Digitalt lås" English: "Digital locked delivery"

Properties

(No properties)

SchenkerSwedenClimateCompensationService (inherits AbstractShipmentBase)

Description

Climate Compensation
Svenska: "Klimatkompensation" English: "Eco Neutral"

Properties

(No properties)

SchenkerSwedenTailLiftDeliveryService (inherits AbstractShipmentBase)

Description

Tail Lift Delivery
Svenska: "Bakgavellift" English: "Tail lift delivery"

Properties

(No properties)

SchenkerSwedenFixDayToBeAgreedService (inherits AbstractShipmentBase)

Description

Fix day to be agreed
Svenska: "Fix Day To Be Agreed" English: "Fix Day To Be Agreed"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

SchenkerSwedenReturnPickupService (inherits AbstractShipmentBase)

Description

Return Pick-up
Svenska: "Retur hämtning" English: "Return Pick-up"

Properties

(No properties)

GenericSwedenHotService (inherits AbstractShipmentBase)

Description

Hot service
Svenska: "Varmtransport" English: "Hot"

Properties

PropertyDatatypeValidationsDescription
MinTemperatureint(none)Minimum temperature
Svenska: "Min. temperatur" English: "Min. temperature"
MaxTemperatureint(none)Max temperature
Svenska: "Max. temperatur" English: "Max. temperature"

GenericSwedenColdService (inherits AbstractShipmentBase)

Description

Cold service
Svenska: "Termo Kyla" English: "Cold"

Properties

PropertyDatatypeValidationsDescription
MinTemperatureint(none)Minimum temperature
Svenska: "Min. temperatur" English: "Min. temperature"
MaxTemperatureint(none)Max temperature
Svenska: "Max. temperatur" English: "Max. temperature"

GenericSwedenFreezeService (inherits AbstractShipmentBase)

Description

Freeze service
Svenska: "Termo Frys" English: "Freeze"

Properties

PropertyDatatypeValidationsDescription
MinTemperatureint(none)Minimum temperature
Svenska: "Min. temperatur" English: "Min. temperature"
MaxTemperatureint(none)Max temperature
Svenska: "Max. temperatur" English: "Max. temperature"

GenericSwedenDangerousGoodsService (inherits AbstractShipmentBase)

Description

Dangerous goods service
Svenska: "Farligt gods" English: "Dangerous Goods"

Properties

PropertyDatatypeValidationsDescription
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

GenericSwedenCashOnDeliveryService (inherits AbstractShipmentBase)

Description

Cash on delivery service
Svenska: "Efterkrav" English: "Cash On Delivery"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery amount
Svenska: "Valuta" English: "Currency code"
ReferencestringMandatory
Maximum length = 17
Payment reference number
Svenska: "Referens" English: "Reference"
AccountTypeGiroAccountTypeMandatoryPayment account type
Svenska: "Kontotyp" English: "Account type"
AccountNumberstringMandatory
Maximum length = 34
Payment account number
Svenska: "Kontonummer" English: "Account number"
ReferenceTypeGiroReferenceTypeMandatoryPayment account number type
Svenska: "Referenstyp" English: "Reference type"
BusinessIdentifierCodestringMaximum length = 11Business Identifier Code
Svenska: "BIC" English: "BIC"

GenericSwedenAdviceService (inherits AbstractShipmentBase)

Description

Advice service
Svenska: "Avisering" English: "Advise"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

GenericSwedenLimitedDangerousGoodsService (inherits AbstractShipmentBase)

Description

Limited quantity dangerous goods
Svenska: "Begränsad mängd farligt gods" English: "Limited quantity dangerous goods"

Properties

PropertyDatatypeValidationsDescription
GrossWeightdecimalMinimum value = 0
Maximum value = 99999.99
Limited quantity dangerous goods weight
Svenska: "Bruttovikt" English: "Gross weight"
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

GenericSwedenService1 (inherits AbstractShipmentBase)

Description

Generic service 1
Svenska: "Tilläggstjänst 1" English: "Generic service code 1"

Properties

(No properties)

GenericSwedenService2 (inherits AbstractShipmentBase)

Description

Generic service 2
Svenska: "Tilläggstjänst 2" English: "Generic service code 2"

Properties

(No properties)

GenericSwedenService3 (inherits AbstractShipmentBase)

Description

Generic service 3
Svenska: "Tilläggstjänst 3" English: "Generic service code 3"

Properties

(No properties)

GenericSwedenService4 (inherits AbstractShipmentBase)

Description

Generic service 4
Svenska: "Tilläggstjänst 4" English: "Generic service code 4"

Properties

(No properties)

GenericSwedenService5 (inherits AbstractShipmentBase)

Description

Generic service 5
Svenska: "Tilläggstjänst 5" English: "Generic service code 5"

Properties

(No properties)

GenericSwedenService6 (inherits AbstractShipmentBase)

Description

Generic service 6
Svenska: "Tilläggstjänst 6" English: "Generic service code 6"

Properties

(No properties)

GenericSwedenService7 (inherits AbstractShipmentBase)

Description

Generic service 7
Svenska: "Tilläggstjänst 7" English: "Generic service code 7"

Properties

(No properties)

GenericSwedenService8 (inherits AbstractShipmentBase)

Description

Generic service 8
Svenska: "Tilläggstjänst 8" English: "Generic service code 8"

Properties

(No properties)

GenericSwedenService9 (inherits AbstractShipmentBase)

Description

Generic service 9
Svenska: "Tilläggstjänst 9" English: "Generic service code 9"

Properties

(No properties)

GenericSwedenLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade epostavisering" English: "LogTrade email advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

GenericSwedenLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade SMS advice
Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

GenericSwedenLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

GenericSwedenLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description

Logtrade login link advice
Svenska: "LogTrade inloggningsavisering" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

GenericSwedenLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description

Logtrade document link advice
Svenska: "LogTrade transportdokumentavisering" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

GenericSwedenLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock
Svenska: "LogTrade lås" English: "LogTrade Lock"

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

LastbilsstationSwedenLongGoods3to6Service (inherits AbstractShipmentBase)

Description

Long goods 3 to 6 m service
Svenska: "Långgods 3-6 meter" English: "Long goods 3-6 meters"

Properties

(No properties)

LastbilsstationSwedenLongGoods6to12Service (inherits AbstractShipmentBase)

Description

Long goods 6 to 12 m service
Svenska: "Långgods 6-12 meter" English: "Long goods 6-12 meters"

Properties

(No properties)

LastbilsstationSwedenCashOnDeliveryService (inherits AbstractShipmentBase)

Description

Cash on delivery service
Svenska: "Efterkrav" English: "Cash on delivery"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery currency code
Svenska: "Valuta" English: "Currency code"
ReferencestringMandatory
Maximum length = 17
Payment reference number
Svenska: "Referens" English: "Reference"
AccountTypeGiroAccountTypeMandatoryPayment account type
Svenska: "Kontotyp" English: "Account type"
AccountNumberstringMandatory
Maximum length = 34
Payment account number
Svenska: "Kontonummer" English: "Account number"
ReferenceTypeGiroReferenceTypeMandatoryPayment account number type
Svenska: "Referenstyp" English: "Reference type"
BusinessIdentifierCodestringMaximum length = 11Business Identifier Code
Svenska: "BIC" English: "BIC"

LastbilsstationSwedenHotService (inherits AbstractShipmentBase)

Description

Cold service
Svenska: "Värme" English: "Warm"

Properties

PropertyDatatypeValidationsDescription
MinTemperatureint(none)Minimum temperature
Svenska: "Min. temperatur" English: "Min. temperature"
MaxTemperatureint(none)Max temperature
Svenska: "Max. temperatur" English: "Max. temperature"

LastbilsstationSwedenDangerousGoodsService (inherits AbstractShipmentBase)

Description

Dangerous Goods service
Svenska: "Farligt gods" English: "Dangerous goods"

Properties

PropertyDatatypeValidationsDescription
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

LastbilsstationSwedenPrivateService (inherits AbstractShipmentBase)

Description

Private
Svenska: "Privat" English: "Private"

Properties

(No properties)

LastbilsstationSwedenLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "Logtrade epostavisering" English: "Logtrade email advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

LastbilsstationSwedenLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade SMS advice
Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

LastbilsstationSwedenLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

LastbilsstationSwedenLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description

Logtrade login link advice
Svenska: "LogTrade inloggningsavisering" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

LastbilsstationSwedenLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description

Logtrade document link advice
Svenska: "LogTrade transportdokumentavisering" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

LastbilsstationSwedenLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock
Svenska: "LogTrade lås" English: "LogTrade Lock"

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

LgtLogisticsSwedenCashOnDeliveryService (inherits AbstractShipmentBase)

Description

Cash on delivery service
Svenska: "Efterkrav" English: "Cash on delivery"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery currency code
Svenska: "Valuta" English: "Currency code"
ReferencestringMandatory
Maximum length = 17
Payment reference number
Svenska: "Referens" English: "Reference"
AccountTypeGiroAccountTypeMandatoryPayment account type
Svenska: "Kontotyp" English: "Account type"
AccountNumberstringMandatory
Maximum length = 34
Payment account number
Svenska: "Kontonummer" English: "Account number"
ReferenceTypeGiroReferenceTypeMandatoryPayment account number type
Svenska: "Referenstyp" English: "Reference type"
BusinessIdentifierCodestringMaximum length = 11Business Identifier Code
Svenska: "BIC" English: "BIC"

LgtLogisticsSwedenIdContractService (inherits AbstractShipmentBase)

Description

ID / Kontrakt service
Svenska: "Contract-ID" English: "Contract-ID"

Properties

(No properties)

LgtLogisticsSwedenSwapService (inherits AbstractShipmentBase)

Description

Swap service
Svenska: "Swap service" English: "Swap service"

Properties

(No properties)

LgtLogisticsSwedenDeliveryConfirmationAdvice (inherits AbstractShipmentBase)

Description

Delivery confirmation advice service ("Leveransbevakning")
Svenska: "Utlämningsavisering (Till avsändaren)" English: "Confirmation of delivery advice (To sender)"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
NotifyForEventsBringDeliveryEvent(none)Notification event

LgtLogisticsSwedenDeliveryAdviceService (inherits AbstractShipmentBase)

Description

Delivery advice service (to sender)
Svenska: "Leveransavisering" English: "Delivery advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

LgtLogisticsSwedenRecyclingStandardizedService (inherits AbstractShipmentBase)

Description

Recycling Standardized (1123)
Svenska: "Miljöretur" English: "Recycling Standard"

Properties

PropertyDatatypeValidationsDescription
NumberOfItemsint(none)Number of items to return
Svenska: "Antal" English: "Number of items"

LgtLogisticsSwedenReturnOfPackagingService (inherits AbstractShipmentBase)

Description

Return of packaging - unwrapping (1139)
Svenska: "Retur av emballage" English: "Return of packaging"

Properties

PropertyDatatypeValidationsDescription
NumberOfItemsint(none)Number of items to return
Svenska: "Antal" English: "Number of items"

LgtLogisticsSwedenLoadingAdviceService (inherits AbstractShipmentBase)

Description

Loading adviceLastningsavisering
Svenska: "Lastningsavisering" English: "Loading advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

LgtLogisticsSwedenInsuranceService (inherits AbstractShipmentBase)

Description

InsuranceVaruförsäkring
Svenska: "Varuförsäkring" English: "Insurance"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery amount
Svenska: "Valuta" English: "Currency code"

LgtLogisticsSwedenTimeAgreedDeliveryService (inherits AbstractShipmentBase)

Description

Time agreed deliveryTidslossning
Svenska: "Tidslossning" English: "Time agreed delivery"

Properties

PropertyDatatypeValidationsDescription
TimeDateTime(none)Proposed time
Svenska: "Tid" English: "Time"

LgtLogisticsSwedenInstallationMechanicalService (inherits AbstractShipmentBase)

Description

Installation MechanicalInstallation Mechanical
Svenska: "Installation Mechanical" English: "Installation Mechanical"

Properties

PropertyDatatypeValidationsDescription
NumberOfItemsintMinimum value = 1Number of items
Svenska: "Antal" English: "Number of items"

LgtLogisticsSwedenInstallationStandardizedService (inherits AbstractShipmentBase)

Description

Installation StandardizedInstallation Standardized
Svenska: "Installation Standardized" English: "Installation Standardized"

Properties

PropertyDatatypeValidationsDescription
NumberOfItemsintMinimum value = 1Number of items
Svenska: "Antal" English: "Number of items"

LgtLogisticsSwedenInstallationCustomizedService (inherits AbstractShipmentBase)

Description

Installation CustomizedInstallation Customized
Svenska: "Installation Customized" English: "Installation Customized"

Properties

PropertyDatatypeValidationsDescription
NumberOfItemsintMinimum value = 1Number of items
Svenska: "Antal" English: "Number of items"

LgtLogisticsSwedenLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "Logtrade epostavisering" English: "Logtrade email advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

LgtLogisticsSwedenLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

LgtLogisticsSwedenLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

LgtLogisticsSwedenLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description

Logtrade login link advice
Svenska: "LogTrade inloggningsavisering" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

LgtLogisticsSwedenLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description

Logtrade document link advice
Svenska: "LogTrade transportdokumentavisering" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

LgtLogisticsSwedenLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock
Svenska: "LogTrade lås" English: "LogTrade Lock"

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

PostNordNorwayCashOnDeliveryService (inherits AbstractShipmentBase)

Description

Cash on delivery service
Svenska: "1 - Postförskott" English: "1 - Cash On Delivery"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery amount
Svenska: "Valuta" English: "Currency code"
ReferencestringMandatory
Maximum length = 17
Payment reference number
Svenska: "Referens" English: "Reference"
AccountTypeGiroAccountTypeMandatoryPayment account type
Svenska: "Kontotyp" English: "Account type"
AccountNumberstringMandatory
Maximum length = 34
Payment account number
Svenska: "Kontonummer" English: "Account number"
ReferenceTypeGiroReferenceTypeMandatoryPayment account number type
Svenska: "Referenstyp" English: "Reference type"
BusinessIdentifierCodestringMaximum length = 11Business Identifier Code
Svenska: "BIC" English: "BIC"

PostNordNorwayLimitedDangerousGoodsService (inherits AbstractShipmentBase)

Description

Limited quantity dangerous goods service
Svenska: "3 - Begränsad mängd farligt gods" English: "3 - Begränsad mängd farligt gods3 - Limited Quantities of Dangerous Goods"

Properties

PropertyDatatypeValidationsDescription
GrossWeightdecimalMinimum value = 0
Maximum value = 99999.99
Limited quantity dangerous goods weight
Svenska: "Bruttovikt" English: "Gross weight"
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

PostNordNorwayTimeAgreedDeliveryService (inherits AbstractShipmentBase)

Description

53 - Time agreed delivery
Svenska: "53 - Tidsbestämd leverans" English: "53 - Time Agreed Delivery"

Properties

(No properties)

PostNordNorwayDeliveryWithoutPODService (inherits AbstractShipmentBase)

Description

55 - Delivery without POD
Svenska: "55 - Leverans utan kvittens" English: "55 - Delivery without POD"

Properties

(No properties)

PostNordNorwayAdviceService (inherits AbstractShipmentBase)

Description

Advice service
Svenska: "Avisering" English: "Notification"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AviseringsMallstringMandatory
Maximum length = 2
Advice template, "Aviseringsmall" (Only valid for NotifyType = Letter)
Svenska: "Aviseringsmall" English: "Advise Template"

PostNordNorwayHomeDeliveryService (inherits AbstractShipmentBase)

Description

39 - Home delivery
Svenska: "39 - Utkörning" English: "39 - Home Delivery"

Properties

(No properties)

PostNordNorwayOptionalServicePointService (inherits AbstractShipmentBase)

Description

Optional Service Point service
Svenska: "77 - Valfritt hämtställe" English: "77 - Optional Service Point"

Properties

(No properties)

PostNordNorwayLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade epostavisering" English: "LogTrade Email Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

PostNordNorwayLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade SMS advice
Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

PostNordNorwayLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock
Svenska: "LogTrade lås" English: "LogTrade Lock"

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

PostNordNorwayInsuranceService (inherits AbstractShipmentBase)

Description

Insurance service
Svenska: "ZIN - Försäkring" English: "ZIN - Insurance"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.01Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery amount
Svenska: "Valuta" English: "Currency code"

PostNordNorwayGiroForwardingService (inherits AbstractShipmentBase)

Description

Giro forwarding
Svenska: "ZAD - Giro forwarding" English: "ZAD - Giro forwarding"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery amount
Svenska: "Valuta" English: "Currency code"
ReferencestringMandatory
Maximum length = 17
Payment reference number
Svenska: "Referens" English: "Reference"
AccountTypeGiroAccountTypeMandatoryPayment account type
Svenska: "Kontotyp" English: "Account type"
AccountNumberstringMandatory
Maximum length = 34
Payment account number
Svenska: "Kontonummer" English: "Account number"
ReferenceTypeGiroReferenceTypeMandatoryPayment account number type
Svenska: "Referenstyp" English: "Reference type"
BusinessIdentifierCodestringMaximum length = 11Business Identifier Code
Svenska: "BIC" English: "BIC"

PostNordNorwayHotService (inherits AbstractShipmentBase)

Description

Hot service
Svenska: "Värme" English: "Heated"

Properties

PropertyDatatypeValidationsDescription
MinTemperatureintMinimum value = 5
Maximum value = 24
Minimum temperature
Svenska: "Min. temperatur" English: "Min. temperature"
MaxTemperatureintMinimum value = 6
Maximum value = 25
Max temperature
Svenska: "Max. temperatur" English: "Max. temperature"

PostNordNorwayDangerousGoodsService (inherits AbstractShipmentBase)

Description

Dangerous goods service
Svenska: "RMD - Farligt gods" English: "RMD - Dangerous goods"

Properties

PropertyDatatypeValidationsDescription
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

PostNordNorwayLabelPrintService (inherits AbstractShipmentBase)

Description

Collection request, label print
Svenska: "ZPM - Collection request, Label print" English: "ZPM - Collection request, Label print"

Properties

(No properties)

PostNordNorwayImportBondedDocumentService (inherits AbstractShipmentBase)

Description

Import bonded document
Svenska: "ZUF - Import bonded document" English: "ZUF - Import bonded document"

Properties

(No properties)

PostNordNorwayLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

PostNordNorwayLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description

Logtrade login link advice
Svenska: "LogTrade inloggningsavisering" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

PostNordNorwayLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description

Logtrade document link advice
Svenska: "LogTrade transportdokumentavisering" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

PostNordNorwayIndoorDeliveryService (inherits AbstractShipmentBase)

Description

Indoor deliveryIndoor delivery
Svenska: "Indoor delivery" English: "Indoor delivery"

Properties

(No properties)

PostNordNorwayRemovePackagingService (inherits AbstractShipmentBase)

Description

Remove packagingRemove packaging
Svenska: "Remove packaging" English: "Remove packaging"

Properties

(No properties)

PostNordNorwayReturnForScrappingService (inherits AbstractShipmentBase)

Description

EE - Return For ScrappingEE - Return For Scrapping
Svenska: "EE - Return for scrapping" English: "EE - Return for scrapping"

Properties

(No properties)

BringNorwayAdviceService (inherits AbstractShipmentBase)

Description

Advice service
Svenska: "Avisering" English: "Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

BringNorwayDeliveredAtTerminalAdviceService (inherits AbstractShipmentBase)

Description

Delivered at terminal advice service
Svenska: "E-post varsel til mot. Om gods ank. terminal" English: "Delivered at terminal advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

BringNorwayDistributionAdviceService (inherits AbstractShipmentBase)

Description

Distribution advice service
Svenska: "eVarsling til mottaker om distribusjon" English: "Distribution advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

BringNorwayDropAtServicePointAfterOneTryService (inherits AbstractShipmentBase)

Description

Leveres hentested etter 1. utleveringsforsøk
Svenska: "Leveres hentested etter 1. utleveringsforsøk" English: "Drop at service point after one delivery try"

Properties

(No properties)

BringNorwayDropAtServicePointAfterTwoTriesService (inherits AbstractShipmentBase)

Description

Leveres hentested etter 2. utleveringsforsøk
Svenska: "Leveres hentested etter 2. utleveringsforsøk" English: "Drop at service point after two delivery tries"

Properties

(No properties)

BringNorwayLimitedDangerousGoodsService (inherits AbstractShipmentBase)

Description

Limited quantity dangerous goods
Svenska: "Begränsad mängd farligt gods" English: "Limited quantity dangerous goods"

Properties

PropertyDatatypeValidationsDescription
GrossWeightdecimalMinimum value = 0
Maximum value = 99999.99
Limited quantity dangerous goods weight
Svenska: "Bruttovikt" English: "Gross weight"
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

BringNorwayDangerousGoodsService (inherits AbstractShipmentBase)

Description

Dangerous goods service
Svenska: "Farligt gods" English: "Dangerous goods"

Properties

PropertyDatatypeValidationsDescription
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

BringNorwayLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade epostavisering" English: "LogTrade Email Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

BringNorwayLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

BringNorwayLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock
Svenska: "LogTrade lås" English: "LogTrade Lock"

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

BringNorwayCashOnDeliveryService (inherits AbstractShipmentBase)

Description

Cash on delivery service (51)
Svenska: "Efterkrav" English: "Cash on delivery"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery currency code
Svenska: "Valuta" English: "Currency code"
ReferencestringMandatory
Maximum length = 17
Payment reference number
Svenska: "Referens" English: "Reference"
AccountTypeGiroAccountTypeMandatoryPayment account type
Svenska: "Kontotyp" English: "Account type"
AccountNumberstringMandatory
Maximum length = 34
Payment account number
Svenska: "Kontonummer" English: "Account number"
ReferenceTypeGiroReferenceTypeMandatoryPayment account number type
Svenska: "Referenstyp" English: "Reference type"
BusinessIdentifierCodestringMaximum length = 11Business Identifier Code
Svenska: "BIC" English: "BIC"

BringNorwayLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

BringNorwayLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description

Logtrade login link advice
Svenska: "LogTrade inloggningsavisering" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

BringNorwayLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description

Logtrade document link advice
Svenska: "LogTrade transportdokumentavisering" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

BringNorwayPickUpService (inherits AbstractShipmentBase)

Description

Pickup service
Svenska: "Pick Up" English: "Pick Up"

Properties

(No properties)

BringNorwaySpecialGoodsService (inherits AbstractShipmentBase)

Description

Special Goods
Svenska: "Specialgods" English: "Special goods"

Properties

(No properties)

BringNorwaySimplifiedDeliveryService (inherits AbstractShipmentBase)

Description

Simplified Delivery
Svenska: "Forenklet utlevering" English: "Simplified delivery"

Properties

(No properties)

BringNorwayIdVerificationService (inherits AbstractShipmentBase)

Description

ID Verification (1133)
Svenska: "Legitimasjonsplikt" English: "ID verification"

Properties

(No properties)

BringNorwayIndividualVerificationService (inherits AbstractShipmentBase)

Description

Individual verification (1134)
Svenska: "Personlig utlevering" English: "Individual verification"

Properties

(No properties)

BringNorwaySocialControlService (inherits AbstractShipmentBase)

Description

Social Control (1082)
Svenska: "Sosial kontroll" English: "Social control"

Properties

(No properties)

BringNorwayOptionalPickupPointService (inherits AbstractShipmentBase)

Description

Choice of pickup point (1036)
Svenska: "Choice of pickup point" English: "Choice of pickup point"

Properties

(No properties)

ItellaFinlandCashOnDeliveryService (inherits AbstractShipmentBase)

Description

Cash on delivery service
Svenska: "Cash on delivery" English: "Cash on delivery"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery currency code
Svenska: "Valuta" English: "Currency code"
ReferencestringMaximum length = 17Payment reference number
Svenska: "Referens" English: "Reference"
AccountTypeGiroAccountType(none)Payment account type
Svenska: "Kontotyp" English: "Account type"
AccountNumberstringMaximum length = 34Payment account number
Svenska: "Kontonummer" English: "Account number"
ReferenceTypeGiroReferenceTypeMandatoryPayment account number type
Svenska: "Referenstyp" English: "Reference type"
BusinessIdentifierCodestringMaximum length = 11Business Identifier Code
Svenska: "BIC" English: "BIC"

ItellaFinlandAdviceService (inherits AbstractShipmentBase)

Description

Advice service
Svenska: "Avisering" English: "Advice service"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

ItellaFinlandLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "Logtrade email advice" English: "Logtrade email advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

ItellaFinlandLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade SMS advice
Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

ItellaFinlandMPSService (inherits AbstractShipmentBase)

Description

MPS (Multi Package Service)
Svenska: "MPS (Multi Parcel Shipment)" English: "MPS (Multi Parcel Shipment)"

Properties

(No properties)

ItellaFinlandLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

ItellaFinlandLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description

Logtrade login link advice
Svenska: "LogTrade inloggningsavisering" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

ItellaFinlandLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description

Logtrade document link advice
Svenska: "LogTrade transportdokumentavisering" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

ItellaFinlandLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock
Svenska: "LogTrade lås" English: "LogTrade Lock"

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

ItellaFinlandDangerousGoodsService (inherits AbstractShipmentBase)

Description

Dangerous goods service
Svenska: "Dangerous Goods" English: "Dangerous Goods"

Properties

PropertyDatatypeValidationsDescription
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

ItellaFinlandLimitedDangerousGoodsService (inherits AbstractShipmentBase)

Description

Limited quantity dangerous goods
Svenska: "Limited Dangerous Goods" English: "Limited Dangerous Goods"

Properties

PropertyDatatypeValidationsDescription
GrossWeightdecimalMinimum value = 0
Maximum value = 99999.99
Limited quantity dangerous goods weight
Svenska: "Bruttovikt" English: "Gross weight"
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

ItellaFinlandOversizedService (inherits AbstractShipmentBase)

Description

Oversized
Svenska: "Oversized" English: "Oversized"

Properties

(No properties)

ItellaFinlandFragileService (inherits AbstractShipmentBase)

Description

Fragile
Svenska: "Fragile" English: "Fragile"

Properties

(No properties)

PostiFinlandLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade epostaviseringLogTrade Email Advice
Svenska: "LogTrade epostavisering" English: "LogTrade Email Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

PostiFinlandLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade SMS-aviseringLogTrade SMS Advice
Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

PostiFinlandLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade leveransaviseringLogTrade Delivery Advice
Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

PostiFinlandLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description

Logtrade login link adviceLogTrade inloggningsavisering
Svenska: "LogTrade inloggningsavisering" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

PostiFinlandLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description

Logtrade transport document link adviceLogTrade transportdokumentavisering
Svenska: "LogTrade transportdokumentavisering" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

PostiFinlandLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock
Svenska: "LogTrade lås" English: "LogTrade Lock"

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

PostiFinlandDangerousGoodsService (inherits AbstractShipmentBase)

Description

Farligt godsDangerous Goods
Svenska: "Dangerous Goods" English: "Dangerous Goods"

Properties

PropertyDatatypeValidationsDescription
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

PostiFinlandLimitedDangerousGoodsService (inherits AbstractShipmentBase)

Description

Begränsad mängd farligt godsLimited quantity dangerous goods
Svenska: "Limited quantity dangerous goods" English: "Limited quantity dangerous goods"

Properties

PropertyDatatypeValidationsDescription
GrossWeightdecimalMinimum value = 0
Maximum value = 99999.99
Limited quantity dangerous goods weight
Svenska: "Bruttovikt" English: "Gross weight"
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

PostiFinlandDeliveryAdviceService (inherits AbstractShipmentBase)

Description

Avisering före utdelning per telefonCall before Delivery
Svenska: "Call before Delivery" English: "Call before Delivery"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryDelivery notification type
Svenska: "Aviseringssätt" English: "Notify type"

PostiFinlandDeliveryToSpecificLocationService (inherits AbstractShipmentBase)

Description

ExaktortsutdelningDelivery to Specific Location
Svenska: "Delivery to Specific Location" English: "Delivery to Specific Location"

Properties

(No properties)

PostiFinlandScheduledDeliveryService (inherits AbstractShipmentBase)

Description

Schemalagd utdelningScheduled Delivery
Svenska: "Scheduled Delivery" English: "Scheduled Delivery"

Properties

PropertyDatatypeValidationsDescription
StartTimeDateTimeMandatoryProposed start time
Svenska: "Starttid" English: "Start time"
EndTimeDateTime(none)Proposed end time
Svenska: "Sluttid" English: "End time"

PostiFinlandDeliveryToTerminalService (inherits AbstractShipmentBase)

Description

Leverans till terminalDelivery to Terminal (No Pickup)
Svenska: "Delivery to Terminal (No Pickup)" English: "Delivery to Terminal (No Pickup)"

Properties

(No properties)

PostiFinlandPickupFromTerminalService (inherits AbstractShipmentBase)

Description

Avhämtning från terminalPick-up from Terminal (No Delivery)
Svenska: "Pick-up from Terminal (No Delivery)" English: "Pick-up from Terminal (No Delivery)"

Properties

(No properties)

PostiFinlandWarmHeatedTransportService (inherits AbstractShipmentBase)

Description

VärmetransportWarm/Heated Transport
Svenska: "Warm/Heated Transport" English: "Warm/Heated Transport"

Properties

(No properties)

PostiFinlandLongShipmentService (inherits AbstractShipmentBase)

Description

Lång försändelse (> 2,4 m)Long shipment (> 2,4 m)
Svenska: "Long shipment (> 2,4 m)" English: "Long shipment (> 2,4 m)"

Properties

(No properties)

PostiFinlandCashOnDeliveryService (inherits AbstractShipmentBase)

Description

EfterkravCash on Delivery
Svenska: "Cash on Delivery" English: "Cash on Delivery"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery amount
Svenska: "Valuta" English: "Currency code"
ReferencestringMandatory
Maximum length = 17
Payment reference number
Svenska: "Referens" English: "Reference"
AccountTypeGiroAccountTypeMandatoryPayment account type
Svenska: "Kontotyp" English: "Account type"
AccountNumberstringMandatory
Maximum length = 34
Payment account number
Svenska: "Kontonummer" English: "Account number"
ReferenceTypeGiroReferenceTypeMandatoryPayment account number type
Svenska: "Referenstyp" English: "Reference type"
BusinessIdentifierCodestringMaximum length = 11Business Identifier Code
Svenska: "BIC" English: "BIC"

PostiFinlandOversizedService (inherits AbstractShipmentBase)

Description

Oversized
Svenska: "Oversized" English: "Oversized"

Properties

(No properties)

PostiFinlandMultiParcelShipmentService (inherits AbstractShipmentBase)

Description

Multi Parcel Shipment
Svenska: "Multi Parcel Shipment" English: "Multi Parcel Shipment"

Properties

(No properties)

PostiFinlandPayedByOtherThanSenderService (inherits AbstractShipmentBase)

Description

Payed by other than sender
Svenska: "Payed by other than sender" English: "Payed by other than sender"

Properties

(No properties)

PostiFinlandTransportPackagingRemovalService (inherits AbstractShipmentBase)

Description

Transport Packaging Removal
Svenska: "Transport Packaging Removal" English: "Transport Packaging Removal"

Properties

(No properties)

PostiFinlandShelvingService (inherits AbstractShipmentBase)

Description

Shelving Service
Svenska: "Shelving Service" English: "Shelving Service"

Properties

(No properties)

PostiFinlandCarryInService (inherits AbstractShipmentBase)

Description

Carry in
Svenska: "Carry in" English: "Carry in"

Properties

(No properties)

PostiFinlandInstallationReadyToUseService (inherits AbstractShipmentBase)

Description

Installation ready to use
Svenska: "Installation ready to use" English: "Installation ready to use"

Properties

(No properties)

PostiFinlandHandingOverToAddresseePersonService (inherits AbstractShipmentBase)

Description

Handing over to the Addressee in Person
Svenska: "Handing over to the Addressee in Person" English: "Handing over to the Addressee in Person"

Properties

(No properties)

PostiFinlandDeliveryNoSignatureService (inherits AbstractShipmentBase)

Description

Delivery without receivers signature
Svenska: "Delivery without receivers signature" English: "Delivery without receivers signature"

Properties

(No properties)

PostiFinlandElectronicPreNotificationService (inherits AbstractShipmentBase)

Description

Electronic pre-notification
Svenska: "Electronic pre-notification" English: "Electronic pre-notification"

Properties

(No properties)

DanskeFragtmaendDenmarkAdviceService (inherits AbstractShipmentBase)

Description

Advice service
Svenska: "Avisering" English: "Advice service"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

DanskeFragtmaendDenmarkCashOnDeliveryService (inherits AbstractShipmentBase)

Description

Cash on delivery service
Svenska: "Efterkrav" English: "Cash on delivery service"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery currency code
Svenska: "Valuta" English: "Currency code"
ReferencestringMandatory
Maximum length = 17
Payment reference number
Svenska: "Referens" English: "Reference"
AccountTypeGiroAccountTypeMandatoryPayment account type
Svenska: "Kontotyp" English: "Account type"
AccountNumberstringMandatory
Maximum length = 34
Payment account number
Svenska: "Kontonummer" English: "Account number"
ReferenceTypeGiroReferenceTypeMandatoryPayment account number type
Svenska: "Referenstyp" English: "Reference type"
BusinessIdentifierCodestringMaximum length = 11Business Identifier Code
Svenska: "BIC" English: "BIC"

DanskeFragtmaendDenmarkInsuranceService (inherits AbstractShipmentBase)

Description

Insurance service
Svenska: "Försäkring" English: "Insurance service"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery amount
Svenska: "Valuta" English: "Currency code"
InsuranceTypeDanskeFragtmaendDenmarkInsuranceType(none)Insurance type
Svenska: "Typ" English: "Type"

DanskeFragtmaendDenmarkDangerousGoodsService (inherits AbstractShipmentBase)

Description

Dangerous goods service
Svenska: "Farligt gods" English: "Dangerous goods service"

Properties

PropertyDatatypeValidationsDescription
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

DanskeFragtmaendDenmarkDeliveryOnTime1Service (inherits AbstractShipmentBase)

Description

DOT1 service, delivery before 10:00
Svenska: "DOT1, Delivery On Time" English: "DOT1, Delivery On Time"

Properties

(No properties)

DanskeFragtmaendDenmarkDeliveryOnTime2Service (inherits AbstractShipmentBase)

Description

DOT2 service
Svenska: "DOT2, Delivery On Time" English: "DOT2, Delivery On Time"

Properties

PropertyDatatypeValidationsDescription
EarliestDeliveryTimeDateTime(none)Earliest delivery time
Svenska: "Tidigast leveranstid" English: "Earliest delivery time"

DanskeFragtmaendDenmarkDeliveryOnTime3Service (inherits AbstractShipmentBase)

Description

DOT3 service
Svenska: "DOT3, Delivery On Time" English: "DOT3, Delivery On Time"

Properties

PropertyDatatypeValidationsDescription
DeliveryTimeDateTime(none)Delivery time, +/- 15 minutes
Svenska: "Leveranstid" English: "Delivery time"

DanskeFragtmaendDenmarkDeliveryOnTime4Service (inherits AbstractShipmentBase)

Description

DOT4 service
Svenska: "DOT4, Delivery On Time" English: "DOT4, Delivery On Time"

Properties

PropertyDatatypeValidationsDescription
DeliveryTimeDateTime(none)Delivery time, aftenlevering
Svenska: "Leveranstid" English: "Delivery time"

DanskeFragtmaendDenmarkNatService (inherits AbstractShipmentBase)

Description

Nat service
Svenska: "Nat service" English: "Nat service"

Properties

(No properties)

DanskeFragtmaendDenmarkLukService (inherits AbstractShipmentBase)

Description

Luk service
Svenska: "Luk service" English: "Luk service"

Properties

(No properties)

DanskeFragtmaendDenmarkCarrierService (inherits AbstractShipmentBase)

Description

Indbaering
Svenska: "Indbaering" English: "Carrying in"

Properties

(No properties)

DanskeFragtmaendDenmarkLongGoods3to6Service (inherits AbstractShipmentBase)

Description

Long goods 3 to 6 m service
Svenska: "Långgods 3-6 meter" English: "Long goods 3-6 meters"

Properties

(No properties)

DanskeFragtmaendDenmarkLongGoods6to12Service (inherits AbstractShipmentBase)

Description

Long goods 6 to 12 m service
Svenska: "Långgods 6-12 meter" English: "Long goods 6-12 meters"

Properties

(No properties)

DanskeFragtmaendDenmarkKrnService (inherits AbstractShipmentBase)

Description

Crane delivery/ Crane unloading
Svenska: "Kran leveringer/ Kran avlastning" English: "Crane delivery/ Crane unloading"

Properties

(No properties)

DanskeFragtmaendDenmarkPrivateDeliveryService (inherits AbstractShipmentBase)

Description

Private Delivery
Svenska: "Privat levering" English: "Private Delivery"

Properties

(No properties)

DanskeFragtmaendDenmarkLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade epostavisering" English: "LogTrade Email Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

DanskeFragtmaendDenmarkLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

DanskeFragtmaendDenmarkLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

DanskeFragtmaendDenmarkLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description

Logtrade login link advice
Svenska: "LogTrade inloggningsavisering" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

DanskeFragtmaendDenmarkLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description

Logtrade document link advice
Svenska: "LogTrade transportdokumentavisering" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

DanskeFragtmaendDenmarkLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock
Svenska: "LogTrade lås" English: "LogTrade Lock"

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

GlsDenmarkCashOnDeliveryService (inherits AbstractShipmentBase)

Description

Cash on delivery service
Svenska: "Efterkrav" English: "Cash On Delivery"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery currency code
Svenska: "Valuta" English: "Currency code"
ReferencestringMaximum length = 17Payment reference number
Svenska: "Referens" English: "Reference"
AccountTypeGiroAccountType(none)Payment account type
Svenska: "Kontotyp" English: "Account type"
AccountNumberstringMaximum length = 34Payment account number
Svenska: "Kontonummer" English: "Account number"
ReferenceTypeGiroReferenceType(none)Payment account number type
Svenska: "Referenstyp" English: "Reference type"
BusinessIdentifierCodestringMaximum length = 11Business Identifier Code
Svenska: "BIC" English: "BIC"

GlsDenmarkInsuranceService (inherits AbstractShipmentBase)

Description

Insurance service
Svenska: "Försäkring" English: "Insurance"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery amount
Svenska: "Valuta" English: "Currency code"

GlsDenmarkPickAndShipService (inherits AbstractShipmentBase)

Description

Pick and Ship
Svenska: "Pick&Ship" English: "Pick&Ship"

Properties

(No properties)

GlsDenmarkPickAndReturnService (inherits AbstractShipmentBase)

Description

Pick and Return
Svenska: "Pick&Return" English: "Pick&Return"

Properties

(No properties)

GlsDenmarkLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "Logtrade epostavisering" English: "Logtrade Email Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

GlsDenmarkLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade SMS advice
Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

GlsDenmarkLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

GlsDenmarkLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description

Logtrade login link advice
Svenska: "LogTrade inloggningsavisering" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

GlsDenmarkLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description

Logtrade document link advice
Svenska: "LogTrade transportdokumentavisering" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

GlsDenmarkLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock
Svenska: "LogTrade lås" English: "LogTrade Lock"

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

GlsDenmarkPrivateDeliveryService (inherits AbstractShipmentBase)

Description

Private Delivery
Svenska: "Private Delivery" English: "Private Delivery"

Properties

(No properties)

GlsDenmarkFlexDeliveryService (inherits AbstractShipmentBase)

Description

Flex Delivery
Svenska: "Flex Delivery" English: "Flex Delivery"

Properties

(No properties)

GlsDenmarkDepositService (inherits AbstractShipmentBase)

Description

Deposit
Svenska: "Deposit" English: "Deposit"

Properties

(No properties)

GlsDenmarkExpress10Service (inherits AbstractShipmentBase)

Description

Express 10
Svenska: "Express 10" English: "Express 10"

Properties

(No properties)

GlsDenmarkExpress12Service (inherits AbstractShipmentBase)

Description

Express 12
Svenska: "Express 12" English: "Express 12"

Properties

(No properties)

PostDenmarkAdviceService (inherits AbstractShipmentBase)

Description

Advice service
Svenska: "Advisering" English: "Advice service"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

PostDenmarkCashOnDeliveryService (inherits AbstractShipmentBase)

Description

Cash on delivery service
Svenska: "Efterkrav" English: "Cash on delivery service"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery amount
Svenska: "Valuta" English: "Currency code"
ReferencestringMandatory
Maximum length = 17
Payment reference number
Svenska: "Referens" English: "Reference"
AccountTypeGiroAccountTypeMandatoryPayment account type
Svenska: "Kontotyp" English: "Account type"
AccountNumberstringMandatory
Maximum length = 34
Payment account number
Svenska: "Kontonummer" English: "Account number"
ReferenceTypeGiroReferenceTypeMandatoryPayment account number type
Svenska: "Referenstyp" English: "Reference type"
BusinessIdentifierCodestringMaximum length = 11Business Identifier Code
Svenska: "BIC" English: "BIC"

PostDenmarkVaerdipakkerService (inherits AbstractShipmentBase)

Description

Vaerdipakker
Svenska: "Værdipakker" English: "Værdipakker"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Vaerdi
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Currency code
Svenska: "Valuta" English: "Currency code"

PostDenmarkPakkerMedOmtankeService (inherits AbstractShipmentBase)

Description

Med omtanke
Svenska: "Pakker med omtanke" English: "Pakker med omtanke"

Properties

(No properties)

PostDenmarkFlexleveringService (inherits AbstractShipmentBase)

Description

Flex levering
Svenska: "Flexlevering" English: "Flexlevering"

Properties

PropertyDatatypeValidationsDescription
Textstring(none)Leveringsinformation för flexlevering
Svenska: "Text" English: "Text"

PostDenmarkLeveringForKl10Service (inherits AbstractShipmentBase)

Description

Levering for kl 10
Svenska: "Levering for kl 10" English: "Levering for kl 10"

Properties

(No properties)

PostDenmarkHomeDeliveryService (inherits AbstractShipmentBase)

Description

Optional Service Point DEPRECATED!
Svenska: "Home delivery" English: "Home delivery"

Properties

(No properties)

PostDenmarkLimitedDangerousGoodsService (inherits AbstractShipmentBase)

Description

Limited quantity dangerous goods service
Svenska: "Begränsad mängd farligt gods" English: "Limited quantity dangerous goods"

Properties

PropertyDatatypeValidationsDescription
GrossWeightdecimalMinimum value = 0
Maximum value = 99999.99
Limited quantity dangerous goods weight
Svenska: "Bruttovikt" English: "Gross weight"
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

PostDenmarkLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "Logtrade epostavisering" English: "Logtrade email advice service"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

PostDenmarkLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade SMS advice
Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS advice service"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

PostDenmarkLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

PostDenmarkLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description

Logtrade login link advice
Svenska: "LogTrade inloggningsavisering" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

PostDenmarkLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description

Logtrade document link advice
Svenska: "LogTrade transportdokumentavisering" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

PostDenmarkLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock
Svenska: "LogTrade lås" English: "LogTrade Lock"

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

PostDenmarkDangerousGoodsService (inherits AbstractShipmentBase)

Description

Dangerous goods service
Svenska: "Farligt gods" English: "Dangerous goods"

Properties

PropertyDatatypeValidationsDescription
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

PostDenmarkCarrierService (inherits AbstractShipmentBase)

Description

Carrier
Svenska: "Indbæring" English: "Carrier"

Properties

(No properties)

PostDenmarkTimeAgreedDeliveryService (inherits AbstractShipmentBase)

Description

Before 9
Svenska: "Before 9" English: "Before 9"

Properties

(No properties)

PostDenmarkOptionalServicePointService (inherits AbstractShipmentBase)

Description

Optional Service Point service
Svenska: "Optional Service Point" English: "Optional Service Point"

Properties

(No properties)

PostDenmarkBefore12Service (inherits AbstractShipmentBase)

Description

Before 12
Svenska: "Before 12" English: "Before 12"

Properties

(No properties)

PostDenmarkPalletExchangeService (inherits AbstractShipmentBase)

Description

Pallet Exchange
Svenska: "Pallett Exchange" English: "Pallett Exchange"

Properties

(No properties)

LillerTransDenmarkLeveringIndenKl7Service (inherits AbstractShipmentBase)

Description

elivery before 07:00
Svenska: "Levering inden kl.7" English: "Levering inden kl.7"

Properties

(No properties)

LillerTransDenmarkLeveringIndenKl9Service (inherits AbstractShipmentBase)

Description

Delivery before 09:00
Svenska: "Levering inden kl.9" English: "Levering inden kl.9"

Properties

(No properties)

LillerTransDenmarkLeveringIndenKl12Service (inherits AbstractShipmentBase)

Description

Delivery before 12:00
Svenska: "Levering inden kl.12" English: "Levering inden kl.12"

Properties

(No properties)

LillerTransDenmarkLeveringIndenKl16Service (inherits AbstractShipmentBase)

Description

Delivery before 16:00
Svenska: "Levering inden kl.16" English: "Levering inden kl.16"

Properties

(No properties)

LillerTransDenmarkKranBilService (inherits AbstractShipmentBase)

Description

KranBil
Svenska: "KranBil" English: "KranBil"

Properties

(No properties)

LillerTransDenmarkRestanteService (inherits AbstractShipmentBase)

Description

Restante
Svenska: "Restante" English: "Restante"

Properties

(No properties)

LillerTransDenmarkIngenPallebytService (inherits AbstractShipmentBase)

Description

Ingen pallebyte
Svenska: "Ingen pallebyte" English: "Ingen pallebyte"

Properties

(No properties)

LillerTransDenmarkAfhentningerService (inherits AbstractShipmentBase)

Description

Afhentninger
Svenska: "Afhentninger" English: "Afhentninger"

Properties

(No properties)

LillerTransDenmarkLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade epostavisering" English: "LogTrade Email Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

LillerTransDenmarkLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

LillerTransDenmarkLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

LillerTransDenmarkLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description

Logtrade login link advice
Svenska: "LogTrade inloggningsavisering" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

LillerTransDenmarkLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description

Logtrade document link advice
Svenska: "LogTrade transportdokumentavisering" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

LillerTransDenmarkLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock
Svenska: "LogTrade lås" English: "LogTrade Lock"

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

UpsGlobalAdviceService (inherits AbstractShipmentBase)

Description

Advice service
Svenska: "Avisering" English: "Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

UpsGlobalDeliveryAdviceService (inherits AbstractShipmentBase)

Description

Advice service
Svenska: "Leveransavisering" English: "Delivery advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

UpsGlobalExceptionAdviceService (inherits AbstractShipmentBase)

Description

Exception Advice
Svenska: "Avvikelseavisering" English: "Exception advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

UpsGlobalInsuranceService (inherits AbstractShipmentBase)

Description

Insurance service
Svenska: "Försäkring" English: "Insurance"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery amount
Svenska: "Valuta" English: "Currency code"

UpsGlobalCashOnDeliveryService (inherits AbstractShipmentBase)

Description

Cash on delivery service
Svenska: "Efterkrav" English: "Cash on delivery"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery currency code
Svenska: "Valuta" English: "Currency code"
ReferencestringMandatory
Maximum length = 17
Payment reference number
Svenska: "Referens" English: "Reference"
AccountTypeGiroAccountTypeMandatoryPayment account type
Svenska: "Kontotyp" English: "Account type"
AccountNumberstringMandatory
Maximum length = 34
Payment account number
Svenska: "Kontonummer" English: "Account number"
ReferenceTypeGiroReferenceTypeMandatoryPayment account number type
Svenska: "Referenstyp" English: "Reference type"
BusinessIdentifierCodestringMaximum length = 11Business Identifier Code
Svenska: "BIC" English: "BIC"

UpsGlobalSaturdayDeliveryService (inherits AbstractShipmentBase)

Description

Saturday Delivery service
Svenska: "Lördagsutdelning" English: "Saturday delivery"

Properties

(No properties)

UpsGlobalClimateCompensationService (inherits AbstractShipmentBase)

Description

UPS Carbon Neutral (Climate compensation)
Svenska: "Klimatkompensering" English: "Climate compensation"

Properties

(No properties)

UpsGlobalSignatureRequiredService (inherits AbstractShipmentBase)

Description

Signature required
Svenska: "Kvittenskrav" English: "Signature required"

Properties

(No properties)

UpsGlobalAdultSignatureRequiredService (inherits AbstractShipmentBase)

Description

Adult signature required
Svenska: "Kvittenskrav vuxen" English: "Adult signature required"

Properties

(No properties)

UpsGlobalCarbonNeutralService (inherits AbstractShipmentBase)

Description

Carbon Neutral
Svenska: "Carbon Neutral" English: "Carbon Neutral"

Properties

(No properties)

UpsGlobalLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade epostavisering" English: "LogTrade email advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

UpsGlobalLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade SMS advice
Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

UpsGlobalLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

UpsGlobalLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description

Logtrade login link advice
Svenska: "LogTrade inloggningsavisering" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

UpsGlobalLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description

Logtrade document link advice
Svenska: "LogTrade transportdokumentavisering" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

UpsGlobalLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock
Svenska: "LogTrade lås" English: "LogTrade Lock"

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

UpsGlobalAccessPointService (inherits AbstractShipmentBase)

Description

Access Point service
Svenska: "Access Point" English: "Access Point"

Properties

(No properties)

UpsGlobalReturnService (inherits AbstractShipmentBase)

Description

Return
Svenska: "Returns Service" English: "Returns Service"

Properties

(No properties)

UpsGlobalDirectDeliveryService (inherits AbstractShipmentBase)

Description

Direct DeliveryDirektleverans
Svenska: "Direktleverans" English: "Direct Delivery"

Properties

(No properties)

UpsGlobalInternationalSpecialCommoditiesService (inherits AbstractShipmentBase)

Description

International Special Commodities service
Svenska: "International Special Commodities Service" English: "International Special Commodities Service"

Properties

PropertyDatatypeValidationsDescription
ISCTypeUpsGlobalISCTypeMandatoryISCType
Svenska: "ISCType" English: "ISCType"

DhlEuropeSaturdayDeliveryService (inherits AbstractShipmentBase)

Description

Saturday delivery
Svenska: "Lördagsutdelning" English: "Saturday delivery"

Properties

(No properties)

DhlEuropeDiplomaticMaterialService (inherits AbstractShipmentBase)

Description

Diplomatic material
Svenska: "Diplomatiskt innehåll" English: "Diplomatic material"

Properties

(No properties)

DhlEuropeSplitDutiesAndTaxService (inherits AbstractShipmentBase)

Description

Split duties and tax
Svenska: "Tull och skatt uppdelad" English: "Split duties and tax"

Properties

(No properties)

DhlEuropeDutiesAndTaxesPaidService (inherits AbstractShipmentBase)

Description

Duties and taxes paid
Svenska: "Tull och skatt betald" English: "Duties and taxes paid"

Properties

(No properties)

DhlEuropeDutiesAndTaxesUnpaidService (inherits AbstractShipmentBase)

Description

Duties and taxes unpaid
Svenska: "Tull och skatt obetald" English: "Duties and taxes unpaid"

Properties

(No properties)

DhlEuropeGoGreenCarbonNeutralService (inherits AbstractShipmentBase)

Description

GoGreen Plus
Svenska: "GoGreen Plus" English: "GoGreen Plus"

Properties

(No properties)

DhlEuropeDryIceService (inherits AbstractShipmentBase)

Description

Dry ice UN1845
Svenska: "Torris UN1845" English: "Dry Ice UN1845"

Properties

PropertyDatatypeValidationsDescription
WeightdecimalMinimum value = 0
Maximum value = 99999.99
Weight

DhlEuropeBiologicalService (inherits AbstractShipmentBase)

Description

Biological UN3373
Svenska: "Biologiskt UN3373" English: "Biological UN3373"

Properties

(No properties)

DhlEuropeDangerousGoodsEQService (inherits AbstractShipmentBase)

Description

Dangerous goods EQ
Svenska: "Farligt gods EQ" English: "Dangerous goods EQ"

Properties

(No properties)

DhlEuropeLithiumIonBatteriesService (inherits AbstractShipmentBase)

Description

Lithium ion batteries
Svenska: "Lithium Ion Batterier" English: "Lithium Ion Batteries"

Properties

PropertyDatatypeValidationsDescription
RegulationLithiumBatteryRegulation(none)Regulation
Svenska: "Regelverk" English: "Regulation"

DhlEuropeLithiumMetalBatteriesService (inherits AbstractShipmentBase)

Description

Lithium metal batteries
Svenska: "Lithium Metal batterier" English: "Lithium Metal Batteries"

Properties

PropertyDatatypeValidationsDescription
RegulationLithiumBatteryRegulation(none)Regulation
Svenska: "Regelverk" English: "Regulation"

DhlEuropeHoldForCollectionService (inherits AbstractShipmentBase)

Description

Hold for collection
Svenska: "För upphämtning" English: "Hold for collection"

Properties

(No properties)

DhlEuropeNeutralDeliveryService (inherits AbstractShipmentBase)

Description

Neutral delivery
Svenska: "Neutral Delivery" English: "Neutral Delivery"

Properties

(No properties)

DhlEuropeServicePointDeliveryService (inherits AbstractShipmentBase)

Description

DhlEurope Service Point Delivery
Svenska: "Service Point-leverans" English: "Service Point Delivery"

Properties

(No properties)

DhlEuropeDangerousGoodsService (inherits AbstractShipmentBase)

Description

Dangerous goods service
Svenska: "Farligt gods" English: "Dangerous goods"

Properties

PropertyDatatypeValidationsDescription
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

DhlEuropeInsuranceService (inherits AbstractShipmentBase)

Description

Insurance service
Svenska: "Försäkring" English: "Shipment insurance"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery amount
Svenska: "Valuta" English: "Currency code"

DhlEuropeLimitedDangerousGoodsService (inherits AbstractShipmentBase)

Description

Limited quantity dangerous goods
Svenska: "Begränsad mängd farligt gods" English: "Limited Quantities"

Properties

PropertyDatatypeValidationsDescription
GrossWeightdecimalMinimum value = 0
Maximum value = 99999.99
Limited quantity dangerous goods weight
Svenska: "Bruttovikt" English: "Gross weight"
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

DhlEuropeLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "Logtrade epostavisering" English: "Logtrade email advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

DhlEuropeLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

DhlEuropeLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

DhlEuropeLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description

Logtrade login link advice
Svenska: "LogTrade inloggningsavisering" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

DhlEuropeLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description

Logtrade document link advice
Svenska: "LogTrade transportdokumentavisering" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

DhlEuropeLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock
Svenska: "LogTrade lås" English: "LogTrade Lock"

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

DhlEuropeExtendedLiabilityService (inherits AbstractShipmentBase)

Description

Extended Liability
Svenska: "Utökat ansvar" English: "Extended Liability"

Properties

(No properties)

DhlEuropeReturnService (inherits AbstractShipmentBase)

Description

Return
Svenska: "Retur" English: "Returns Service"

Properties

(No properties)

DhlEuropeReturnSixMonthService (inherits AbstractShipmentBase)

Description

Return 6 months
Svenska: "Retur 6 månader" English: "Return 6 months"

Properties

(No properties)

DhlEuropeAlcohol (inherits AbstractShipmentBase)

Description

Return 6 months
Svenska: "Alkohol" English: "Alcohol"

Properties

(No properties)

DhlEuropeAdultSignature (inherits AbstractShipmentBase)

Description

Return 6 months
Svenska: "Ålderskontroll" English: "Adult Signature"

Properties

(No properties)

DachserNordicCashOnDeliveryService (inherits AbstractShipmentBase)

Description

Cash on delivery service
Svenska: "Efterkrav" English: "Cash on delivery"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery currency code
Svenska: "Valuta" English: "Currency code"
ReferencestringMandatory
Maximum length = 17
Payment reference number
Svenska: "Referens" English: "Reference"
AccountTypeGiroAccountTypeMandatoryPayment account type
Svenska: "Kontotyp" English: "Account type"
AccountNumberstringMandatory
Maximum length = 34
Payment account number
Svenska: "Kontonummer" English: "Account number"
ReferenceTypeGiroReferenceTypeMandatoryPayment account number type
Svenska: "Referenstyp" English: "Reference type"
BusinessIdentifierCodestringMaximum length = 11Business Identifier Code
Svenska: "BIC" English: "BIC"

DachserNordicDangerousGoodsService (inherits AbstractShipmentBase)

Description

Dangerous goods service
Svenska: "Farligt gods" English: "Dangerous goods"

Properties

PropertyDatatypeValidationsDescription
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

DachserNordicLimitedDangerousGoodsService (inherits AbstractShipmentBase)

Description

Limited quantity dangerous goods
Svenska: "Begränsad mängd farligt gods" English: "Limited quantity dangerous goods"

Properties

PropertyDatatypeValidationsDescription
GrossWeightdecimalMinimum value = 0
Maximum value = 99999.99
Limited quantity dangerous goods weight
Svenska: "Bruttovikt" English: "Gross weight"
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

DachserNordicInsuranceService (inherits AbstractShipmentBase)

Description

Insurance service
Svenska: "Försäkring" English: "Insurance"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery amount
Svenska: "Valuta" English: "Currency code"

DachserNordicTailLiftLoadingService (inherits AbstractShipmentBase)

Description

Tail lift (Bakgavellift)
Svenska: "Bakgavellift" English: "Tail lift"

Properties

(No properties)

DachserNordicLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "Logtrade epostavisering" English: "Logtrade email advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

DachserNordicLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

DachserNordicAdviceService (inherits AbstractShipmentBase)

Description

Advice service
Svenska: "Avisering" English: "Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

DachserNordicLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

DachserNordicLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description

Logtrade login link advice
Svenska: "LogTrade inloggningsavisering" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

DachserNordicLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description

Logtrade document link advice
Svenska: "LogTrade transportdokumentavisering" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

DachserNordicLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock
Svenska: "LogTrade lås" English: "LogTrade Lock"

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

DachserNordicDeliveryNotificationService (inherits AbstractShipmentBase)

Description

Delivery Notification (AS)
Svenska: "Leveransavisering" English: "Delivery Notification"

Properties

(No properties)

DachserNordicBookingInService (inherits AbstractShipmentBase)

Description

Booking-in (AP)
Svenska: "Bokningsavisering" English: "Booking-in"

Properties

(No properties)

DachserNordic_PhoneDeliveryNotification (inherits AbstractShipmentBase)

Description

Phone Delivery Notification (AC)
Svenska: "Avisering om telefonleverans" English: "Phone Delivery Notification"

Properties

(No properties)

TntNordicInsuranceService (inherits AbstractShipmentBase)

Description

Insurance service
Svenska: "Försäkring" English: "Insurance"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery amount
Svenska: "Valuta" English: "Currency code"

TntNordicPriorityService (inherits AbstractShipmentBase)

Description

Priority service
Svenska: "Priority service" English: "Priority service"

Properties

(No properties)

TntNordicExceptedLithiumBatteriesService (inherits AbstractShipmentBase)

Description

Excepted Lithium Batteries
Svenska: "Excepted Lithium Batteries" English: "Excepted Lithium Batteries"

Properties

(No properties)

TntNordicBiologicalSubstanceService (inherits AbstractShipmentBase)

Description

Biological Substance Service
Svenska: "Biological Substance Service" English: "Biological Substance Service"

Properties

(No properties)

TntNordicDryIceService (inherits AbstractShipmentBase)

Description

Dry Ice
Svenska: "Dry Ice" English: "Dry Ice"

Properties

(No properties)

TntNordicLimitedDangerousGoodsService (inherits AbstractShipmentBase)

Description

Limited quantity dangerous goods
Svenska: "Begränsad mängd farligt gods" English: "Limited quantity dangerous goods"

Properties

PropertyDatatypeValidationsDescription
GrossWeightdecimalMinimum value = 0
Maximum value = 99999.99
Limited quantity dangerous goods weight
Svenska: "Bruttovikt" English: "Gross weight"
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

TntNordicLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade epostavisering" English: "LogTrade Email Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

TntNordicLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade SMS advice
Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

TntNordicLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

TntNordicLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description

Logtrade login link advice
Svenska: "LogTrade inloggningsavisering" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

TntNordicLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description

Logtrade document link advice
Svenska: "LogTrade transportdokumentavisering" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

TntNordicLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock
Svenska: "LogTrade lås" English: "LogTrade Lock"

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

TntNordicDangerousGoodsService (inherits AbstractShipmentBase)

Description

Dangerous goods service
Svenska: "Farligt gods" English: "Dangerous goods"

Properties

PropertyDatatypeValidationsDescription
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

DhlGermanyLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade epostavisering" English: "LogTrade Email Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

DhlGermanyLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

DhlGermanyNextDayBefore10Service (inherits AbstractShipmentBase)

Description

Leverans nästa dag före 10:00Delivery next day before 10
Svenska: "Leverans nästa dag före 10:00" English: "Delivery next day before 10"

Properties

(No properties)

DhlGermanyNextDayBefore12Service (inherits AbstractShipmentBase)

Description

Leverans nästa dag före 12:00Delivery next day before 12
Svenska: "Leverans nästa dag före 12:00" English: "Delivery next day before 12"

Properties

(No properties)

DhlGermanyNextDayService (inherits AbstractShipmentBase)

Description

Leverans nästa dagDelivery next Day
Svenska: "Leverans nästa dag" English: "Delivery next Day"

Properties

(No properties)

DhlGermanyFixedDateBefore10Service (inherits AbstractShipmentBase)

Description

Leverans bestämt datum före 10:00Delivery fixed date before 10
Svenska: "Leverans bestämt datum före 10:00" English: "Delivery fixed date before 10"

Properties

(No properties)

DhlGermanyFixedDateBefore12Service (inherits AbstractShipmentBase)

Description

Leverans bestämt datum före 12:00Delivery fixed date before 12
Svenska: "Leverans bestämt datum före 12:00" English: "Delivery fixed date before 12"

Properties

(No properties)

DhlGermanyFixedDateService (inherits AbstractShipmentBase)

Description

Leverans bestämt datumDelivery fixed date
Svenska: "Leverans bestämt datum" English: "Delivery fixed date"

Properties

(No properties)

DhlGermanyAdviceService (inherits AbstractShipmentBase)

Description

AviseringAdvice
Svenska: "Avisering" English: "Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

DhlGermanyCashOnDeliveryService (inherits AbstractShipmentBase)

Description

Cash on delivery service
Svenska: "Efterkrav" English: "Cash on delivery"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery currency code
Svenska: "Valuta" English: "Currency code"
ReferencestringMandatory
Maximum length = 17
Payment reference number
Svenska: "Referens" English: "Reference"
AccountTypeGiroAccountTypeMandatoryPayment account type
Svenska: "Kontotyp" English: "Account type"
AccountNumberstringMandatory
Maximum length = 34
Payment account number
Svenska: "Kontonummer" English: "Account number"
ReferenceTypeGiroReferenceTypeMandatoryPayment account number type
Svenska: "Referenstyp" English: "Reference type"
BusinessIdentifierCodestringMaximum length = 11Business Identifier Code
Svenska: "BIC" English: "BIC"

DhlGermanyInsuranceService (inherits AbstractShipmentBase)

Description

Insurance service
Svenska: "Försäkring" English: "Insurance"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery amount
Svenska: "Valuta" English: "Currency code"

DhlGermanyDeliveryAdviceService (inherits AbstractShipmentBase)

Description

Advice service
Svenska: "Leveransavisering" English: "Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

DhlGermanyPremium (inherits AbstractShipmentBase)

Description

PremiumPremium
Svenska: "Premium" English: "Premium"

Properties

(No properties)

DhlGermanyLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

DhlGermanyLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description

Logtrade login link advice
Svenska: "LogTrade inloggningsavisering" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

DhlGermanyLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description

Logtrade document link advice
Svenska: "LogTrade transportdokumentavisering" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

DhlGermanyLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock
Svenska: "LogTrade lås" English: "LogTrade Lock"

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

DhlGermanyGoGreenService (inherits AbstractShipmentBase)

Description

GOGREEN
Svenska: "GOGREEN" English: "GOGREEN"

Properties

(No properties)

DhlGermanyBulkyGoodsService (inherits AbstractShipmentBase)

Description

Bulky goods
Svenska: "Bulky goods" English: "Bulky goods"

Properties

(No properties)

AgilityNordicLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade epostavisering" English: "LogTrade Email Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

AgilityNordicLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

AgilityNordicLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

AgilityNordicLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description

Logtrade login link advice
Svenska: "LogTrade inloggningsavisering" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

AgilityNordicLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description

Logtrade document link advice
Svenska: "LogTrade transportdokumentavisering" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

AgilityNordicLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock
Svenska: "LogTrade lås" English: "LogTrade Lock"

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

AgilityNordicDangerousGoodsService (inherits AbstractShipmentBase)

Description

Dangerous goods service
Svenska: "Farligt gods" English: "Dangerous goods"

Properties

PropertyDatatypeValidationsDescription
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

AgilityNordicTailLiftServiceService (inherits AbstractShipmentBase)

Description

Tail Lift Service
Svenska: "Bakgavellyftservice" English: "Tail Lift Service"

Properties

(No properties)

AgilityNordicAdviceService (inherits AbstractShipmentBase)

Description

Telephone advice
Svenska: "Telefonavisering" English: "Telephone advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

AgilityNordicTemperatureGoodsService (inherits AbstractShipmentBase)

Description

Temperature Goods
Svenska: "Temperature Goods" English: "Temperature Goods"

Properties

PropertyDatatypeValidationsDescription
MinTemperatureint(none)Minimum temperature
Svenska: "Min. temperatur" English: "Min. temperature"
MaxTemperatureint(none)Max temperature
Svenska: "Max. temperatur" English: "Max. temperature"

AgilityNordicUnpackagingService (inherits AbstractShipmentBase)

Description

Unpackaging
Svenska: "Uppackning" English: "Unpackaging"

Properties

(No properties)

AgilityNordicDeliveryIndoorsService (inherits AbstractShipmentBase)

Description

Delivery Indoors
Svenska: "Delivery Indoors" English: "Delivery Indoors"

Properties

(No properties)

AgilityNordicReturnboxService (inherits AbstractShipmentBase)

Description

Returnbox
Svenska: "Returnbox" English: "Returnbox"

Properties

(No properties)

AgilityNordicTimeDeliveryService (inherits AbstractShipmentBase)

Description

Time Delivery
Svenska: "Time Delivery" English: "Time Delivery"

Properties

PropertyDatatypeValidationsDescription
TimeDateTime(none)Time
Svenska: "Tid" English: "Time"

AgilityNordicHomeDeliveryService (inherits AbstractShipmentBase)

Description

Home Delivery
Svenska: "Hemleverans" English: "Home Delivery"

Properties

(No properties)

DpdGermanyAdviceService (inherits AbstractShipmentBase)

Description

Advice service
Svenska: "Avisering" English: "Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

DpdGermanyLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade epostavisering" English: "LogTrade Email Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

DpdGermanyLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

DpdGermanyCashOnDeliveryService (inherits AbstractShipmentBase)

Description

Cash on delivery service
Svenska: "Efterkrav" English: "Cash on delivery"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery currency code
Svenska: "Valuta" English: "Currency code"
ReferencestringMaximum length = 17Payment reference number
Svenska: "Referens" English: "Reference"
AccountTypeGiroAccountType(none)Payment account type
Svenska: "Kontotyp" English: "Account type"
AccountNumberstringMaximum length = 34Payment account number
Svenska: "Kontonummer" English: "Account number"
ReferenceTypeGiroReferenceType(none)Payment account number type
Svenska: "Referenstyp" English: "Reference type"
BusinessIdentifierCodestringMaximum length = 11Business Identifier Code
Svenska: "BIC" English: "BIC"

DpdGermanyInsuranceService (inherits AbstractShipmentBase)

Description

Insurance service
Svenska: "Försäkring" English: "Insurance"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery amount
Svenska: "Valuta" English: "Currency code"

DpdGermanyLimitedDangerousGoodsService (inherits AbstractShipmentBase)

Description

Limited quantity dangerous goods
Svenska: "Begränsad mängd farligt gods" English: "Limited quantity dangerous goods"

Properties

PropertyDatatypeValidationsDescription
GrossWeightdecimalMinimum value = 0
Maximum value = 99999.99
Limited quantity dangerous goods weight
Svenska: "Bruttovikt" English: "Gross weight"
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

DpdGermanyLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

DpdGermanyLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description

Logtrade login link advice
Svenska: "LogTrade inloggningsavisering" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

DpdGermanyLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description

Logtrade document link advice
Svenska: "LogTrade transportdokumentavisering" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

DpdGermanyLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock
Svenska: "LogTrade lås" English: "LogTrade Lock"

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

BestNordicLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade epostavisering" English: "LogTrade Email Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

BestNordicLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

BestNordicLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

BestNordicLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description

Logtrade login link advice
Svenska: "LogTrade inloggningsavisering" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

BestNordicLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description

Logtrade document link advice
Svenska: "LogTrade transportdokumentavisering" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

BestNordicLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock
Svenska: "LogTrade lås" English: "LogTrade Lock"

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

BestNordicAdviceService (inherits AbstractShipmentBase)

Description

Advice service
Svenska: "Avisering" English: "Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

BestNordicIdVerificationService (inherits AbstractShipmentBase)

Description

ID verification
Svenska: "ID-kontroll" English: "ID verification"

Properties

(No properties)

BestNordicDangerousGoodsService (inherits AbstractShipmentBase)

Description

Farligt goodsDangerous goods service
Svenska: "Farligt gods" English: "Dangerous Goods"

Properties

PropertyDatatypeValidationsDescription
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

BestNordicKylaService (inherits AbstractShipmentBase)

Description

KylaCold
Svenska: "Kyla" English: "Cold"

Properties

(No properties)

BestNordicVarmeService (inherits AbstractShipmentBase)

Description

VärmeHot
Svenska: "Värme" English: "Hot"

Properties

(No properties)

BestNordicSekretessService (inherits AbstractShipmentBase)

Description

SekretessConfidential
Svenska: "Sekretess" English: "Confidential"

Properties

(No properties)

BestNordicBudbilService (inherits AbstractShipmentBase)

Description

BudbilDelivery Car
Svenska: "Budbil" English: "Delivery Car"

Properties

(No properties)

BestNordicLattLastbilService (inherits AbstractShipmentBase)

Description

Lätt LastbilSmall Truck
Svenska: "Lätt Lastbil" English: "Small Truck"

Properties

(No properties)

BestNordicLastbilService (inherits AbstractShipmentBase)

Description

LastbilTruck
Svenska: "Lastbil" English: "Truck"

Properties

(No properties)

BestNordicHomeDelivery0812Service (inherits AbstractShipmentBase)

Description

förm. 08-12am 08-12
Svenska: "Förm. 08-12" English: "AM 08-12"

Properties

(No properties)

BestNordicHomeDelivery0817Service (inherits AbstractShipmentBase)

Description

dag 08-17day 08-17
Svenska: "Dag 08-17" English: "Day 08-17"

Properties

(No properties)

BestNordicHomeDelivery1217Service (inherits AbstractShipmentBase)

Description

efterm. 12-17pm 12-17
Svenska: "Efterm. 12-17" English: "PM 12-17"

Properties

(No properties)

BestNordicHomeDelivery1317Service (inherits AbstractShipmentBase)

Description

efterm. 13-17pm 13-17
Svenska: "Efterm. 13-17" English: "PM 13-17"

Properties

(No properties)

BestNordicTimeAgreedDeliveryService (inherits AbstractShipmentBase)

Description

Tidigast upphämtningTime agreed delivery
Svenska: "Tidigast upphämtning" English: "Time agreed delivery"

Properties

PropertyDatatypeValidationsDescription
TimeDateTime(none)Proposed time
Svenska: "Tid" English: "Time"

FedExEuropeLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade epostavisering" English: "LogTrade Email Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

FedExEuropeLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

FedExEuropeLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

FedExEuropeLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description

Logtrade login link advice
Svenska: "LogTrade inloggningsavisering" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

FedExEuropeLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description

Logtrade document link advice
Svenska: "LogTrade transportdokumentavisering" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

FedExEuropeLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock
Svenska: "LogTrade lås" English: "LogTrade Lock"

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

FedExEuropeDangerousGoodsService (inherits AbstractShipmentBase)

Description

Dangerous goods service
Svenska: "Farligt gods" English: "Dangerous goods"

Properties

PropertyDatatypeValidationsDescription
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

FedExEuropeHoldAtLocationService (inherits AbstractShipmentBase)

Description

Hold At Location
Svenska: "Behåll på FedEx-kontor" English: "Hold at location"

Properties

(No properties)

FedExEuropeOnCallPickupService (inherits AbstractShipmentBase)

Description

On Call Pickup
Svenska: "On Call Pickup" English: "On Call Pickup"

Properties

(No properties)

FedExEuropePriorityAlertService (inherits AbstractShipmentBase)

Description

Priority Alert
Svenska: "Priority Alert" English: "Priority Alert"

Properties

(No properties)

FedExEuropePriorityAlertPlusService (inherits AbstractShipmentBase)

Description

Priority Alert Plus
Svenska: "Priority Alert Plus" English: "Priority Alert Plus"

Properties

(No properties)

FedExEuropeAdultSignatureService (inherits AbstractShipmentBase)

Description

Adult signature required
Svenska: "Vuxen underskrift" English: "Adult signature required"

Properties

(No properties)

FedExEuropeDirectSignatureService (inherits AbstractShipmentBase)

Description

Direct signature required
Svenska: "Direct signature required" English: "Direct signature required"

Properties

(No properties)

FedExEuropeIndirectSignatureService (inherits AbstractShipmentBase)

Description

Indirect signature required
Svenska: "Indirect signature required" English: "Direct signature required"

Properties

(No properties)

FedExEuropeNoSignatureService (inherits AbstractShipmentBase)

Description

No signature required
Svenska: "No signature required" English: "No signature required"

Properties

(No properties)

FedExEuropeAdviceService (inherits AbstractShipmentBase)

Description

Advice service
Svenska: "Avisering" English: "Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

FedExEuropeDeliveryConfirmationAdviceService (inherits AbstractShipmentBase)

Description

Delivery confirmation advice service ("Leveransbevakning")
Svenska: "Utlämningsavisering" English: "Delivery confirmation advice service"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

AholaTransportEuropeLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade epostavisering" English: "LogTrade Email Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

AholaTransportEuropeLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

AholaTransportEuropeLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

AholaTransportEuropeLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock
Svenska: "LogTrade lås" English: "LogTrade Lock"

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

AholaTransportEuropeLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description

Logtrade login link advice
Svenska: "LogTrade inloggningsavisering" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

AholaTransportEuropeLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description

Logtrade document link advice
Svenska: "LogTrade transportdokumentavisering" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

AholaTransportEuropeDangerousGoodsService (inherits AbstractShipmentBase)

Description

Dangerous goods service
Svenska: "Farligt gods" English: "Dangerous goods"

Properties

PropertyDatatypeValidationsDescription
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

AholaTransportEuropeAdviceService (inherits AbstractShipmentBase)

Description

Advice service
Svenska: "Avisering" English: "Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

AholaTransportEuropeLoadingService (inherits AbstractShipmentBase)

Description

Loading service
Svenska: "Lastningstillval" English: "Loading options"

Properties

PropertyDatatypeValidationsDescription
LoadUnloadTypeLoadUnloadTypeMandatoryLoad/Unload type
Svenska: "Tillval" English: "Options"

AholaTransportEuropeTemporalLoadingService (inherits AbstractShipmentBase)

Description

Temporal loading (Tidsbestämd lastning)
Svenska: "Tidsbestämd lastning" English: "Temporal loading"

Properties

PropertyDatatypeValidationsDescription
StartTimeDateTimeMandatoryProposed start time
Svenska: "Starttid" English: "Start time"
EndTimeDateTime(none)Proposed end time
Svenska: "Sluttid" English: "End time"

AholaTransportEuropeUnloadingService (inherits AbstractShipmentBase)

Description

Unloading service
Svenska: "Lossningstillval" English: "Unloading options"

Properties

PropertyDatatypeValidationsDescription
LoadUnloadTypeLoadUnloadTypeMandatoryLoad/Unload type
Svenska: "Tillval" English: "Options"

AholaTransportEuropeTemporalUnloadingService (inherits AbstractShipmentBase)

Description

Temporal unloading (Tidsbestämd lossning)
Svenska: "Tidsbestämd lossning" English: "Temporal unloading"

Properties

PropertyDatatypeValidationsDescription
StartTimeDateTimeMandatoryProposed start time
Svenska: "Starttid" English: "Start time"
EndTimeDateTime(none)Proposed end time
Svenska: "Sluttid" English: "End time"

BudbeeSwedenLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description


Svenska: "LogTrade epostavisering" English: "LogTrade Email Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)
Svenska: "Mallid" English: "Template id"

BudbeeSwedenLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description


Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)
Svenska: "Mallid" English: "Template id"

BudbeeSwedenLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description


Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatory
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)
Svenska: "Kommunikationsadress" English: "Communication value"

BudbeeSwedenLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description


Svenska: "LogTrade inloggningsavisering" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatory
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)
Svenska: "Kommunikationsadress" English: "Communication value"

BudbeeSwedenLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description


Svenska: "LogTrade transportdokumentavisering" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatory
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)
Svenska: "Kommunikationsadress" English: "Communication value"

BudbeeSwedenLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock
Svenska: "LogTrade lås" English: "LogTrade Lock"

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

BudbeeSwedenTemporalUnloadingService (inherits AbstractShipmentBase)

Description


Svenska: "Tidsbestämd lossning" English: "Temporal unloading"

Properties

PropertyDatatypeValidationsDescription
StartTimeDateTimeMandatory
Svenska: "Starttid" English: "Start time"
EndTimeDateTime(none)
Svenska: "Sluttid" English: "End time"

BudbeeSwedenTemporalLoadingService (inherits AbstractShipmentBase)

Description


Svenska: "Tidsbestämd lastning" English: "Temporal loading"

Properties

PropertyDatatypeValidationsDescription
StartTimeDateTimeMandatory
Svenska: "Starttid" English: "Start time"
EndTimeDateTime(none)
Svenska: "Sluttid" English: "End time"

BudbeeSwedenCurbsideService (inherits AbstractShipmentBase)

Description


Svenska: "Lämna utanför dörren" English: "Leave goods outside door"

Properties

(No properties)

BudbeeSwedenPODService (inherits AbstractShipmentBase)

Description


Svenska: "Kräv signatur" English: "Signature required"

Properties

(No properties)

BudbeeSwedenMinimumAgeService (inherits AbstractShipmentBase)

Description


Svenska: "Minimiålder för mottagaren" English: "Minimum age of recipient"

Properties

PropertyDatatypeValidationsDescription
MinimumAgeintMinimum value = 1
Svenska: "Ålder" English: "Age"

BudbeeSwedenRecipientMustMatchEndCustomerService (inherits AbstractShipmentBase)

Description


Svenska: "Kunden måste vara mottagare" English: "Recipient must match end customer"

Properties

(No properties)

BudbeeSwedenDeliveryAttemptService (inherits AbstractShipmentBase)

Description


Svenska: "Antal leveransförsök" English: "Number of delivery attempts"

Properties

PropertyDatatypeValidationsDescription
NumberOfDeliveryAttemptsintMinimum value = 1
Svenska: "Antal" English: "Attempts"

BudbeeSwedenIdentificationCheckRequiredService (inherits AbstractShipmentBase)

Description


Svenska: "ID-kontroll" English: "Identification Check Required"

Properties

(No properties)

BudbeeSwedenSingleIndoorService (inherits AbstractShipmentBase)

Description


Svenska: "Inbärning 1 person" English: "Single indoor"

Properties

(No properties)

BudbeeSwedenDoubleIndoorService (inherits AbstractShipmentBase)

Description


Svenska: "Inbärning 2 personer" English: "Double indoor"

Properties

(No properties)

BudbeeSwedenInstallationService (inherits AbstractShipmentBase)

Description


Svenska: "Installation" English: "Installation"

Properties

PropertyDatatypeValidationsDescription
NumberOfItemsint(none)
Svenska: "Antal" English: "Number of items"

BudbeeSwedenReturnOfPackagingService (inherits AbstractShipmentBase)

Description


Svenska: "Bortforsling av emballage" English: "Return of packaging"

Properties

PropertyDatatypeValidationsDescription
NumberOfItemsint(none)
Svenska: "Antal" English: "Number of items"

BudbeeSwedenRecyclingService (inherits AbstractShipmentBase)

Description


Svenska: "Återvinning" English: "Recycling"

Properties

PropertyDatatypeValidationsDescription
NumberOfItemsint(none)
Svenska: "Antal" English: "Number of items"

BudbeeSwedenSwapService (inherits AbstractShipmentBase)

Description


Svenska: "Retur" English: "Swap"

Properties

PropertyDatatypeValidationsDescription
NumberOfItemsint(none)
Svenska: "Antal" English: "Number of items"

BudbeeSwedenSelectDeliveryDayService (inherits AbstractShipmentBase)

Description


Svenska: "Val av leveransdag" English: "Select delivery day"

Properties

(No properties)

BudbeeSwedenSelectDeliveryWindow4hService (inherits AbstractShipmentBase)

Description


Svenska: "Val av leveransfönster 4h" English: "Select delivery window 4h"

Properties

(No properties)

BudbeeSwedenSelectDeliveryWindow2hService (inherits AbstractShipmentBase)

Description


Svenska: "Val av leveransfönster 2h" English: "Select delivery window 2h"

Properties

(No properties)

ForlangdaArmenSwedenLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade epostavisering" English: "LogTrade email advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

ForlangdaArmenSwedenLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

ForlangdaArmenSwedenLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

ForlangdaArmenSwedenLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description

Logtrade login link advice
Svenska: "LogTrade inloggningsavisering" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

ForlangdaArmenSwedenLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description

Logtrade document link advice
Svenska: "LogTrade transportdokumentavisering" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

ForlangdaArmenSwedenLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock
Svenska: "LogTrade lås" English: "LogTrade Lock"

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

ForlangdaArmenSwedenDangerousGoodsService (inherits AbstractShipmentBase)

Description

Dangerous goods service
Svenska: "Farligt gods" English: "Dangerous goods"

Properties

PropertyDatatypeValidationsDescription
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

ForlangdaArmenSwedenTemporalUnloadingService (inherits AbstractShipmentBase)

Description

Temporal unloadingTidsbestämd lossning
Svenska: "Tidsfönster" English: "Temporal unloading"

Properties

PropertyDatatypeValidationsDescription
StartTimeDateTimeMandatoryProposed start time
Svenska: "Starttid" English: "Start time"
EndTimeDateTime(none)Proposed end time
Svenska: "Sluttid" English: "End time"

ForlangdaArmenSwedenTimeAgreedDeliveryService (inherits AbstractShipmentBase)

Description

Time agreed deliveryTidspass
Svenska: "Tidspass" English: "Time agreed delivery"

Properties

PropertyDatatypeValidationsDescription
TimeDateTime(none)Proposed time
Svenska: "Tid" English: "Time"

ForlangdaArmenSwedenCarryInService (inherits AbstractShipmentBase)

Description

Carry inInbärning
Svenska: "Inbärning" English: "Carry in"

Properties

(No properties)

ForlangdaArmenSwedenUnboxDisposalService (inherits AbstractShipmentBase)

Description

Unbox disposalAvemballering, Bortforsling
Svenska: "Avemballering, Bortforsling" English: "Unbox disposal"

Properties

(No properties)

ForlangdaArmenSwedenCraneService (inherits AbstractShipmentBase)

Description

CraneKranbil
Svenska: "Kranbil" English: "Crane"

Properties

(No properties)

SchenkerNorwayLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade epostavisering" English: "LogTrade Email Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

SchenkerNorwayLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

SchenkerNorwayLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

SchenkerNorwayLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description

Logtrade login link advice
Svenska: "LogTrade inloggningsavisering" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

SchenkerNorwayLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description

Logtrade document link advice
Svenska: "LogTrade transportdokumentavisering" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

SchenkerNorwayLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock
Svenska: "LogTrade lås" English: "LogTrade Lock"

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

SchenkerNorwayDangerousGoodsService (inherits AbstractShipmentBase)

Description

Dangerous goods service
Svenska: "Farlig gods" English: "Dangerous goods"

Properties

PropertyDatatypeValidationsDescription
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

SchenkerNorwayColdService (inherits AbstractShipmentBase)

Description

Cold service
Svenska: "Kjølegods" English: "Cold"

Properties

(No properties)

SchenkerNorwayHotService (inherits AbstractShipmentBase)

Description

Hot service
Svenska: "Varmegods" English: "Hot"

Properties

(No properties)

SchenkerNorwayReturnOfPackagingService (inherits AbstractShipmentBase)

Description

Innbæring med retur emballasje, privatlevering
Svenska: "Innbæring med retur emballasje, privatlevering" English: "Return of packaging, Private address delivery"

Properties

(No properties)

SchenkerNorwayPrivateDeliveryService (inherits AbstractShipmentBase)

Description

Innbæring ordinær, privatlevering
Svenska: "Innbæring ordinær, privatlevering" English: "Private address delivery"

Properties

(No properties)

SchenkerNorwayPrivateDeliveryAtWorkService (inherits AbstractShipmentBase)

Description

Privatlevering på jobb
Svenska: "Privatlevering på jobb" English: "Private delivery at work"

Properties

(No properties)

SchenkerNorwayReturnOfDeviceService (inherits AbstractShipmentBase)

Description

Innbæring med retur av apparat, privatlevering
Svenska: "Innbæring med retur av apparat, privatlevering" English: "Return of device"

Properties

(No properties)

SchenkerNorwayReturnOfDeviceAndPackagingService (inherits AbstractShipmentBase)

Description

Innbæring med retur av apparat og emballasje, privatlevering
Svenska: "Innbæring med retur av apparat og emballasje, privatlevering" English: "Return of device and packaging"

Properties

(No properties)

BussgodsSwedenLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade Email AdviceLogTrade epostavisering
Svenska: "LogTrade epostavisering" English: "LogTrade Email Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

BussgodsSwedenLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade SMS AdviceLogTrade SMS-avisering
Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

BussgodsSwedenLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade Delivery AdviceLogTrade leveransavisering
Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

BussgodsSwedenLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description

Logtrade login link adviceLogTrade inloggningsavisering
Svenska: "LogTrade inloggningsavisering" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

BussgodsSwedenLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description

Logtrade transport document link adviceLogTrade transportdokumentavisering
Svenska: "LogTrade transportdokumentavisering" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

BussgodsSwedenLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock
Svenska: "LogTrade lås" English: "LogTrade Lock"

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

BussgodsSwedenDangerousGoodsService (inherits AbstractShipmentBase)

Description

Dangerous GoodsFarligt gods
Svenska: "Farligt gods" English: "Dangerous Goods"

Properties

PropertyDatatypeValidationsDescription
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

BussgodsSwedenCashOnDeliveryService (inherits AbstractShipmentBase)

Description

Cash on DeliveryEfterkrav
Svenska: "Efterkrav" English: "Cash on Delivery"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery amount
Svenska: "Valuta" English: "Currency code"
ReferencestringMandatory
Maximum length = 17
Payment reference number
Svenska: "Referens" English: "Reference"
AccountTypeGiroAccountTypeMandatoryPayment account type
Svenska: "Kontotyp" English: "Account type"
AccountNumberstringMandatory
Maximum length = 34
Payment account number
Svenska: "Kontonummer" English: "Account number"
ReferenceTypeGiroReferenceTypeMandatoryPayment account number type
Svenska: "Referenstyp" English: "Reference type"
BusinessIdentifierCodestringMaximum length = 11Business Identifier Code
Svenska: "BIC" English: "BIC"

BussgodsSwedenPriorityService (inherits AbstractShipmentBase)

Description

PriorityPrio
Svenska: "Prio" English: "Priority"

Properties

(No properties)

BussgodsSwedenWarrantyService (inherits AbstractShipmentBase)

Description

WarrantyGaranti
Svenska: "Garanti" English: "Warranty"

Properties

(No properties)

BussgodsSwedenDeliveryService (inherits AbstractShipmentBase)

Description

DeliveryUtkörning
Svenska: "Utkörning" English: "Delivery"

Properties

(No properties)

BussgodsSwedenInsuranceService (inherits AbstractShipmentBase)

Description

InsuranceVaruförsäkring
Svenska: "Varuförsäkring" English: "Insurance"

Properties

PropertyDatatypeValidationsDescription
Textstring(none)Insurance amount (max 50000 SEK)Försäkringsbelopp (max 50000 kr)
Svenska: "Text" English: "Text"

BussgodsSwedenLimitedDangerousGoodsService (inherits AbstractShipmentBase)

Description

Limited quantity dangerous goodsBegränsad mängd farligt gods
Svenska: "Begränsad mängd farligt gods" English: "Limited quantity dangerous goods"

Properties

PropertyDatatypeValidationsDescription
GrossWeightdecimalMinimum value = 0
Maximum value = 99999.99
Limited quantity dangerous goods weight
Svenska: "Bruttovikt" English: "Gross weight"
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

EarlyBirdSwedenLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade epostavisering" English: "LogTrade Email Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

EarlyBirdSwedenLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade sms advice
Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

EarlyBirdSwedenLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade delivery advice
Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

EarlyBirdSwedenLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description

Logtrade login link advice
Svenska: "Logtrade inloggningsavisering" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

EarlyBirdSwedenLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description

Logtrade document link advice
Svenska: "Logtrade transportdokumentavisering" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

EarlyBirdSwedenLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock
Svenska: "LogTrade lås" English: "LogTrade Lock"

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

EarlyBirdSwedenAdviceService (inherits AbstractShipmentBase)

Description

Advice service
Svenska: "Avisering" English: "Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

IcaSwedenLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade epostavisering" English: "LogTrade Email Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

IcaSwedenLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade sms advice
Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

IcaSwedenLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade delivery advice
Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

IcaSwedenLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description

Logtrade login link advice
Svenska: "Logtrade inloggningsavisering" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

IcaSwedenLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description

Logtrade document link advice
Svenska: "Logtrade transportdokumentavisering" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

IcaSwedenLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock
Svenska: "LogTrade lås" English: "LogTrade Lock"

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

IcaSwedenAdviceService (inherits AbstractShipmentBase)

Description

Advice service
Svenska: "Avisering" English: "Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

InstaboxSwedenLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade epostavisering" English: "LogTrade Email Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

InstaboxSwedenLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade sms advice
Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

InstaboxSwedenLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade delivery advice
Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

InstaboxSwedenLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description

Logtrade login link advice
Svenska: "LogTrade inloggningsavisering" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

InstaboxSwedenLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description

Logtrade document link advice
Svenska: "LogTrade transportdokumentavisering" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

InstaboxSwedenLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock
Svenska: "LogTrade lås" English: "LogTrade Lock"

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

InstaboxSwedenFraudDetectionService (inherits AbstractShipmentBase)

Description

Fraud detection
Svenska: "Bedrägerikontroll" English: "Fraud detection"

Properties

(No properties)

InstaboxSwedenIdUnmatchedService (inherits AbstractShipmentBase)

Description

Id unmatched
Svenska: "Legitimation" English: "Id unmatched"

Properties

(No properties)

InstaboxSwedenIdMatchedService (inherits AbstractShipmentBase)

Description

Id matched
Svenska: "Legitimation match" English: "Id matched"

Properties

PropertyDatatypeValidationsDescription
PersonalIdentityNumberstring(none)Personal Identity Number
Svenska: "Personnummer" English: "Personal identity number"

InstaboxSwedenIdAgeLimitService (inherits AbstractShipmentBase)

Description

Id age limit
Svenska: "Legitimation åldersgräns" English: "Id age limit"

Properties

PropertyDatatypeValidationsDescription
MinimumAgeint(none)
Svenska: "Ålder" English: "Age"

HelthjemNorwayLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade Email Advice" English: "LogTrade Email Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

HelthjemNorwayLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade sms advice
Svenska: "LogTrade SMS Advice" English: "LogTrade SMS Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

HelthjemNorwayLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade delivery advice
Svenska: "LogTrade Delivery Advice" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

HelthjemNorwayLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description

Logtrade login link advice
Svenska: "Logtrade login link advice" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

HelthjemNorwayLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description

Logtrade document link advice
Svenska: "Logtrade transport document link advice" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

HelthjemNorwayLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock
Svenska: "LogTrade Lock" English: "LogTrade Lock"

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

DpdEuropeAdviceService (inherits AbstractShipmentBase)

Description

Advice service
Svenska: "Avisering" English: "Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

DpdEuropeLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade epostavisering" English: "LogTrade Email Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

DpdEuropeLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

DpdEuropeCashOnDeliveryService (inherits AbstractShipmentBase)

Description

Cash on delivery service
Svenska: "Efterkrav" English: "Cash on delivery"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery currency code
Svenska: "Valuta" English: "Currency code"
ReferencestringMaximum length = 17Payment reference number
Svenska: "Referens" English: "Reference"
AccountTypeGiroAccountType(none)Payment account type
Svenska: "Kontotyp" English: "Account type"
AccountNumberstringMaximum length = 34Payment account number
Svenska: "Kontonummer" English: "Account number"
ReferenceTypeGiroReferenceType(none)Payment account number type
Svenska: "Referenstyp" English: "Reference type"
BusinessIdentifierCodestringMaximum length = 11Business Identifier Code
Svenska: "BIC" English: "BIC"

DpdEuropeInsuranceService (inherits AbstractShipmentBase)

Description

Insurance service
Svenska: "Försäkring" English: "Insurance"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery amount
Svenska: "Valuta" English: "Currency code"

DpdEuropeLimitedDangerousGoodsService (inherits AbstractShipmentBase)

Description

Limited quantity dangerous goods
Svenska: "Begränsad mängd farligt gods" English: "Limited quantity dangerous goods"

Properties

PropertyDatatypeValidationsDescription
GrossWeightdecimalMinimum value = 0
Maximum value = 99999.99
Limited quantity dangerous goods weight
Svenska: "Bruttovikt" English: "Gross weight"
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

DpdEuropeLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

DpdEuropeLogtradeLoginAdviceService (inherits AbstractShipmentBase)

Description

Logtrade login link advice
Svenska: "LogTrade inloggningsavisering" English: "Logtrade login link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

DpdEuropeLogtradeDocumentAdviceService (inherits AbstractShipmentBase)

Description

Logtrade document link advice
Svenska: "LogTrade transportdokumentavisering" English: "Logtrade transport document link advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

DpdEuropeLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

BringExpressNordicLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade epostavisering" English: "LogTrade Email Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

BringExpressNordicLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade SMS-avisering" English: "LogTrade SMS Advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

BringExpressNordicLogtradeLockService (inherits AbstractShipmentBase)

Description

LogTrade låsLogTrade lock
Svenska: "LogTrade Lock" English: "LogTrade Lock"

Properties

PropertyDatatypeValidationsDescription
UnlockKeystringMandatory
Maximum length = 255
Unlock key
Svenska: "Nyckel" English: "Unlock key"
UnlockAtPickupbool(none)Unlock at pickup
Svenska: "Lås upp vid upphämtning" English: "Unlock at pickup"
UnlockAtDeliverybool(none)Unlock at delivery
Svenska: "Lås upp vid leverans" English: "Unlock at delivery"

BringExpressNordicLimitedQuantityService (inherits AbstractShipmentBase)

Description

Limited Quantity (0003)Limited Quantity (0003)
Svenska: "Limited Quantity (0003)" English: "Limited Quantity (0003)"

Properties

PropertyDatatypeValidationsDescription
GrossWeightdecimalMinimum value = 0
Maximum value = 99999.99
Limited quantity dangerous goods weight
Svenska: "Bruttovikt" English: "Gross weight"
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

BringExpressNordicFlexDeliveryService (inherits AbstractShipmentBase)

Description

Flex delivery (0041)Flex delivery (0041)
Svenska: "Flex delivery (0041)" English: "Flex delivery (0041)"

Properties

(No properties)

BringExpressNordicDeliverySaturdayService (inherits AbstractShipmentBase)

Description

Delivery Saturday (1062)Delivery Saturday (1062)
Svenska: "Delivery Saturday (1062)" English: "Delivery Saturday (1062)"

Properties

(No properties)

BringExpressNordicSocialControlService (inherits AbstractShipmentBase)

Description

Social Control (IDAge) (1082)Social Control (IDAge) (1082)
Svenska: "Social Control (IDAge) (1082)" English: "Social Control (IDAge) (1082)"

Properties

(No properties)

BringExpressNordicTemperatureService (inherits AbstractShipmentBase)

Description

Temperature (1083)Temperature (1083)
Svenska: "Temperature (1083)" English: "Temperature (1083)"

Properties

PropertyDatatypeValidationsDescription
MinTemperatureint(none)Minimum temperature
Svenska: "Min. temperatur" English: "Min. temperature"
MaxTemperatureint(none)Max temperature
Svenska: "Max. temperatur" English: "Max. temperature"

BringExpressNordicNotificationService (inherits AbstractShipmentBase)

Description

Notification (1091)Notification (1091)
Svenska: "Notification (1091)" English: "Notification (1091)"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

BringExpressNordicSwapService (inherits AbstractShipmentBase)

Description

Swap (1122)Swap (1122)
Svenska: "Swap (1122)" English: "Swap (1122)"

Properties

(No properties)

BringExpressNordicRecyclingService (inherits AbstractShipmentBase)

Description

Recycling (Miljøretur) (1123)Recycling (Miljøretur) (1123)
Svenska: "Recycling (1123)" English: "Recycling (1123)"

Properties

PropertyDatatypeValidationsDescription
NumberOfItemsint(none)Number of items to return
Svenska: "Antal" English: "Number of items"

BringExpressNordicPersonalDeliveryService (inherits AbstractShipmentBase)

Description

Personal Delivery (1134)Personal Delivery (1134)
Svenska: "Personal Delivery (1134)" English: "Personal Delivery (1134)"

Properties

(No properties)

BringExpressNordicReturnPackagingUnwrappingService (inherits AbstractShipmentBase)

Description

Return of packaging-unwrapping (1139)Return of packaging-unwrapping (1139)
Svenska: "Return of packaging-unwrapping (1139)" English: "Return of packaging-unwrapping (1139)"

Properties

PropertyDatatypeValidationsDescription
NumberOfItemsint(none)Number of items to return
Svenska: "Antal" English: "Number of items"

BringExpressNordicServiceOversizeService (inherits AbstractShipmentBase)

Description

Service oversize/Two-man (1140)Service oversize/Two-man (1140)
Svenska: "Service oversize/Two-man (1140)" English: "Service oversize/Two-man (1140)"

Properties

(No properties)

BringExpressNordicDeliveryInsideHouseService (inherits AbstractShipmentBase)

Description

Delivery inside house (1157)Delivery inside house (1157)
Svenska: "Delivery inside house (1157)" English: "Delivery inside house (1157)"

Properties

(No properties)

BringExpressNordicTimeDefinedDeliveryService (inherits AbstractShipmentBase)

Description

Time Defined - Delivery (1170)Time Defined - Leverans (1170)
Svenska: "Time Defined - Leverans (1170)" English: "Time Defined - Delivery (1170)"

Properties

PropertyDatatypeValidationsDescription
StartTimeDateTime(none)Proposed start time
Svenska: "Starttid" English: "Start time"
EndTimeDateTime(none)Proposed end time
Svenska: "Sluttid" English: "End time"

BringExpressNordicTimeDefinedCollectionService (inherits AbstractShipmentBase)

Description

Time Defined - Collection (1170)Time Defined - Pickup (1170)
Svenska: "Time Defined - Pickup (1170)" English: "Time Defined - Collection (1170)"

Properties

PropertyDatatypeValidationsDescription
StartTimeDateTime(none)Proposed start time
Svenska: "Starttid" English: "Start time"
EndTimeDateTime(none)Proposed end time
Svenska: "Sluttid" English: "End time"

BringExpressNordicExpressService (inherits AbstractShipmentBase)

Description

Express (1171)Express (1171)
Svenska: "Express (1171)" English: "Express (1171)"

Properties

(No properties)

BringExpressNordicPackagingItemService (inherits AbstractShipmentBase)

Description

Packaging item (1172)Packaging item (1172)
Svenska: "Packaging item (1172)" English: "Packaging item (1172)"

Properties

(No properties)

BringExpressNordicEveningDeliveryService (inherits AbstractShipmentBase)

Description

Evening Delivery (1218)Evening Delivery (1218)
Svenska: "Evening Delivery (1218)" English: "Evening Delivery (1218)"

Properties

(No properties)

BringExpressNordicGreenDeliveryService (inherits AbstractShipmentBase)

Description

Green Delivery (1333)Green Delivery (1333)
Svenska: "Green Delivery (1333)" English: "Green Delivery (1333)"

Properties

(No properties)

BringExpressNordicInsideDoorDeliveryService (inherits AbstractShipmentBase)

Description

Inside door Delivery (1334)Inside door Delivery (1334)
Svenska: "Inside door Delivery (1334)" English: "Inside door Delivery (1334)"

Properties

(No properties)

BringExpressNordicVipService (inherits AbstractShipmentBase)

Description

Vip (1099)Vip (1099)
Svenska: "Vip (1099)" English: "Vip (1099)"

Properties

(No properties)

BringExpressNordic1HourService (inherits AbstractShipmentBase)

Description

1 Hour (1100)1 Hour (1100)
Svenska: "1 Hour (1100)" English: "1 Hour (1100)"

Properties

(No properties)

BringExpressNordic2HoursService (inherits AbstractShipmentBase)

Description

2 Hours (1101)2 Hours (1101)
Svenska: "2 Hours (1101)" English: "2 Hours (1101)"

Properties

(No properties)

BringExpressNordic4HoursService (inherits AbstractShipmentBase)

Description

4 Hours (1102)4 Hours (1102)
Svenska: "4 Hours (1102)" English: "4 Hours (1102)"

Properties

(No properties)

BringExpressNordic6HoursService (inherits AbstractShipmentBase)

Description

6 Hours (1103)6 Hours(1103)
Svenska: "6 Hours (1103)" English: "6 Hours (1103)"

Properties

(No properties)

BringExpressNordic_InstallationStandardized (inherits AbstractShipmentBase)

Description

Installation Standardized (1124)Installation Standardized (1124)
Svenska: "Installation Standardized (1124)" English: "Installation Standardized (1124)"

Properties

(No properties)

BringExpressNordic_InstallationCustomized (inherits AbstractShipmentBase)

Description

Installation Customized (1125)Installation Customized (1125)
Svenska: "Installation Customized (1125)" English: "Installation Customized (1125)"

Properties

(No properties)

BringExpressNordic_InstallationTV (inherits AbstractShipmentBase)

Description

Installation TV (1127)Installation TV (1127)
Svenska: "Installation TV (1127)" English: "Installation TV (1127)"

Properties

(No properties)

BringExpressNordic_InstallationElectronics (inherits AbstractShipmentBase)

Description

Installation Electronics (1128)Installation Electronics (1128)
Svenska: "Installation Electronics (1128)" English: "Installation Electronics (1128)"

Properties

(No properties)

BringExpressNordic_InstallationMechanical (inherits AbstractShipmentBase)

Description

Installation Mechanical (1141)Installation Mechanical (1141)
Svenska: "Installation Mechanical (1141)" English: "Installation Mechanical (1141)"

Properties

(No properties)

BringExpressNordic_Legitimasjonsplikt (inherits AbstractShipmentBase)

Description

Legitimasjonsplikt (1133)Legitimasjonsplikt (1133)
Svenska: "Legitimasjonsplikt (1133)" English: "Legitimasjonsplikt (1133)"

Properties

(No properties)

BringExpressNordic_ReturnOfGoodsOversize (inherits AbstractShipmentBase)

Description

Return Of Goods Oversize (1138)Return Of Goods Oversize (1138)
Svenska: "Return Of Goods Oversize (1138)" English: "Return Of Goods Oversize (1138)"

Properties

(No properties)

BringExpressNordic_SignatureRequired (inherits AbstractShipmentBase)

Description

Signature Required (1280)Signature Required (1280)
Svenska: "Signature Required (1280)" English: "Signature Required (1280)"

Properties

(No properties)

BringExpressNordic_EarlyMorning (inherits AbstractShipmentBase)

Description

Early Morning (1249)Early Morning (1249)
Svenska: "Early Morning (1249)" English: "Early Morning (1249)"

Properties

(No properties)

BringExpressNordic_InstallationDetails (inherits AbstractShipmentBase)

Description

Installation Details (1380)Installation Details (1380)
Svenska: "Installation Details (1380)" English: "Installation Details (1380)"

Properties

(No properties)

DHLeCommerceEuropeLogtradeDeliveryAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "LogTrade leveransavisering" English: "LogTrade Delivery Advice"

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"
CommunicationValuestring(none)Communication channel value (ie; SMS number or email address)
Svenska: "Kommunikationsadress" English: "Communication value"

DHLeCommerceEuropeLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "Logtrade epostavisering" English: "Logtrade email advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

DHLeCommerceEuropeLogtradeSmsAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice
Svenska: "Logtrade epostavisering" English: "LogTrade SMS advice"

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

DHLeCommerceEuropeCashOnDeliveryService (inherits AbstractShipmentBase)

Description

Cash on delivery(COD)Cash on delivery(COD)
Svenska: "Cash on delivery(COD)" English: "Cash on delivery(COD)"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery currency code
Svenska: "Valuta" English: "Currency code"
ReferencestringMandatory
Maximum length = 17
Payment reference number
Svenska: "Referens" English: "Reference"
AccountTypeGiroAccountTypeMandatoryPayment account type
Svenska: "Kontotyp" English: "Account type"
AccountNumberstringMandatory
Maximum length = 34
Payment account number
Svenska: "Kontonummer" English: "Account number"
ReferenceTypeGiroReferenceTypeMandatoryPayment account number type
Svenska: "Referenstyp" English: "Reference type"
BusinessIdentifierCodestringMaximum length = 11Business Identifier Code
Svenska: "BIC" English: "BIC"

DHLeCommerceEuropeBulkyService (inherits AbstractShipmentBase)

Description

BulkyBulky
Svenska: "Bulky" English: "Bulky"

Properties

(No properties)

DHLeCommerceEuropeAdditionalInsuranceService (inherits AbstractShipmentBase)

Description

Additional InsuranceAdditional Insurance
Svenska: "Additional Insurance" English: "Additional Insurance"

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery amount
Svenska: "Valuta" English: "Currency code"

DHLeCommerceEuropeGoGreenService (inherits AbstractShipmentBase)

Description

Go GreenGo Green
Svenska: "Go Green" English: "Go Green"

Properties

(No properties)

DHLeCommerceEuropeDoorstepService (inherits AbstractShipmentBase)

Description

DoorstepDoorstep
Svenska: "Doorstep" English: "Doorstep"

Properties

(No properties)

DHLeCommerceEuropeParcelshopService (inherits AbstractShipmentBase)

Description

ParcelshopParcelshop
Svenska: "Parcelshop" English: "Parcelshop"

Properties

(No properties)

DHLeCommerceEuropeParcelstationService (inherits AbstractShipmentBase)

Description

ParcelstationParcelstation
Svenska: "Parcelstation" English: "Parcelstation"

Properties

(No properties)

DHLeCommerceEuropePostofficeService (inherits AbstractShipmentBase)

Description

PostofficePostoffice
Svenska: "Postoffice" English: "Postoffice"

Properties

(No properties)

PnlSwedenAdviceService (inherits AbstractShipmentBase)

Description

Advice service DEPRECATED!

Properties

PropertyDatatypeValidationsDescription
NotifyTypeNotifyTypeMandatoryAdvice notification type
Svenska: "Aviseringssätt" English: "Notify type"

PnlSwedenCargoInsuranceService (inherits AbstractShipmentBase)

Description

Insurance service DEPRECATED!

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery amount
Svenska: "Valuta" English: "Currency code"

PnlSwedenCashOnDeliveryService (inherits AbstractShipmentBase)

Description

Cash on delivery service DEPRECATED!

Properties

PropertyDatatypeValidationsDescription
AmountdecimalMinimum value = 0.1Cash on delivery amount
Svenska: "Belopp" English: "Charge or allowance amount"
CurrencyCodestringMandatory
Maximum length = 3
Cash on delivery currency code
Svenska: "Valuta" English: "Currency code"
ReferencestringMandatory
Maximum length = 17
Payment reference number
Svenska: "Referens" English: "Reference"
AccountTypeGiroAccountTypeMandatoryPayment account type
Svenska: "Kontotyp" English: "Account type"
AccountNumberstringMandatory
Maximum length = 18
Payment account number
Svenska: "Kontonummer" English: "Account number"
ReferenceTypeGiroReferenceTypeMandatoryPayment account number type
Svenska: "Referenstyp" English: "Reference type"
BusinessIdentifierCodestringMaximum length = 11Business Identifier Code
Svenska: "BIC" English: "BIC"

PnlSwedenFlexDeliveryService (inherits AbstractShipmentBase)

Description

Flex Delivery service DEPRECATED!

Properties

(No properties)

PnlSwedenHomeDeliveryService (inherits AbstractShipmentBase)

Description

Home Delivery service DEPRECATED!

Properties

(No properties)

PnlSwedenMPSService (inherits AbstractShipmentBase)

Description

MPS service

Properties

(No properties)

PnlSwedenOptionalPostOfficeService (inherits AbstractShipmentBase)

Description

Optional post office service DEPRECATED!

Properties

(No properties)

PnlSwedenPostAutomatDeliveryService (inherits AbstractShipmentBase)

Description

Port automat office service DEPRECATED!

Properties

(No properties)

PnlSwedenWithoutDeliveryService (inherits AbstractShipmentBase)

Description

Without delivery service DEPRECATED!

Properties

(No properties)

PnlSwedenWithoutPickupService (inherits AbstractShipmentBase)

Description

Without pickup service DEPRECATED!

Properties

(No properties)

PnlSwedenHalfPallet (inherits AbstractShipmentBase)

Description

1/2 Pallet service DEPRECATED!

Properties

(No properties)

PnlSwedenQuarterPallet (inherits AbstractShipmentBase)

Description

1/4 Pallet DEPRECATED!

Properties

(No properties)

PnlSwedenDomesticAir (inherits AbstractShipmentBase)

Description

Domestic Air DEPRECATED!

Properties

(No properties)

PnlSwedenDeliveryToDoor (inherits AbstractShipmentBase)

Description

Delivery To Door DEPRECATED!

Properties

(No properties)

PnlSwedenFlexiSize (inherits AbstractShipmentBase)

Description

Flexi Size DEPRECATED!

Properties

(No properties)

PnlSwedenLimitedDangerousGoodsService (inherits AbstractShipmentBase)

Description

Limited quantity dangerous goods DEPRECATED!

Properties

PropertyDatatypeValidationsDescription
GrossWeightdecimalMinimum value = 0
Maximum value = 99999.99
Limited quantity dangerous goods weight
Svenska: "Bruttovikt" English: "Gross weight"
SeaTransportbool(none)Sea Transport
Svenska: "Sjötransport" English: "Sea transport"

PnlSwedenLogtradeEmailAdviceService (inherits AbstractShipmentBase)

Description

LogTrade email advice DEPRECATED!

Properties

PropertyDatatypeValidationsDescription
AdviceTemplateIdstring(none)Template advice id
Svenska: "Mallid" English: "Template id"

Enumerations

ShipmentActionEnum

Description

Shipment action

Values

ValueDescription
SaveSave shipment
Normally used when not enough data is available to pass the validations, which means users needs to manually edit the shipment after transfer.
PreparePrepare shipment
Normally used if enough data is available to pass the validations
ReleaseRelease shipment
Only used when shipment data passes validations, and no other shipments are to be sent with the same carrier.

ChangeShipmentStatusEnum

Description

Shipment status change

Values

ValueDescription
PrepareChange shipment status to Prepared.
Also prints transport documents when used with Integrated Printing.
ReleaseChange shipment status to Released.
Also prints transport documents when used with Integrated Printing.
ArchiveChange shipment status to Archived.

ShipmentCommandEnum

Description

Shipment command

Values

ValueDescription
CreateAdds a new shipment
Fails if a shipment with the same consignment id already exists
ReplaceAdd or replace previous shipment
Creates a new shipment, replacing any existing shipment with the same consignment id.
AddGoodsItemsAdd goods items to shipment
ReplaceGoodsItemsReplace all goods items of shipment
ValidateOnlyValidates shipment data, does not save shipment

CreateShipmentResultEnum

Description

Shipment service action result

Values

ValueDescription
SavedShipment saved
PreparedShipment prepared
ReleasedShipment released
ValidatedShipment validated
FailedShipment action failed

PrintCommandEnum

Description

Print command

Values

ValueDescription
LabelsAndDocumentsPrint transport labels and documents
LabelsOnlyPrint only package labels
DocumentsOnlyPrint only shipment documents
PendingLabelsAndDocumentsPrint any package labels and shipment documents that has not already been printed
ManifestListOnlyPrint only the manifest list
This command can only be used with shipments that has status 'Released'

LocaleEnum

Description

Locale value

Values

ValueDescription
svSwedish
enEnglish
daDanish

ShipmentStatusEnum

Description

Shipment status

Values

ValueDescription
SavedSaved
PreparedPrepared
ReleasedReleased
ArchivedArchived
FailedFailed

BookingResultEnum

Description

Booking result

Values

ValueDescription
BookedBooked
AlreadyBookedShipment was already booked
BookingNotSupportedBooking not supported
BookingFailedBooking failed, se Messages for details
ValidationFailedShipment validation failed, se Messages for details

UserRoleEnum

Description

User role

Values

ValueDescription
ViewShipmentsView shipments (Distribution>
EditShipmentsEdit shipments (Distribution>
EditSystemSettingsEdit system settings (Distribution)
ViewFinancialInfoView financial info (Distribution/Control Tower)
LoginAsExternalUserOnly allowed to login as external user
RunAsBatchJobOnly allowed to login to web services

TimeTableResult

Description

Time table result

Values

ValueDescription
SuccessSuccess
NotSupportedTime table requests are not supported for the forwarder/product
FailedFailed

LogtradeAdviceType

Description

Advice type

Values

ValueDescription
SMSSMS
EmailEmail

AddressType

Description

Defines the usage of a ShipmentAddress object

Values

ValueDescription
SenderGoods sender address
Svenska: "Avsändare" English: "Sender"
RecipientGoods recipient address
Svenska: "Mottagare" English: "Recipient"
PickupGoods pickup address
Svenska: "Avhämtningsadress" English: "Pickup"
DeliveryGoods delivery address
Svenska: "Leveransadress" English: "Delivery"
FreightPayerFreight payer address
Svenska: "Fraktbetalare" English: "Freight payer"
NotifyPartyNotify Party for Service address
Svenska: "Aviseringsadress" English: "Notify party"
InvoiceeInvoice Sender address
Svenska: "Fakturautställare" English: "Invoicee"
InvoiceRecipientInvoice Reciever address
Svenska: "Fakturamottagare" English: "Invoice recipient"
ReturnReturn address used when sending a shipment back
Svenska: "Returaddress" English: "Return address"
AgentAgent address
Svenska: "Ombud" English: "Agent"
CustomsFeesPayerCustoms fee payer address

NotifyType

Description

Selection criteria for notify types

Values

ValueDescription
AnyTypeNotify type used for selections
Svenska: "Notify type used for selections" English: "Any type"
PhonePhone
Svenska: "Telefon" English: "Phone"
FaxFax
Svenska: "Fax" English: "Fax"
SMSSMS
Svenska: "SMS" English: "SMS"
EmailEmail
Svenska: "Email" English: "Email"
LetterLetter
Svenska: "Brev" English: "Letter"

LithiumBatteryRegulation

Description

Regulation

Values

ValueDescription
AnyTypeUsed for selections
Svenska: "(Välj)" English: "(Select)"
LithiumIonIndividualIndividual
Svenska: "Ion PI965 sektion II (LiBa)" English: "Ion PI965 section II (LiBa)"
LithiumIonWithEquipmentWith Equipment
Svenska: "Ion PI966 Sektion II (LiBa med utrustning)" English: "Ion PI966 Section II (LiBa with equipment)"
LithiumIonInEquipmentIn Equipment
Svenska: "Ion PI967 Sektion II (LiBa i utrustning)" English: "Ion PI967 Section II (LiBa in equipment)"
LithiumMetalWithEquipmentWith Equipment
Svenska: "Ion PI969 Sektion II (LiBa med utrustning)" English: "Ion PI969 Section II (LiBa with equipment)"
LithiumMetalInEquipmentIn Equipment
Svenska: "Ion PI970 Sektion II (LiBa i utrustning)" English: "Ion PI970 Section II (LiBa in equipment)"

GiroAccountType

Description

Account type

Values

ValueDescription
AnyGiroTypeValue used in criteria
Svenska: "(välj)" English: "Any type"
PostalGiroPostal giro
Svenska: "Plusgiro" English: "Postal giro"
BankGiroBankGiro
Svenska: "Bankgiro" English: "Bank giro"
IBANInternational Bank Account Number
Svenska: "IBAN" English: "IBAN"

GiroReferenceType

Description

Giro reference type

Values

ValueDescription
AnyReferenceTypeValue used in criteria
Svenska: "Valfri Referens" English: "Any Reference"
TextText reference
Svenska: "Text" English: "Text"
OCROCR reference
Svenska: "OCR" English: "OCR"

InvoiceType

Description

Invoice type

Values

ValueDescription
AnyInvoiceTypeValue used in criteria
Svenska: "(välj)" English: "Any type"
CommercialCommercial invoice
Svenska: "Kommersiell faktura" English: "Commercial"
ProformaProforma invoice
Svenska: "Proformafaktura" English: "Proforma"

LoadUnloadType

Description

Selection criteria for load/unload

Values

ValueDescription
AnyTypeUsed for selections
Svenska: "(välj)" English: "(select)"
RoofLoadUnloadRoof load/unload
Svenska: "Enbart via tak" English: "Only via roof"
TailLoadUnloadTail load/unload
Svenska: "Enbart bakifrån" English: "Only via tail"
TailLiftTail lift
Svenska: "Enbart med bakgavellyft" English: "Only tail lift"
Max12mTruckMaximum 12m truck
Svenska: "Max 12m truck" English: "Maximum 12m truck"
Max17mTruckMaximum 17m truck
Svenska: "Max 17m truck" English: "Maximum 17m truck"

InstructionType

Description

Defines the type of a shipment instruction

Values

ValueDescription
NotSetUndefined instruction type
Svenska: "Odefinierad" English: "Not set"
CollectionCollection instructions
Svenska: "Hämtning" English: "Collection instruction"
DeliveryDelivery instructions
Svenska: "Leverans" English: "Delivery instruction"
BookingBooking instructions
Svenska: "Bokning" English: "Booking instruction"
ForwarderForwarder instructions

ShipmentType

Description

Defines a courier shipment type

Values

ValueDescription
UndefinedUndefined shipment type
PackagePackage
Svenska: "Paket" English: "Package"
DocumentDocument
Svenska: "Dokument" English: "Document"
NotSetNot set
GiftGift
Svenska: "Gåva" English: "Gift"
CommercialSampleCommercialSample
Svenska: "Varuprov" English: "Commercial sample"
ReturnsReturns
Svenska: "Returer" English: "Returns"

PaymentType

Description

Payment indicator type

Values

ValueDescription
AnyPaymentOther Payment instruction
Svenska: "Alla betalare" English: "Other Payment instuction"
SenderSender pays
Svenska: "Avsändare" English: "Sender pays"
RecipientRecipient pays
Svenska: "Mottagare" English: "Recipient pays"
ThirdPartyThird party pays
Svenska: "Tredjeparts betalare" English: "Third party pays"
UnknownPartyUnspecified party DEPRECATED!
Svenska: "Okänd betalare" English: "Unknown party"

NonDeliveryHandling

Description

Sender instruction in case of non-delivery

Values

ValueDescription
NotSetNot set
TreatAsAbandonedTreat as abandoned
ReturnToSenderReturn to sender. Return fee will be charged

ExportType

Description

Type of export

Values

ValueDescription
PermanentPermanent export
Svenska: "Permanent export" English: "Permanent"
TemporaryTemporary
Svenska: "Tillfällig export" English: "Temporary"
ReExportRe-export
Svenska: "Återexport" English: "Re-export"

ShipmentIdentifierCode

Description

Identifiers

Values

ValueDescription
NotSetNot set
ClcShipmentIdEricsson CLC shipment UID
ClcManifestIdEricsson CLC manifest UID
BudbeeOrderIdBudbee order id
BudbeeTokenBudbee token
SchenkerOpalNumberSchenker OPAL number
SchenkerOfficeNumberSchenker Office number
BookingReferenceBooking reference
ProjectNumberProject number
OneTimeReferenceProject number
OfficeIdProject number
TerminalIdProject number
IolShipmentIdIOL shipment identity
IolAliasIdentityIOL alias identity
IolShipmentIdentityIOL shipment identity
IolShipmentRequestAcceptIdentityIOL shipment request accept identity
ValidationIdValidationId

AddressIdentifierCode

Description

Identifiers

Values

ValueDescription
NotSetNot set
ClcIolIdentifierEricsson CLC IOL Identifier
ClcLocationIdEricsson CLC location UID
VoecIdNumberVAT on E-Commerce (NO)
EoriGBEconomic Operator Registration and Identification (GB)
CustomerProductionCodeCustomer Production Code
EoriEconomic Operator Registration and Identification (EU)
IOSSImport One-Stop-Shop (EU)
IolLocationIdentityIOL Location Identity

PackageIdentifierCode

Description

Identifiers

Values

ValueDescription
NotSetNot set
ClcPackageItemIdEricsson CLC package UID
IolPackageIdIOL package identity

DataType

Description

Data type

Values

ValueDescription
StringString
IntInteger
DecimalDecimal
DateTimeDate and time
TimeTime
DateDate
BooleanBoolean

BringSwedenContainedProducts

Description

Product types contained in a split shipment

Values

ValueDescription
AnyProductAny product
Svenska: "(välj)" English: "(select)"
ExpressExpress Nordic 09:00 Bulk
Svenska: "Express Nordic 09:00 Bulk" English: "Express Nordic 09:00 Bulk"
BusinessBusiness Parcel Bulk
Svenska: "Business Parcel Bulk" English: "Business Parcel Bulk"
PickUpPickUp Parcel Bulk
Svenska: "PickUp Parcel Bulk" English: "PickUp Parcel Bulk"
ExpressAndBusinessExpress Nordic 09:00 Bulk and Business Parcel Bulk
Svenska: "Express Nordic 09:00 Bulk och Business Parcel Bulk" English: "Express Nordic 09:00 Bulk and Business Parcel Bulk"
ExpressAndPickUpExpress Nordic 09:00 Bulk and PickUp Parcel Bulk
Svenska: "Express Nordic 09:00 Bulk och PickUp Parcel Bulk" English: "Express Nordic 09:00 Bulk and PickUp Parcel Bulk"
BusinessAndPickUpBusiness Parcel Bulk and PickUp Parcel Bulk
Svenska: "Business Parcel Bulk och PickUp Parcel Bulk" English: "Business Parcel Bulk and PickUp Parcel Bulk"
ExpressAndBusinessAndPickUpExpress Nordic 09:00 Bulk and Business Parcel Bulk and PickUp Parcel Bulk
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"

PostNordSwedenContainedProducts

Description

Product types contained in a split shipment

Values

ValueDescription
AnyProductAny product
Svenska: "(Välj)" English: "(Select)"
MyPackMyPack
Svenska: "MyPack" English: "MyPack"
DpdDPD
Svenska: "DPD" English: "DPD"
DpdAndMyPackBoth DPD and MyPack
Svenska: "DPD and MyPack" English: "DPD and MyPack"

DanskeFragtmaendDenmarkInsuranceType

Description

Danske Fragtmaend Denmark, Insurance type

Values

ValueDescription
InsuranceTypeAInsurance type A
Svenska: "Forsikringstype A" English: "Insurance type A"
InsuranceTypeBInsurance type B
Svenska: "Forsikringstype B" English: "Insurance type B"
InsuranceTypeCInsurance type C
Svenska: "Forsikringstype C" English: "Insurance type C"
InsuranceTypeDInsurance type D
Svenska: "Forsikringstype D" English: "Insurance type D"

DsvRoadSwedenServiceRequirement

Description

DsvRoadSweden Insurance Type

Values

ValueDescription
PackedCratedPacked, Crated
Svenska: "Emballerat gods" English: "Packed, Crated"
UnpackedNonCratedUnpacked, Non crated
Svenska: "Oemballerat gods" English: "Unpacked, Non crated"

DsvRoadSwedenNatureOfCargo

Description

Values

ValueDescription
OrdinaryNewCommercialGoodsOrdinary new commercial goods
Svenska: "Vanliga handelsvaror" English: "Ordinary new commercial goods"
UsedTradingGoodsAndOrUnpackedGoodsUsed trading goods and/or unpacked goods
Svenska: "Begagnade varor eller oemballerat gods" English: "Used trading goods and/or unpacked goods"
FurnitureFurniture
Svenska: "Möbler" English: "Furniture"
PorcelainGlassLightBulbsMarbleAndOtherFragileGoodsPorcelain, Glass, Light Bulbs, Marble and other fragile goods
Svenska: "Porslin, glas, glödlampor, marmor, annat ömtåligt gods" English: "Porcelain, Glass, Light Bulbs, Marble and other fragile goods"
HouseholdGoodsMotorVehiclesHousehold goods, motor vehicles
Svenska: "Personliga effekter, motorfordon" English: "Household goods, motor vehicles"

BringDeliveryEvent

Description

Bring delivery advice event

Values

ValueDescription
ArrivedToTerminalArrived at terminal
OutForDeliveryOut for delivery
AllEventsAll events

UpsGlobalISCType

Description

UpsGlobal, ISCType

Values

ValueDescription
Seeds032 - Seeds
Svenska: "032 - Seeds" English: "032 - Seeds"
Perishables033 - Perishables
Svenska: "033 - Perishables" English: "033 - Perishables"
Tobacco034 - Tobacco
Svenska: "034 - Tobacco" English: "034 - Tobacco"
Plants035 - Plants
Svenska: "035 - Plants" English: "035 - Plants"
AlcoholicBeverages036 - Alcoholic Beverages
Svenska: "036 - Alcoholic Beverages" English: "036 - Alcoholic Beverages"
BiologicalSubstance037 - Biological Substance
Svenska: "037 - Biological Substance" English: "037 - Biological Substance"
SpecialExceptions038 - Special Exceptions
Svenska: "038 - Special Exceptions" English: "038 - Special Exceptions"
ECigarettes039 - E-Cigarettes
Svenska: "039 - E-Cigarettes" English: "039 - E-Cigarettes"
HempCBD040 - Hemp/CBD
Svenska: "040 - Hemp/CBD" English: "040 - Hemp/CBD"