GET api/{database}/HourProject/{projectId}

No Documentation Found.



Request Information

Parameters

NameDescriptionAdditional information
projectId No Documentation Found.

Define this parameter in the request URI.

$expand Subprojects

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "messages": [],
  "canChange": true,
  "cannotChangeReason": "sample string 2",
  "closedDate": "2024-04-19T17:18:37.1156562",
  "costUnitDecription": "sample string 3",
  "costUnitId": "sample string 4",
  "customerId": "sample string 5",
  "customerName": "sample string 6",
  "description": "sample string 7",
  "projectId": "sample string 8",
  "projectManagerId": "sample string 9",
  "projectManagerName": "sample string 10",
  "projectType": 0,
  "reopenedDate": "2024-04-19T17:18:37.1156562",
  "shortName": "sample string 11",
  "status": 0,
  "subprojects": null
}

application/xml, text/xml

Sample:
<HourProject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.Project.Edit">
  <CanChange>true</CanChange>
  <CannotChangeReason>sample string 2</CannotChangeReason>
  <ClosedDate>2024-04-19T17:18:37.1156562+02:00</ClosedDate>
  <CostUnitDecription>sample string 3</CostUnitDecription>
  <CostUnitId>sample string 4</CostUnitId>
  <CustomerId>sample string 5</CustomerId>
  <CustomerName>sample string 6</CustomerName>
  <Description>sample string 7</Description>
  <Messages xmlns:d2p1="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.Web.WebApi.Core.Models" />
  <ProjectId>sample string 8</ProjectId>
  <ProjectManagerId>sample string 9</ProjectManagerId>
  <ProjectManagerName>sample string 10</ProjectManagerName>
  <ProjectType>Unknown</ProjectType>
  <ReopenedDate>2024-04-19T17:18:37.1156562+02:00</ReopenedDate>
  <ShortName>sample string 11</ShortName>
  <Status>Open</Status>
  <Subprojects xmlns:d2p1="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.Project.Lists" i:nil="true" />
</HourProject>