http://ee.econt.com/services/Shipments

For validating, calculating and creating a shipment, you can use the same query with different value in the tag <mode> (validate, calculate, create)

When preparing a shipment, the addresses of the sender, receiver, and any other parties (who will receive the amount collected from the service "cash on delivery", receive a returned shipment, etc.) need to be valid according to the following criteria:

1. Valid post code and city name
2. At least one of the following:
  • valid street name (tag <street>) and number (tag <num>)
  • valid neighbourhood name (tag <quarter>) and a value for other address related information (tag <other>)
  • for cities with missing street data: street name without validation (tag <street>) and number (tag < num>)
  • for shipments on request (sent to Econt office): valid Econt office code (tag <office_code>)

To calculate the shipping cost, only valid city and post code for sender and receiver are required.

Valid names of cities, streets and neighbourhoods you can get via API queries (see example queries here)

It is also possible to provide your client with the option to choose an office from a map, using the Econt's office locator.
A minimum sample implementation of office selection with the office locator you can see here

Data types:

ShipmentType (Enumeration)

Value Description
document
Documents (up to 0.5kg)
pack
Parcel (up to 50kg)
post_pack
Post parcel (up to 20kg, 60x60x60cm and subcode = office-office)
pallet
Pallet (80x120x180cm and up to 1000kg)
cargo
Cargo express (palletized shipment over 80x120x180cm up to 200x200x180 and up to 500kg)
documentpallet
Pallet + documents
big_letter
Letter (big)
small_letter
Letter (small)
money_transfer
Money transfer
pp
Post transfer

ReturnInstructionParams (Class)

Parameters for returning shipment instructions
Name Type Multiplicity Description
returnParcelDestination string [0..1]
Destination of the return parcel (empty -> no return parcel, sender -> return to sender, office -> return to office, address -> return to address)
returnParcelIsDocument boolean [0..1]
Indicates if the return parcel is document (true -> the return shipment is a document, false -> the return shipment is the same type as the original)
returnParcelIsEmptyPallet boolean [0..1]
Indicates if the return parcel is will have empty pallets (true -> the return shipment is one or more empty pallets, false -> the return shipment is the same type as the original). This option only applies to shipment types of cargo, pallet or documentpallet. The count of all pallet types to return cannot exceed the shipment pack count.
emptyPalletEuro int [1..1]
count of euro pallets to return
emptyPallet80 int [1..1]
count of pallets to return with size 80x120
emptyPallet100 int [1..1]
count of pallets to return with size 100x120
emptyPallet120 int [1..1]
count of pallets to return with size 120x120
daysUntilReturn int [0..1]
The maximum period (in days) for sending the return shipment
returnParcelPaymentSide string [0..1]
Payer of the return shipment (sender, receiver)
returnParcelReceiverClient ClientProfile [0..1]
Receiver for the return shipment (if empty -> original sender)
returnParcelReceiverAgent ClientProfile [0..1]
Receiver's authorized person for the return shipment (if empty -> original sender's authorized person)
returnParcelReceiverOfficeCode string [0..1]
Receiver's office code for the return shipment (if empty -> original sender's office code)
returnParcelReceiverAddress Address [0..1]
Receiver's address for the return shipment (if empty -> original sender's address)
printReturnParcel boolean [0..1]
If label for return shipment should be generated upon creation of the first shipment
rejectAction string [0..1]
The actions available if the shipment is rejected: contact - contact sender (rejectContact) instruction - text with instructions (rejectInstruction) return_to_sender - return to sender return_to_office - return to other - to office (rejectReturnClient, RejectReturnAgent, RejectReturnOfficeCode) return_to_address - return to other - to address (rejectReturnClient, RejectReturnAgent, RejectReturnAddress) The fields: rejectInstruction, rejectContact, rejectReturnReceiver or rejectReturnToSender cannot be used at once
rejectInstruction string [0..1]
Text instruction if the shipment is rejected by the receiver
rejectContact string [0..1]
Phone or e-mail contact if the shipment is rejected by the receiver
rejectReturnClient ClientProfile [0..1]
Client, to whom the original (first) shipment should be returned
rejectReturnAgent ClientProfile [0..1]
Authorized person, to whom the original (first) shipment should be returned
rejectReturnOfficeCode string [0..1]
The code of the office, where the original (first) shipment should be returned
rejectReturnAddress Address [0..1]
Address, where the original (first) shipment should be returned to
rejectOriginalParcelPaySide string [0..1]
Payer of the original (first) shipment if it is rejected by the receiver after review (sender, receiver)
rejectReturnParcelPaySide string [0..1]
Payer of the return shipment if the original (first) is rejected by the receiver after review (sender, receiver)
signatureDocuments boolean [1..1]
Marks if the returning documents should be signed by the client (returnParcelIsDocument should be 'true')
signaturePenColor string [1..1]
The color of the pen, which have to be used for signing the documents
signatureCount int [1..1]
Number of total signatures that have to be done
signaturePageNumbers string [1..1]
Page numbers of the document where the client should put his signature
signatureOtherInstructions string [1..1]
Other or additional instructions in free text

Instruction (Class)

Additional instructions for receiving, giving over or returning of shipment
Name Type Multiplicity Description
id int [0..1]
type InstructionType [0..1]
The type of the instruction
title string [0..1]
The title of the instruction for receiving or giving over a shipment
description string [0..1]
Content of the instruction for receiving or giving over a shipment
attachments HostedFile [0..n]
Attached files with instructions for receiving or giving over a shipment
voiceDescription HostedFile [0..1]
Recorded voice message with instruction for receiving or giving over a shipment (mp3)
returnInstructionParams ReturnInstructionParams [0..1]
Instruction parameters for returning a shipment
name string [0..1]
Instruction template name
applyToAllParcels boolean [0..1]
Whether or not the template should be applied for all sender's shipments
applyToReceivers string [0..n]
Whether or not the template should be applied for all sender's shipments to given receivers

InstructionType (Enumeration)

Instruction types
Value Description
take
Instruction type for collecting a shipment from the sender
give
Instruction type for giving over a shipment to the receiver
return
Instruction type for returning a shipment
services
Instruction type for additional services

ShippingLabel (Class)

Name Type Multiplicity Description
shipmentNumber string [0..1]
Shipment number
previousShipmentNumber string [0..1]
The number of the parent (previous) shipment
previousShipmentReceiverPhone string [0..1]
The phone number of the receiver of the parent (previous) shipment
senderClient ClientProfile [0..1]
Sender
senderAgent ClientProfile [0..1]
Authorized sender
senderAddress Address [0..1]
Address of the sender
senderOfficeCode string [0..1]
Office code of the sender
emailOnDelivery string [0..1]
E-mail for delivery notification
smsOnDelivery string [0..1]
Indicates whether or not a SMS should be send after the delivery
receiverClient ClientProfile [0..1]
Receiver
receiverAgent ClientProfile [0..1]
Authorized receiver
receiverAddress Address [0..1]
Address of the receiver
receiverOfficeCode string [0..1]
Office code of the receiver
receiverProviderID int [0..1]
Provider ID of the receiver
receiverBIC string [0..1]
BIC of the receiver
receiverIBAN string [0..1]
IBAN of the receiver
envelopeNumbers string [0..n]
Envelope numbers
packCount int [0..1]
Pack count
packs PackElement [0..n]
Packs
shipmentType ShipmentType [0..1]
Shipment type
weight double [0..1]
Weight
sizeUnder60cm boolean [0..1]
Indicates if all shipment dimensions are under 60cm (by default: 'false')
shipmentDimensionsL double [0..1]
Shipment dimensions (lenght)
shipmentDimensionsW double [0..1]
Shipment dimensions (width)
shipmentDimensionsH double [0..1]
Shipment dimensions (height)
shipmentDescription string [0..1]
Shipment description
orderNumber string [0..1]
Order number
sendDate date [0..1]
The date when the shipment is sent
holidayDeliveryDay string [0..1]
'Halfday', 'workday', or specific date (yyyy-mm-dd)
keepUpright boolean [0..1]
Indicates if the shipment should be kept upright (ON/OFF)
services ShippingLabelServices [0..1]
Services
instructions Instruction [0..n]
Instructions
payAfterAccept boolean [0..1]
Indicates whether or not the shipment can be checked before payment. This service will be ignored for shipments from/to automatic post stations.
payAfterTest boolean [0..1]
Indicates whether or not the shipment can be tested before payment. This service will be ignored for shipments from/to automatic post stations/Econt Drive.
packingListType string [0..1]
Packing list type - file, digital, loading
packingList PackingListElement [0..n]
Packing list
partialDelivery boolean [0..1]
Indicates whether or not partial delivery is allowed
paymentSenderMethod string [0..1]
Payment method of the sender - <empty>, cash, credit or voucher
paymentReceiverMethod string [0..1]
Payment method of the receiver - <empty>, cash or credit
paymentReceiverAmount double [0..1]
Amount of the payment for the receiver
paymentReceiverAmountIsPercent boolean [0..1]
Indicates if the payment due from the receiver is a percentage
paymentOtherClientNumber string [0..1]
The number of the client who is paying as a third party
paymentOtherAmount double [0..1]
Amount to be paid from third party
paymentOtherAmountIsPercent boolean [0..1]
Indicates if the payment due from third party is a percentage
mediator string [0..1]
Mediator for the shipment
paymentToken string [0..1]
Payment token for blocking payments
customsList CustomsListElement [0..n]
Customs list
customsInvoice string [0..1]
Customs Invoice number / date (31.12.21)

ShippingLabelServices (Class)

Name Type Multiplicity Description
priorityTimeFrom time [0..1]
Earliest time for delivery (format: HH:MM)
priorityTimeTo time [0..1]
Latest time for delivery (format: HH:MM)
deliveryReceipt boolean [0..1]
Indicates if delivery receipt should be returned to sender (additional service - DC)
digitalReceipt boolean [0..1]
Indicates if delivery receipt should be returned to sender with digital receipt (additional service - EDC)
goodsReceipt boolean [0..1]
Indicates if confirmation for receiving goods should be delivered to sender (additional service - DC-CP)
twoWayShipment boolean [0..1]
Indicates if it is a two-way shipment (additional service - DP)
deliveryToFloor boolean [0..1]
Indicates if there is delivery to floor (additional service)
pack5 int [0..1]
pack6 int [0..1]
pack8 int [0..1]
pack9 int [0..1]
pack10 int [0..1]
pack12 int [0..1]
refrigeratedPack int [0..1]
Indicates if the shipment should be transported with a cooler bag (additional service - REF)
declaredValueAmount double [0..1]
The declared value of the shipment
declaredValueCurrency string [0..1]
The currency of the declared value of the shipment
moneyTransferAmount double [0..1]
Money transfer amount
expressMoneyTransfer boolean [0..1]
Express money transfer
cdAmount double [0..1]
"Cash on delivery" amount
cdType string [0..1]
"Cash on delivery" accepted types: get or give
cdCurrency string [0..1]
"Cash on delivery" currency
cdPayOptionsTemplate string [0..1]
"Cash on delivery" payment options template
cdPayOptions CDPayOptions [0..1]
"Cash on delivery" payment options
invoiceBeforePayCD boolean [0..1]
Providing invoice before payment of "Cash on delivery"
smsNotification boolean [0..1]
SMS notifications for the receiver
invoiceNum string [0..1]
Invoice number (up to 11 digits) and date (31.12.21) for department sale

PackingListElement (Class)

Packing list
Name Type Multiplicity Description
inventoryNum string [0..1]
Inventory number
description string [0..1]
Description
weight double [0..1]
Weight
count int [0..1]
count
price double [0..1]
Price
file HostedFile [0..1]
File
alternativeDepartment string [0..1]
Alternative department payment to be used.

ShipmentStatus (Class)

Status of the shipment
Name Type Multiplicity Description
shipmentNumber string [0..1]
Shipment number
storageOfficeName string [0..1]
Storage office name
storagePersonName string [0..1]
Storage person name
createdTime dateTime [0..1]
Created time
sendTime dateTime [0..1]
The time when the shipment is sent
deliveryTime dateTime [0..1]
Delivery time
shipmentType ShipmentType [0..1]
Shipment type
packCount int [0..1]
Count of packs
shipmentDescription string [0..1]
Shipment description
weight double [0..1]
Weight
senderDeliveryType string [0..1]
Sender delivery type - door or office
senderClient ClientProfile [0..1]
Sender
senderAgent ClientProfile [0..1]
Authorized sender
senderOfficeCode string [0..1]
The office code of the sender
senderAddress Address [0..1]
Address of the sender
receiverDeliveryType string [0..1]
Receiver delivery type - door or office
receiverClient ClientProfile [0..1]
Receiver
receiverAgent ClientProfile [0..1]
Authorized receiver
receiverOfficeCode string [0..1]
The office code of the receiver
receiverAddress Address [0..1]
The address of the receiver
cdCollectedAmount double [0..1]
Collected "cash on delivery" amount
cdCollectedCurrency string [0..1]
Collected "cash on delivery" currency
cdCollectedTime dateTime [0..1]
Collected "cash on delivery" time
cdPaidAmount double [0..1]
"Cash on delivery" paid amount
cdPaidCurrency string [0..1]
"Cash on delivery" paid currency
cdPaidTime dateTime [0..1]
Paid "cash on delivery" time
totalPrice double [0..1]
The total price of the shipment
currency string [0..1]
Currency
discountPercent double [0..1]
Discount percentage
discountAmount double [0..1]
Amount of discount
discountDescription string [0..1]
Description of the discount
senderDueAmount double [0..1]
Due amount from the sender
receiverDueAmount double [0..1]
Due amount from the receiver
otherDueAmount double [0..1]
Other due amounts
deliveryAttemptCount int [0..1]
Count of delivery attempts
previousShipmentNumber string [0..1]
The previous shipment number (if any)
services ShipmentStatusService [0..n]
Services
lastProcessedInstruction string [0..1]
Last processed instruction, possible values are "return", "forward" and "destroy"
nextShipments NextShipmentElement [0..n]
Subsequent shipments (if there are instructions for returning shipments/documents)
trackingEvents ShipmentTrackingEvent [0..n]
Shipment tracking events
pdfURL string [0..1]
URL with the PDF result
expectedDeliveryDate date [0..1]
Expected delivery date
returnShipmentURL string [0..1]
Return shipment form URL
rejectOriginalParcelPaySide string [1..1]
Delivery payment side of the first shipment when it was refused.
rejectReturnParcelPaySide string [1..1]
Delivery payment side of the returning shipment when the first shipment was refused.
shipmentEdition ShipmentEditionResponseElement [1..1]
previousShipment PreviousShipment [1..1]
Information for the shipment from which the current one was generated (if there is such)

ShipmentStatusService (Class)

Name Type Multiplicity Description
type string [0..1]
Type
description string [0..1]
Description
count double [0..1]
Shipment status count
paymentSide string [0..1]
Indicates the payment side (sender, receiver, other)
price double [0..1]
Price
currency string [0..1]
Currency

ShipmentTrackingEvent (Class)

Name Type Multiplicity Description
isReceipt boolean [0..1]
Indicates if the event is of a return receipt (DC)
destinationType string [0..1]
Destination type
destinationDetails string [0..1]
Destination details
destinationDetailsEn string [0..1]
Destination details (en)
officeName string [0..1]
Office name
officeNameEn string [0..1]
Office name (en)
cityName string [0..1]
City name
cityNameEn string [0..1]
International city name
countryCode string [0..1]
Three-letter ISO Alpha-3 code of the country (e.g. AUT, BGR, etc.)
officeCode string [1..1]
destination office code
time dateTime [0..1]
Time

NextShipmentElement (Class)

Shipment created from previous
Name Type Multiplicity Description
shipmentNumber string [0..1]
Shipment number
reason string [0..1]
Reason
pdfURL string [0..1]
URL with the PDF result

CreateLabelResultElement (Class)

Result from creating label
Name Type Multiplicity Description
label ShipmentStatus [0..1]
Label status
error Error [0..1]
Error
payAfterAcceptIgnored string [1..1]
Info message indicating the payAfterAccept/payAfterTest service was ignored

DeleteLabelsResultElement (Class)

Result from deleting labels
Name Type Multiplicity Description
shipmentNum string [0..1]
Shipment number
error Error [0..1]
Error

ShipmentStatusResultElement (Class)

Name Type Multiplicity Description
status ShipmentStatus [0..1]
Shipment status
error Error [0..1]
Error

RequestCourierStatusResultElement (Class)

Name Type Multiplicity Description
status RequestCourierStatus [0..1]
request courier status
error Error [0..1]
Error

RequestCourierStatus (Class)

Name Type Multiplicity Description
id int [0..1]
Request courier ID
status RequestCourierStatusType [0..1]
Request courier status
note string [0..1]
Remarks (additional info)
reject_reason string [0..1]

RequestCourierStatusType (Enumeration)

Value Description
unprocess
Not processed
process
Processed and assigned to a courier
taken
Shipment is taken from client's address
reject
Canceled
reject_client
Canceled by client

PackElement (Class)

Pack
Name Type Multiplicity Description
width float [1..1]
Pack width
height float [1..1]
Pack height
length float [1..1]
Pack length
weight float [1..1]
Pack weight

GetMyAWBResultElement (Class)

Name Type Multiplicity Description
shipmentNumber string [1..1]
Shipment number
senderName string [1..1]
Sender client name
status string [1..1]
AWB status
createdDate dateTime [1..1]
AWB created date
acceptedDate dateTime [1..1]
Date when shipment has been given to Econt
cdAmount double [1..1]
"Cache on delivery" amount
courierServiceAmount double [1..1]
Courier service amount
courierServiceMasterPayer string [1..1]
Courier service master payer
receiverPhone string [1..1]
Receiver client phone
cdCurrency string [1..1]
"Cache on delivery" currency
courierServiceCurrency string [1..1]
Courier service currency

CheckPossibleShipmentEditionsResultElement (Class)

Name Type Multiplicity Description
possibleShipmentEditions string [0..n]
shipmentNum int [1..1]

PaymentAdditionPrice (Class)

Additional price payment information for ShipmentEditions
Name Type Multiplicity Description
side string [1..1]
sender, receiver, other
shareAmount double [1..1]
Amount of shared sum between sender/receiver
method string [1..1]
cash, credit
otherClientNumber string [1..1]
required when side is "other"

PaymentInstruction (Class)

Additional fee (IC) for some ShipmentEdition types. Payable by sender.
Name Type Multiplicity Description
method string [1..1]
cash, voucher, client_number

ShipmentEditionResponseElement (Class)

Name Type Multiplicity Description
shipmentNum int [1..1]
Number of the edited Shipment
editionNum int [1..1]
ShipmentEdition Num
editionType string [1..1]
Type of generated Editions according to ShipmentEditionRequest
editionError string [1..1]
error during processing ShipmentEdition
price string [1..1]
Additional price for ShipmentEdition (if any)
currency string [1..1]
Additional price(if any) currency for ShipmentEdition

UpdateLabelsResultElement (Class)

Name Type Multiplicity Description
error Error [0..1]
labels UpdateLabelResponse [1..1]

CustomsListElement (Class)

Customs data TARIC codes
Name Type Multiplicity Description
cn string [1..1]
TARIC code
description string [1..1]
Description
sum double [1..1]
Total sum
currency string [1..1]
Currency of the product(BGN, RON, EUR, TRY, USD)

PreviousShipment (Class)

Information for the shipment from which the current one was generated (if there is such)
Name Type Multiplicity Description
shipmentNumber int [1..1]
Shipment number
reason string [1..1]
Reason for generating the current shipment
pdfURL string [1..1]
URL with the PDF result

Services:

LabelService (Interface)

endpoints: soap json

createLabel (Method)

Request for creating a label (see SOAP example Request, Response) (see JSON example Request, Response)
Parameters
Name Type Multiplicity Description
label ShippingLabel [0..1]
Shipment label
requestCourierTimeFrom time [0..1]
Indicates the beginning of the time period in which the shipment can be collected from you
requestCourierTimeTo time [0..1]
Indicates the end of the time period in which the shipment can be collected
mode string [0..1]
Supported modes - calculate, validate, create, calculate_with_block
Result
Name Type Multiplicity Description
label ShipmentStatus [0..1]
Information about the shipment/label
blockingPaymentURL string [0..1]
URL for making a blocking payment for the parcel
courierRequestID int [0..1]
Courier request ID
payAfterAcceptIgnored string [1..1]
Info message indicating the payAfterAccept/payAfterTest service was ignored
Faults
Type Description
Error
Generic error
endpoints: soap json

createLabels (Method)

Request for creating multiple labels (see SOAP example Request, Response) (see JSON example Request, Response)
Parameters
Name Type Multiplicity Description
labels ShippingLabel [0..n]
Shipment labels
runAsyncAndEmailResultTo string [0..1]
E-mail
mode string [0..1]
Supported modes - validate, calculate, create
Result
Name Type Multiplicity Description
results CreateLabelResultElement [0..n]
Information about the labels' statuses
Faults
Type Description
Error
Generic error
endpoints: soap json

deleteLabels (Method)

Request for deleting labels (see SOAP example Request, Response) (see JSON example Request, Response)
Parameters
Name Type Multiplicity Description
shipmentNumbers string [0..n]
Shipment numbers
Result
Name Type Multiplicity Description
results DeleteLabelsResultElement [0..n]
Information about the labels' statuses
Faults
Type Description
Error
Generic error
endpoints: soap json

updateLabel (Method)

Request for updating a label
Parameters
Name Type Multiplicity Description
label ShippingLabel [1..1]
Shipment label
requestCourierTimeFrom time [1..1]
Indicates the beginning of the time period in which the shipment can be collected from you
requestCourierTimeTo time [1..1]
Indicates the end of the time period in which the shipment can be collected
destroy boolean [1..1]
paymentAdditionPrice PaymentAdditionPrice [1..1]
Additional price payment information for ShipmentEdition
paymentInstruction PaymentInstruction [1..1]
Result
Name Type Multiplicity Description
label ShipmentStatus [1..1]
Information about the shipment/label
Faults
Type Description
Error
Generic error
endpoints: soap json

checkPossibleShipmentEditions (Method)

Returns possible ShipmentEdition types for requested Shipment numbers (see SOAP example Request, Response) (see JSON example Request, Response)
Parameters
Name Type Multiplicity Description
shipmentNums int [1..n]
Result
Name Type Multiplicity Description
possibleShipmentEditions CheckPossibleShipmentEditionsResultElement [0..n]
Faults
Type Description
Error
Generic error
endpoints: soap json

updateLabels (Method)

Request for updating multiple labels
Parameters
Name Type Multiplicity Description
labels UpdateLabelRequest [1..n]
Result
Name Type Multiplicity Description
results UpdateLabelsResultElement [0..n]
Faults
Type Description
Error
Generic error

ShipmentService (Interface)

endpoints: soap json

requestCourier (Method)

Creates courier request (see SOAP example Request, Response) (see JSON example Request, Response)
Parameters
Name Type Multiplicity Description
requestTimeFrom dateTime [0..1]
Indicates the beginning of the time the courier can collect (SOAP: YYYY-MM-DDTHH:MM:SS+03:00) (JSON: unix timestamp)
requestTimeTo dateTime [0..1]
Indicates the end of the time the courier can collect (SOAP: YYYY-MM-DDTHH:MM:SS+03:00) (JSON: unix timestamp)
shipmentType ShipmentType [0..1]
Shipment type (pack, post_pack, etc.)
shipmentPackCount int [0..1]
Count of shipments
shipmentWeight double [0..1]
Shipment weight (kg)
senderClient ClientProfile [0..1]
Client
senderAgent ClientProfile [0..1]
Authorized person
senderAddress Address [0..1]
The address of the sender
attachShipments string [0..n]
Prepared (not yet received) shipment numbers
Result
Name Type Multiplicity Description
courierRequestID string [0..1]
ID of the courier request
Faults
Type Description
Error
Generic error
endpoints: soap json

getShipmentStatuses (Method)

Requests statuses of shipments (see example SOAP Request, Response) (see example JSON Request, Response)
Parameters
Name Type Multiplicity Description
shipmentNumbers string [0..n]
Shipment numbers
Result
Name Type Multiplicity Description
shipmentStatuses ShipmentStatusResultElement [0..n]
Information about the shipment statuses
Faults
Type Description
Error
Generic error
endpoints: soap json

getRequestCourierStatus (Method)

Requests statuses of courier requests (see example SOAP Request, Response) (see example JSON Request, Response)
Parameters
Name Type Multiplicity Description
requestCourierIds string [0..n]
Request courier IDs
Result
Name Type Multiplicity Description
requestCourierStatus RequestCourierStatusResultElement [0..n]
Information about the request courier status
Faults
Type Description
Error
Generic error
endpoints: soap json

getMyAWB (Method)

Parameters
Name Type Multiplicity Description
dateFrom date [1..1]
dateTo date [1..1]
page int [0..1]
side string [1..1]
Shipment side - sender / receiver / all
Result
Name Type Multiplicity Description
dateFrom date [1..1]
dateTo date [1..1]
page int [1..1]
totalPages int [1..1]
results GetMyAWBResultElement [0..n]
Faults
Type Description
Error
Generic error
endpoints: soap json

setITUCode (Method)

Set ITU code for shipment
Parameters
Name Type Multiplicity Description
awbBarcode string [1..1]
Shipment number
truckRegNum string [1..1]
Truck registration number
ITU_code string [1..1]
ITU code
Result
Name Type Multiplicity Description
Faults
Type Description
Error
Generic error