Subversion Repositories SmartDukaan

Rev

Rev 714 | Rev 763 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 714 Rev 729
Line 68... Line 68...
68
	string getEmptyAWB(1:i64 providerId) throws (1:LogisticsServiceException se),
68
	string getEmptyAWB(1:i64 providerId) throws (1:LogisticsServiceException se),
69
 
69
 
70
	/**
70
	/**
71
	 Returns the list of updates for the given AWB number and provider id. The list is empty if there are no updates yet.
71
	 Returns the list of updates for the given AWB number and provider id. The list is empty if there are no updates yet.
72
	*/
72
	*/
73
	list<AwbUpdate> getShipmentInfo(1:string awb, 2:i64 providerId) throws (1:LogisticsServiceException se)
73
	list<AwbUpdate> getShipmentInfo(1:string awb, 2:i64 providerId) throws (1:LogisticsServiceException se),
-
 
74
	
-
 
75
	/**
-
 
76
	 Returns the short three letter code of a pincode for the given provider.
-
 
77
     Raises an exception if the pin code is not serviced by the given provider.
-
 
78
	*/
-
 
79
	string getDestinationCode(1:i64 providerId, 2:string pinCode) throws (1:LogisticsServiceException se)
74
}
80
}
75
 
81