Subversion Repositories SmartDukaan

Rev

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

Rev 7073 Rev 7075
Line 1221... Line 1221...
1221
	 
1221
	 
1222
	 binary getDocument(1:i64 docType, 2:i64  docSource);
1222
	 binary getDocument(1:i64 docType, 2:i64  docSource);
1223
	 
1223
	 
1224
	 bool changeShippingAddress(1:i64 orderId, 2:string line1, 3:string line2, 4:string city, 5:string state, 6:string pin);
1224
	 bool changeShippingAddress(1:i64 orderId, 2:string line1, 3:string line2, 4:string city, 5:string state, 6:string pin);
1225
	 
1225
	 
1226
	 binary retrieveInvoice(1:i64 orderId);
1226
	 binary retrieveInvoice(1:i64 orderId, 2:i64 userId);
1227
	 
1227
	 
1228
	 list<string> receiveUpdatesForRedExpress(1:string awbNumber);
1228
	 list<string> receiveUpdatesForRedExpress(1:string awbNumber);
1229
	 
1229
	 
1230
	 RechargeTransaction createRechargeTransaction(1:RechargeTransaction thriftRechargeTransaction);
1230
	 RechargeTransaction createRechargeTransaction(1:RechargeTransaction thriftRechargeTransaction);
1231
}
1231
}