Subversion Repositories SmartDukaan

Rev

Rev 23218 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 23218 Rev 23446
Line 153... Line 153...
153
	LogisticsInfo getLogisticsEstimationForStore(1:i64 itemId, 2:string destination_pin, 3:DeliveryType type) throws (1:LogisticsServiceException se),
153
	LogisticsInfo getLogisticsEstimationForStore(1:i64 itemId, 2:string destination_pin, 3:DeliveryType type) throws (1:LogisticsServiceException se),
154
	
154
	
155
	/**
155
	/**
156
	 Same as above excpet that an airway bill number is also allocated and returned.
156
	 Same as above excpet that an airway bill number is also allocated and returned.
157
	*/
157
	*/
158
	LogisticsInfo getLogisticsInfo(1:string destination_pincode, 2:i64 item_id, 3:DeliveryType type, 4:PickUpType pickUp) throws (1:LogisticsServiceException se),
158
	LogisticsInfo getLogisticsInfo(1:string destination_pincode, 2:i64 item_id, 3:DeliveryType type, 4:PickUpType pickUp, 5:i64 stateId) throws (1:LogisticsServiceException se),
159
	
159
	
160
	/**
160
	/**
161
	 Returns an unused AWB number for the given provider.
161
	 Returns an unused AWB number for the given provider.
162
	*/
162
	*/
163
	string getEmptyAWB(1:i64 providerId, 2:string logisticsTransactionId) throws (1:LogisticsServiceException se),
163
	string getEmptyAWB(1:i64 providerId, 2:string logisticsTransactionId) throws (1:LogisticsServiceException se),