Subversion Repositories SmartDukaan

Rev

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

Rev 20744 Rev 20811
Line 2045... Line 2045...
2045
	 
2045
	 
2046
	 bool acceptPackageOrders(list<i64> orders) throws (1:TransactionServiceException ex)
2046
	 bool acceptPackageOrders(list<i64> orders) throws (1:TransactionServiceException ex)
2047
	 
2047
	 
2048
	 list<Order> getGroupOrdersByLogisticsTxnId(1:string logisticsTxnId) throws (1:TransactionServiceException ex)
2048
	 list<Order> getGroupOrdersByLogisticsTxnId(1:string logisticsTxnId) throws (1:TransactionServiceException ex)
2049
	 
2049
	 
2050
	 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
	 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)
2051
	 
2051
	 
2052
	 string getInvoiceFormatLogisticsTxnId(1:i64 transactionId, 2:i64 shipementSeq) throws (1:TransactionServiceException ex)
2052
	 string getInvoiceFormatLogisticsTxnId(1:i64 transactionId, 2:i64 shipementSeq) throws (1:TransactionServiceException ex)
2053
	 
2053
	 
2054
	 void createHomeShopOrder(1:HsOrder snapdealOrder);
2054
	 void createHomeShopOrder(1:HsOrder snapdealOrder);
2055
     
2055
     
Line 2177... Line 2177...
2177
	
2177
	
2178
	list<i64> addShipmentDelay(1:list<ShipmentDelayDetail> shipmentDelayDetail);
2178
	list<i64> addShipmentDelay(1:list<ShipmentDelayDetail> shipmentDelayDetail);
2179
	
2179
	
2180
	ShipmentLogisticsCostDetail getCostDetailForLogisticsTxnId(1:string logisticsTxnId);
2180
	ShipmentLogisticsCostDetail getCostDetailForLogisticsTxnId(1:string logisticsTxnId);
2181
	
2181
	
-
 
2182
	void addShipmentLogisticDetail(1:ShipmentLogisticsCostDetail shipmentLogisticsCostDetail)
-
 
2183
	
2182
}
2184
}