Subversion Repositories SmartDukaan

Rev

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

Rev 5110 Rev 5247
Line 78... Line 78...
78
	LogisticsInfo getLogisticsInfo(1:string destination_pincode, 2:i64 item_id, 3:DeliveryType type) throws (1:LogisticsServiceException se),
78
	LogisticsInfo getLogisticsInfo(1:string destination_pincode, 2:i64 item_id, 3:DeliveryType type) throws (1:LogisticsServiceException se),
79
	
79
	
80
	/**
80
	/**
81
	 Returns an unused AWB number for the given provider.
81
	 Returns an unused AWB number for the given provider.
82
	*/
82
	*/
83
	string getEmptyAWB(1:i64 providerId) throws (1:LogisticsServiceException se),
83
	string getEmptyAWB(1:i64 providerId, DeliveryType type) throws (1:LogisticsServiceException se),
84
 
84
 
85
	/**
85
	/**
86
	 Returns the list of updates for the given AWB number and provider id. The list is empty if there are no updates yet.
86
	 Returns the list of updates for the given AWB number and provider id. The list is empty if there are no updates yet.
87
	*/
87
	*/
88
	list<AwbUpdate> getShipmentInfo(1:string awb, 2:i64 providerId) throws (1:LogisticsServiceException se),
88
	list<AwbUpdate> getShipmentInfo(1:string awb, 2:i64 providerId) throws (1:LogisticsServiceException se),