Subversion Repositories SmartDukaan

Rev

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

Rev 6985 Rev 6988
Line 1167... Line 1167...
1167
	 list<Order> getPhysicalOrders(1:i64 fromDate, 2:i64 toDate);
1167
	 list<Order> getPhysicalOrders(1:i64 fromDate, 2:i64 toDate);
1168
	 
1168
	 
1169
	 binary getDocument(1:i64 docType, 2:i64  docSource);
1169
	 binary getDocument(1:i64 docType, 2:i64  docSource);
1170
	 
1170
	 
1171
	 bool changeShippingAddress(1:i64 orderId, 2:string line1, 3:string line2, 4:string city, 5:string state, 6:string pin);
1171
	 bool changeShippingAddress(1:i64 orderId, 2:string line1, 3:string line2, 4:string city, 5:string state, 6:string pin);
-
 
1172
	 
-
 
1173
	 binary retrieveInvoice(1:i64 orderId);
-
 
1174
	 
1172
}
1175
}