PUT project/PutProject
Request Information
URI Parameters
None.
Body Parameters
ProjectInput| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectGuid | globally unique identifier |
None. |
|
| BuildingTypeGuid | globally unique identifier |
None. |
|
| ProjectTypeGuid | globally unique identifier |
None. |
|
| DecisionDate | date |
None. |
|
| InstallationDate | date |
None. |
|
| BudgetAmountMin | decimal number |
None. |
|
| BudgetAmountMax | decimal number |
None. |
|
| BudgetConfirmed | boolean |
None. |
|
| LocationDuration | integer |
None. |
|
| ProjectMotivation | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProjectGuid": "f5931cdc-df93-4222-8197-652ff512f61b",
"BuildingTypeGuid": "212fc782-41d1-496a-ab60-ff61da2ecac3",
"ProjectTypeGuid": "b19f475f-d244-4f00-bb75-39ad86b78e76",
"DecisionDate": "2026-09-26T14:43:25.6555481+02:00",
"InstallationDate": "2026-09-26T14:43:25.6555481+02:00",
"BudgetAmountMin": 1.0,
"BudgetAmountMax": 1.0,
"BudgetConfirmed": true,
"LocationDuration": 1,
"ProjectMotivation": "sample string 1"
}
application/xml, text/xml
Sample:
<ProjectInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestApi.Models.Inputs"> <BudgetAmountMax>1</BudgetAmountMax> <BudgetAmountMin>1</BudgetAmountMin> <BudgetConfirmed>true</BudgetConfirmed> <BuildingTypeGuid>212fc782-41d1-496a-ab60-ff61da2ecac3</BuildingTypeGuid> <DecisionDate>2026-09-26T14:43:25.6555481+02:00</DecisionDate> <InstallationDate>2026-09-26T14:43:25.6555481+02:00</InstallationDate> <LocationDuration>1</LocationDuration> <ProjectGuid>f5931cdc-df93-4222-8197-652ff512f61b</ProjectGuid> <ProjectMotivation>sample string 1</ProjectMotivation> <ProjectTypeGuid>b19f475f-d244-4f00-bb75-39ad86b78e76</ProjectTypeGuid> </ProjectInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |