Subversion Repositories SmartDukaan

Rev

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

Rev 20111 Rev 20734
Line 2044... Line 2044...
2044
	 
2044
	 
2045
	 bool acceptPackageOrders(list<i64> orders) throws (1:TransactionServiceException ex)
2045
	 bool acceptPackageOrders(list<i64> orders) throws (1:TransactionServiceException ex)
2046
	 
2046
	 
2047
	 list<Order> getGroupOrdersByLogisticsTxnId(1:string logisticsTxnId) throws (1:TransactionServiceException ex)
2047
	 list<Order> getGroupOrdersByLogisticsTxnId(1:string logisticsTxnId) throws (1:TransactionServiceException ex)
2048
	 
2048
	 
2049
	 bool addBillingDetailsForGrouppedOrders(1:list<i64> order_ids, 2:string invoice_number, 3:map<i64,list<string>> itemNumbersMap, 4:map<i64,list<string>> serialNumbersMap, 5:map<i64,list<i64>> freebieWarehouseIdMap, 6:string billed_by, 7:i64 jacketNumber, 8:i64 billingType, 9:bool authorize, 10:string invoiceType) throws (1:TransactionServiceException ex)
2049
	 bool addBillingDetailsForGrouppedOrders(1:list<i64> order_ids, 2:string invoice_number, 3:map<i64,list<string>> itemNumbersMap, 4:map<i64,list<string>> serialNumbersMap, 5:map<i64,list<i64>> freebieWarehouseIdMap, 6:string billed_by, 7:i64 jacketNumber, 8:i64 billingType, 9:bool authorize, 10:string invoiceType, 11:string packageDimensions) throws (1:TransactionServiceException ex)
2050
	 
2050
	 
2051
	 string getInvoiceFormatLogisticsTxnId(1:i64 transactionId, 2:i64 shipementSeq) throws (1:TransactionServiceException ex)
2051
	 string getInvoiceFormatLogisticsTxnId(1:i64 transactionId, 2:i64 shipementSeq) throws (1:TransactionServiceException ex)
2052
	 
2052
	 
2053
	 void createHomeShopOrder(1:HsOrder snapdealOrder);
2053
	 void createHomeShopOrder(1:HsOrder snapdealOrder);
2054
     
2054