|
ITravelReimbursementGetTravelReimbursementsByStatusGUID Method
|
Gets all Travel reimbursements by status.
Namespace: Severa.APIAssembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+9acb7434aeb2855fb928fe129dfe34575a6d8fd4
Syntax List<TravelReimbursement> GetTravelReimbursementsByStatusGUID(
string travelReimbursementStatusGUID,
int options = 0
)
Function GetTravelReimbursementsByStatusGUID (
travelReimbursementStatusGUID As String,
Optional options As Integer = 0
) As List(Of TravelReimbursement)
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
ListTravelReimbursementList of TravelReimbursement objects.
Exceptions See Also