GET Method Details for GetAll.
Get all the customers
Definition
https://app[x].timelog.com/[account name]/api/v{version}/customer
Parameters
- version string The requested API version
Returns
-
[200] A list of customer
- CustomerID integer Gets or sets the customer identifier.
- CustomerStatusID integer Gets or sets the customer status ID
- DefaultMileageDistance integer Gets or sets the default mileage
- ID string Gets or sets the identifier.
- Name string Gets or sets the name.
- No string Gets or sets the no.
- OrganizationNo string Gets or sets the organization no.
- VATNo string Gets or sets the VAT No.
- [401] Invalid authentication token
-
[500] Request to GetAll 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.