Back to Contract Hourly Rate

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
    {
      "Amount": 0.0,
      "ContractHourlyRateGUID": "00000000-0000-0000-0000-000000000000",
      "ContractHourlyRateID": 0,
      "ContractSpecificHourlyRateID": 0,
      "CurrencyISO": "",
      "IsActive": false,
      "IsManuallyAdjusted": false,
      "Name": "",
      "ProductNo": "",
      "ProjectSubContractID": 0,
      "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.
    {
      "Code": 0,
      "Details": "",
      "Message": "",
      "Parameters": "",
      "Url": ""
    }