| 
            
              ITravelReimbursementGetTravelReimbursementsByDate Method
             | 
          
        
        
 Gets Travel reimbursements by date.
 
        
        Namespace: Severa.APIAssembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+d0bf05dcd8855b3363476bb1c84ab29c9a1ec66b
SyntaxList<TravelReimbursement> GetTravelReimbursementsByDate(
	DateTime startDate,
	DateTime endDate,
	int options = 0
)
Function GetTravelReimbursementsByDate ( 
	startDate As DateTime,
	endDate As DateTime,
	Optional options As Integer = 0
) As List(Of TravelReimbursement)
Parameters
- startDate  DateTime
 - Start DateTime in UTC for the search (Mandatory). Comparison is only precise to the closest minute.
 - endDate  DateTime
 - End DateTime in UTC for the search (Mandatory). Comparison is only precise to the closest minute.
 - options  Int32  (Optional)
 - Bitflag. Each bit of the enum represents a separate option. Use 'Bitwise Or' to specify a combination of options.
 
- 0 = None.
 - 1 = Returns only the travel reimbursements that have been inserted on the given time frame.
 
 
Return Value
ListTravelReimbursementList of TravelReimbursement objects.
Exceptions
See Also