GET api/{database}/HourTypeInfo/{hourTypeId}

Gets the specified HourTypeInfo.



Request Information

Parameters

NameDescriptionAdditional information
hourTypeId The hourTypeId.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "costPrice": 1.0,
  "description": "sample string 2",
  "hourCategory": "sample string 3",
  "hourGroupId": "sample string 4",
  "hourTypeId": "sample string 5",
  "price": 6.0,
  "pricePer": 7.0,
  "projectSurcharge": 8.0,
  "searchName": "sample string 9",
  "status": "sample string 10",
  "unit": "sample string 11",
  "vatCodeId": "sample string 12"
}

application/xml, text/xml

Sample:
<HourTypeInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.Project.Info">
  <CostPrice>1</CostPrice>
  <Description>sample string 2</Description>
  <HourCategory>sample string 3</HourCategory>
  <HourGroupId>sample string 4</HourGroupId>
  <HourTypeId>sample string 5</HourTypeId>
  <Price>6</Price>
  <PricePer>7</PricePer>
  <ProjectSurcharge>8</ProjectSurcharge>
  <SearchName>sample string 9</SearchName>
  <Status>sample string 10</Status>
  <Unit>sample string 11</Unit>
  <VatCodeId>sample string 12</VatCodeId>
</HourTypeInfo>