Subversion Repositories SmartDukaan

Rev

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

Rev 7256 Rev 7567
Line 157... Line 157...
157
	
157
	
158
	PickupStore getPickupStore(1:i64 storeId),
158
	PickupStore getPickupStore(1:i64 storeId),
159
	
159
	
160
	PickupStore getPickupStoreByHotspotId(1:string hotspotId),
160
	PickupStore getPickupStoreByHotspotId(1:string hotspotId),
161
	
161
	
162
	void addPincode(1:i64 providerId, 2:string pincode, 3:string destCode, 4:bool exp, 5:bool cod, 6:i32 stationType, 7:bool otgAvailable)
162
	void addPincode(1:i64 providerId, 2:string pincode, 3:string destCode, 4:bool exp, 5:bool cod, 6:i32 stationType, 7:bool otgAvailable),
163
	
163
	
164
	void updatePincode(1:i64 providerId, 2:string pincode, 3:bool exp, 4:bool cod, 5:bool otgAvailable)
164
	void updatePincode(1:i64 providerId, 2:string pincode, 3:bool exp, 4:bool cod, 5:bool otgAvailable),
-
 
165
	
-
 
166
	bool addNewAwbs(1:i64 providerId, 2:bool cod, 3:list<string> awbs)
165
}
167
}