| 
            
              ITravelReimbursementGetTravelReimbursementsByStatus Method
             | 
          
        
        
 Gets Travel reimbursements by status.
 
        
        Namespace: Severa.APIAssembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+d0bf05dcd8855b3363476bb1c84ab29c9a1ec66b
SyntaxList<TravelReimbursement> GetTravelReimbursementsByStatus(
	string status,
	int options = 0,
	string businessUnitGUID = null
)
Function GetTravelReimbursementsByStatus ( 
	status As String,
	Optional options As Integer = 0,
	Optional businessUnitGUID As String = Nothing
) As List(Of TravelReimbursement)
Parameters
- status  String
 - Name of the Travel Reimbursement status to search for. When this is null or an empty string then searches all statuses.
 - options  Int32  (Optional)
 - Bitflag. Each bit of the enum represents a separate option. Use 'Bitwise Or' to specify a combination of options.
 
- 0 = None.
 - 16 = Includes travel reimbursements from the given business unit and its children.
 
 - businessUnitGUID  String  (Optional)
 - Identifies business unit of which travel reimbursements are fetched from. If not given, travel reimbursements for all business units are returned.
 
Return Value
ListTravelReimbursementList of TravelReimbursement objects.
Exceptions
See Also