Click or drag to resize

ITravelReimbursement.GetTravelReimbursementsByStatusGUID Method

Gets all Travel reimbursements by status.

Namespace: Severa.API
Assembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+5e6f58e3edb88d6a1b6bcd1fb5c50970e5924e19
Syntax
List<TravelReimbursement> GetTravelReimbursementsByStatusGUID(
	string travelReimbursementStatusGUID,
	int options = 0
)

Parameters

travelReimbursementStatusGUID  String
Travel reimbursement status GUID, identifies the status where reimbursements are gotten from.
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

List<TravelReimbursement>
List of TravelReimbursement objects.
Exceptions
ExceptionCondition
AuthenticationFailureExceptionThe caller could not be authenticated.
GeneralFailureExceptionAny other fault.
NotFoundExceptionTravel reimbursement status could not be found.
See Also