Subversion Repositories SmartDukaan

Rev

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

Rev 5739 Rev 5766
Line 93... Line 93...
93
	LogisticsInfo getLogisticsEstimation(1:i64 itemId, 2:string destination_pin, 3:DeliveryType type) throws (1:LogisticsServiceException se),
93
	LogisticsInfo getLogisticsEstimation(1:i64 itemId, 2:string destination_pin, 3:DeliveryType type) throws (1:LogisticsServiceException se),
94
	
94
	
95
	/**
95
	/**
96
	 Same as above excpet that an airway bill number is also allocated and returned.
96
	 Same as above excpet that an airway bill number is also allocated and returned.
97
	*/
97
	*/
98
	LogisticsInfo getLogisticsInfo(1:string destination_pincode, 2:i64 item_id, 3:DeliveryType type) throws (1:LogisticsServiceException se),
98
	LogisticsInfo getLogisticsInfo(1:string destination_pincode, 2:i64 item_id, 3:DeliveryType type, 4:PickUpType pickUp) throws (1:LogisticsServiceException se),
99
	
99
	
100
	/**
100
	/**
101
	 Returns an unused AWB number for the given provider.
101
	 Returns an unused AWB number for the given provider.
102
	*/
102
	*/
103
	string getEmptyAWB(1:i64 providerId, DeliveryType type) throws (1:LogisticsServiceException se),
103
	string getEmptyAWB(1:i64 providerId, DeliveryType type) throws (1:LogisticsServiceException se),