Subversion Repositories SmartDukaan

Rev

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

Rev 12523 Rev 12620
Line 176... Line 176...
176
	2:i64 itemId,
176
	2:i64 itemId,
177
	3:double mrp,
177
	3:double mrp,
178
	4:double sellingPrice
178
	4:double sellingPrice
179
}
179
}
180
 
180
 
-
 
181
struct OutbuoundAffiliate {
-
 
182
	1:i64 id,
-
 
183
	2:string name
-
 
184
}
-
 
185
 
-
 
186
struct ExclusiveAffiliateItemInfo {
-
 
187
	1:i64 itemId,
-
 
188
	2:i64 affiliateId,
-
 
189
	3:string affiliateName,
-
 
190
	4:string offerText,
-
 
191
	5:string offerImageUrl,
-
 
192
	6:string mOfferText,
-
 
193
	7:string mOfferImageUrl,
-
 
194
	8:string affiliateSku,
-
 
195
	9:string affiliateUrl,
-
 
196
	10:bool active
-
 
197
}
-
 
198
 
181
struct ProductNotificationRequest	{
199
struct ProductNotificationRequest	{
182
	1:Item item,
200
	1:Item item,
183
	2:string email,
201
	2:string email,
184
	3:i64 addedOn
202
	3:i64 addedOn
185
}
203
}
Line 1052... Line 1070...
1052
	
1070
	
1053
	bool markPartiallyActive(1:i64 itemId, 2:i64 categoryId),
1071
	bool markPartiallyActive(1:i64 itemId, 2:i64 categoryId),
1054
	
1072
	
1055
	bool updateItemStateVat(1:i64 itemId, 2:map<i64,double> statevat)
1073
	bool updateItemStateVat(1:i64 itemId, 2:map<i64,double> statevat)
1056
	
1074
	
-
 
1075
	map<i64, ExclusiveAffiliateItemInfo> getExAffiliateItemInfo()
-
 
1076
	
1057
	
1077
	
1058
}
1078
}