Subversion Repositories SmartDukaan

Rev

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

Rev 673 Rev 714
Line 58... Line 58...
58
	LogisticsInfo getLogisticsEstimation(1:i64 itemId, 2:string destination_pin) throws (1:LogisticsServiceException se),
58
	LogisticsInfo getLogisticsEstimation(1:i64 itemId, 2:string destination_pin) throws (1:LogisticsServiceException se),
59
	
59
	
60
	/**
60
	/**
61
	 Same as above excpet that an airway bill number is also allocated and returned.
61
	 Same as above excpet that an airway bill number is also allocated and returned.
62
	*/
62
	*/
63
	LogisticsInfo getLogisticsInfo(1:string destination_pincode, 2:string item_id) throws (1:LogisticsServiceException se),
63
	LogisticsInfo getLogisticsInfo(1:string destination_pincode, 2:i64 item_id) throws (1:LogisticsServiceException se),
64
	
64
	
65
	/**
65
	/**
66
	 Returns an unused AWB number for the given provider.
66
	 Returns an unused AWB number for the given provider.
67
	*/
67
	*/
68
	string getEmptyAWB(1:i64 providerId) throws (1:LogisticsServiceException se),
68
	string getEmptyAWB(1:i64 providerId) throws (1:LogisticsServiceException se),