GET api/{database}/ProjectHourTypeInfoList/ByProjectId/{projectId}
No Documentation Found.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| projectId | No Documentation Found. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"description": "sample string 1",
"hourTypeId": "sample string 2",
"projectId": "sample string 3"
},
{
"description": "sample string 1",
"hourTypeId": "sample string 2",
"projectId": "sample string 3"
},
{
"description": "sample string 1",
"hourTypeId": "sample string 2",
"projectId": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfProjectHourTypeInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.Project.Info">
<ProjectHourTypeInfo>
<Description>sample string 1</Description>
<HourTypeId>sample string 2</HourTypeId>
<ProjectId>sample string 3</ProjectId>
</ProjectHourTypeInfo>
<ProjectHourTypeInfo>
<Description>sample string 1</Description>
<HourTypeId>sample string 2</HourTypeId>
<ProjectId>sample string 3</ProjectId>
</ProjectHourTypeInfo>
<ProjectHourTypeInfo>
<Description>sample string 1</Description>
<HourTypeId>sample string 2</HourTypeId>
<ProjectId>sample string 3</ProjectId>
</ProjectHourTypeInfo>
</ArrayOfProjectHourTypeInfo>