GET api/Timesheet/GetEmployeeRate?employeeid={employeeid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| employeeid | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
Collection of APIDataLinkEmployeeRates| Name | Description | Type | Additional information |
|---|---|---|---|
| Rate | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Rate": 1.0
},
{
"Rate": 1.0
}
]
application/xml, text/xml
Sample:
<ArrayOfAPIDataLinkEmployeeRates xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Abtrac6.API.APIDataModels">
<APIDataLinkEmployeeRates>
<Rate>1</Rate>
</APIDataLinkEmployeeRates>
<APIDataLinkEmployeeRates>
<Rate>1</Rate>
</APIDataLinkEmployeeRates>
</ArrayOfAPIDataLinkEmployeeRates>