Subversion Repositories SmartDukaan

Rev

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

Rev 19157 Rev 19247
Line 25... Line 25...
25
	16:i64 packQuantity,
25
	16:i64 packQuantity,
26
	17:double netPriceAfterCashBack,
26
	17:double netPriceAfterCashBack,
27
	18:i64 showNetPrice
27
	18:i64 showNetPrice
28
}
28
}
29
 
29
 
-
 
30
struct BulkItems{
-
 
31
	1:i64 item_id,
-
 
32
	2:bool showMrpFlag,
-
 
33
	3:string tagline,
-
 
34
	4:string offer,
-
 
35
	5:bool showNetPrice
-
 
36
	6:i64 category_id,
-
 
37
	7:i64 subCategoryId,
-
 
38
	8:double available_price,
-
 
39
	9:string brand,
-
 
40
	10:string identifier,
-
 
41
	11:string model_name,
-
 
42
	12:double mrp,
-
 
43
	13:string product_name,
-
 
44
	14:string source_product_name,
-
 
45
	15:i64 brand_id,
-
 
46
	16:i64 quantity	
-
 
47
}
-
 
48
 
30
service DtrService extends GenericService.GenericService{
49
service DtrService extends GenericService.GenericService{
31
 
50
 
32
list<LivePricing> getLatestPricing(1:i64 skuBundleId, 2:i64 source_id)
51
list<LivePricing> getLatestPricing(1:i64 skuBundleId, 2:i64 source_id)
33
 
52
 
34
oneway void updateLatestPriceForItem(1:i64 id) 
53
oneway void updateLatestPriceForItem(1:i64 id)
-
 
54
 
-
 
55
list<string> addItemsInBulk(1:list<BulkItems> bulkItemsList) 
35
	
56
	
36
}
57
}