Subversion Repositories SmartDukaan

Rev

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

Rev 20744 Rev 23121
Line 215... Line 215...
215
	
215
	
216
	void updatePincode(1:i64 providerId, 2:string pincode, 3:bool exp, 4:bool cod, 5:bool otgAvailable),
216
	void updatePincode(1:i64 providerId, 2:string pincode, 3:bool exp, 4:bool cod, 5:bool otgAvailable),
217
	
217
	
218
	bool addNewAwbs(1:i64 providerId, 2:bool cod, 3:list<string> awbs, 4:i64 awbUsedFor),
218
	bool addNewAwbs(1:i64 providerId, 2:bool cod, 3:list<string> awbs, 4:i64 awbUsedFor),
219
	
219
	
220
	void runLogisticsLocationInfoUpdate(1:list<LogisticsLocationInfo> logisticsLocationInfoList, 2:bool runCompleteUpdate),
220
	void runLogisticsLocationInfoUpdate(1:list<LogisticsLocationInfo> logisticsLocationInfoList, 2:bool runCompleteUpdate, 3:i64 provider),
221
	
221
	
222
	i64 adjustDeliveryDays(1:i64 startDate, 2:i64 days),
222
	i64 adjustDeliveryDays(1:i64 startDate, 2:i64 days),
223
	
223
	
224
	i64 getFirstDeliveryEstimateForWhLocation(1:string pincode, 2:i64 whLocation),
224
	i64 getFirstDeliveryEstimateForWhLocation(1:string pincode, 2:i64 whLocation),
225
	
225