Subversion Repositories SmartDukaan

Rev

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

Rev 4934 Rev 5110
Line 37... Line 37...
37
    3:string location,
37
    3:string location,
38
    4:i64 entryDate,
38
    4:i64 entryDate,
39
    5:string description
39
    5:string description
40
}
40
}
41
 
41
 
42
struct LogisticsInfo{
42
struct LogisticsInfo {
43
	1:i64 warehouseId,
43
	1:i64 warehouseId,
44
	2:i64 providerId,
44
	2:i64 providerId,
45
	3:i64 deliveryTime,
45
	3:i64 deliveryTime,
46
	4:string airway_billno,
46
	4:string airway_billno,
47
	5:i64 shippingTime,
47
	5:i64 shippingTime,
48
	6:bool codAllowed
48
	6:bool codAllowed,
-
 
49
	7:i64 fulfilmentWarehouseId
49
}
50
}
50
 
51
 
51
exception LogisticsServiceException{
52
exception LogisticsServiceException{
52
	1:i64 id,
53
	1:i64 id,
53
	2:string message
54
	2:string message