Subversion Repositories SmartDukaan

Rev

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

Rev 19317 Rev 19589
Line 43... Line 43...
43
	11:string model_name,
43
	11:string model_name,
44
	12:double mrp,
44
	12:double mrp,
45
	13:string product_name,
45
	13:string product_name,
46
	14:string source_product_name,
46
	14:string source_product_name,
47
	15:i64 brand_id,
47
	15:i64 brand_id,
48
	16:i64 quantity	
48
	16:i64 quantity	,
-
 
49
	17:i64 internalRank
49
}
50
}
50
 
51
 
51
service DtrService extends GenericService.GenericService{
52
service DtrService extends GenericService.GenericService{
52
 
53
 
53
list<LivePricing> getLatestPricing(1:i64 skuBundleId, 2:i64 source_id)
54
list<LivePricing> getLatestPricing(1:i64 skuBundleId, 2:i64 source_id)