Subversion Repositories SmartDukaan

Rev

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

Rev 7808 Rev 7888
Line 172... Line 172...
172
	
172
	
173
	void updatePincode(1:i64 providerId, 2:string pincode, 3:bool exp, 4:bool cod, 5:bool otgAvailable),
173
	void updatePincode(1:i64 providerId, 2:string pincode, 3:bool exp, 4:bool cod, 5:bool otgAvailable),
174
	
174
	
175
	bool addNewAwbs(1:i64 providerId, 2:bool cod, 3:list<string> awbs),
175
	bool addNewAwbs(1:i64 providerId, 2:bool cod, 3:list<string> awbs),
176
	
176
	
177
	void runLogisticsLocationInfoUpdate(1:list<LogisticsLocationInfo> logisticsLocationInfoList, 2:bool runCompleteUpdate)
177
	void runLogisticsLocationInfoUpdate(1:list<LogisticsLocationInfo> logisticsLocationInfoList, 2:bool runCompleteUpdate),
-
 
178
	
-
 
179
	i64 adjustDeliveryDays(1:i64 startDate, 2:i64 days)
-
 
180
	
178
}
181
}