Subversion Repositories SmartDukaan

Rev

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

Rev 11890 Rev 14882
Line 37... Line 37...
37
    LOW_INVENTORY_CANCELLED_ORDERS = 19,
37
    LOW_INVENTORY_CANCELLED_ORDERS = 19,
38
    //Start:- Added By Manish Sharma for Creating a new Ticket: Category- RTO Refund on 21-Jun-2013
38
    //Start:- Added By Manish Sharma for Creating a new Ticket: Category- RTO Refund on 21-Jun-2013
39
    RTO_REFUND = 20,
39
    RTO_REFUND = 20,
40
    //End:- Added By Manish Sharma for Creating a new Ticket: Category- RTO Refund on 21-Jun-2013
40
    //End:- Added By Manish Sharma for Creating a new Ticket: Category- RTO Refund on 21-Jun-2013
41
    Bulk_Order_ENQUIRY = 21
41
    Bulk_Order_ENQUIRY = 21
-
 
42
    PROFITMANDI_FEEDBACK = 22,
-
 
43
    PROFITMANDI_ORDER_NOT_SEEN = 23,
-
 
44
    PROFITMANDI_CASHBACK = 24,
-
 
45
    PROFITMANDI_RECHARGE_ISSUE = 25,
-
 
46
    PROFITMANDI_OTHER = 26
42
}
47
}
43
 
48
 
44
enum ActivityType {
49
enum ActivityType {
45
    SEND_EMAIL_TO_CUSTOMER = 1,
50
    SEND_EMAIL_TO_CUSTOMER = 1,
46
    RECEIVED_EMAIL_FROM_CUSTOMER = 2,
51
    RECEIVED_EMAIL_FROM_CUSTOMER = 2,
Line 128... Line 133...
128
   11:optional string customerEmailId,
133
   11:optional string customerEmailId,
129
   12:optional string customerMobileNumber,
134
   12:optional string customerMobileNumber,
130
   13:optional list<TicketStatus> ticketStatuses,
135
   13:optional list<TicketStatus> ticketStatuses,
131
   14:optional TicketCategory ticketCategory,
136
   14:optional TicketCategory ticketCategory,
132
   15:optional TicketPriority ticketPriority,
137
   15:optional TicketPriority ticketPriority,
133
   16:optional ActivityType activityType
138
   16:optional ActivityType activityType,
-
 
139
   17:optional list<TicketCategory> ticketCategoryList
134
}
140
}
135
 
141
 
136
exception CRMServiceException {
142
exception CRMServiceException {
137
    1:GenericService.ExceptionType exceptionType,
143
    1:GenericService.ExceptionType exceptionType,
138
    2:string message
144
    2:string message