Service Details for ContractHourlyRate.
Service for handling hourly rates in TimeLog.
Methods
- GET /GetAllByContractID - Get all contract hourly rates by contract ID
- GET /GetByID - Get the contract hourly rates by ID
- POST /CreateHourlyRate - Create hourly rate. The hourly rate will only be created if an existing standard hourly rate on same amount and name does not exist. If a new hourly rate is created it will be of the type/category passed in the model.
- POST /ValidateHourlyRate - Validate hourly rate. The hourly rate will only be created if an existing standard hourly rate on same amount and name does not exist. If a new hourly rate is created it will be of the type/category passed in the model.