GET api/{database}/HourTypeInfoList

Gets a list of HourTypeInfo that matches the specified criteria



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"
  },
  {
    "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"
  },
  {
    "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:
<ArrayOfHourTypeInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.Project.Info">
  <HourTypeInfo>
    <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>
  <HourTypeInfo>
    <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>
  <HourTypeInfo>
    <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>
</ArrayOfHourTypeInfo>