Subversion Repositories SmartDukaan

Rev

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

Rev 3060 Rev 3103
Line 92... Line 92...
92
     Raises an exception if the pin code is not serviced by the given provider.
92
     Raises an exception if the pin code is not serviced by the given provider.
93
	*/
93
	*/
94
	string getDestinationCode(1:i64 providerId, 2:string pinCode) throws (1:LogisticsServiceException se),
94
	string getDestinationCode(1:i64 providerId, 2:string pinCode) throws (1:LogisticsServiceException se),
95
	
95
	
96
	/**
96
	/**
97
	Returns the number of unused AWB numbers for the given provider  
97
	Returns the number of unused AWB numbers for the given provider of the given type  
98
	*/
98
	*/
99
	i64 getFreeAwbCount(1:i64 providerId),
99
	i64 getFreeAwbCount(1:i64 providerId, 2:string type),
100
	
100
	
101
	/**
101
	/**
102
	Returns list of Holiday dates between fromDate and toDate (both inclusive)
102
	Returns list of Holiday dates between fromDate and toDate (both inclusive)
103
	fromDate should be passed as milliseconds corresponding to the start of the day.
103
	fromDate should be passed as milliseconds corresponding to the start of the day.
104
	If fromDate is passed as -1, fromDate is not considered for filtering
104
	If fromDate is passed as -1, fromDate is not considered for filtering