POST api/{database}/HourProject
No Documentation Found.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
value | No Documentation Found. |
Define this parameter in the request body. |
$expand | Subprojects |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{ "messages": [], "canChange": true, "cannotChangeReason": "sample string 2", "closedDate": "2024-11-24T05:46:33.3114387", "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-11-24T05:46:33.3114387", "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-11-24T05:46:33.3114387+01: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-11-24T05:46:33.3114387+01: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>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{ "messages": [], "canChange": true, "cannotChangeReason": "sample string 2", "closedDate": "2024-11-24T05:46:33.3214399", "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-11-24T05:46:33.3214399", "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-11-24T05:46:33.3214399+01: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-11-24T05:46:33.3214399+01: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>