GET Method Details for SearchForExpenseTravelRegistrationByCustomerIDOrderByRecentRegistration.
Search for project that the user can register expense or travel on, that belongs to a customer (Result is ordered by recent registration)
Definition
https://app[x].timelog.com/[account name]/api/v{version}/project-header/search-for-expense-travel-registration-by-customer-id-order-by-recent-registration
Parameters
- customerID integer Customer identifier
- searchText string Search string
- searchAll boolean If set to true [search all].
- version string The requested API version
Returns
-
[200] A list of project header
- Customer object Gets or sets the customer.
- CustomerID integer Gets or sets the customer identifier.
- ExpenseIsBillable boolean Gets or sets a value indicating whether [expense is billable].
- ID string Gets or sets the identifier.
- Name string Gets or sets the name.
- No string Gets or sets the no.
- ProjectID integer Gets or sets the project identifier.
- [401] Invalid authentication token
-
[500] Request to SearchForExpenseTravelRegistrationByCustomerIDOrderByRecentRegistration has failed
- Code integer Gets the code.
- Details array Gets the details.
- Message string Gets the message.
- Parameters string Gets the parameters.
- Url string Gets the URL.