GET Method Details for GetAllByContractID.
Get all contract hourly rates by contract ID
Definition
https://app[x].timelog.com/[account name]/api/v{version}/contract-hourly-rate
Parameters
- contractID integer Contract ID
- version string The requested API version
Returns
-
[200] A list of contract hourly rates
- Amount number Gets or sets the amount
- ContractHourlyRateGUID string Gets or sets the contract hourly rate GUID
- ContractHourlyRateID integer Gets or sets the contract hourly rate ID
- ContractSpecificHourlyRateID integer Gets or sets the contract specific hourly rate ID
- CurrencyISO string Gets or sets the currency ISO
- IsActive boolean Gets or sets whether the contract hourly rate is active
- IsManuallyAdjusted boolean Gets or sets whether the contract hourly rate is manually adjusted
- Name string Gets or sets the name
- ProductNo string Gets or sets the product number
- ProjectSubContractID integer Gets or sets the project sub contract ID
- Type string Gets or sets the type
- [401] Invalid authentication token
-
[500] Request to GetAllByContractID 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.