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": "9cf72f42-69ed-4ed1-9adc-8301c7d2a3f1",
"BuildingTypeGuid": "a5a0fedd-7b0c-4447-b895-e4b4a58d6abc",
"ProjectTypeGuid": "54161481-141f-4ae5-ae74-6e72f1103f31",
"DecisionDate": "2026-04-14T21:43:26.9972951+02:00",
"InstallationDate": "2026-04-14T21:43:26.9972951+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>a5a0fedd-7b0c-4447-b895-e4b4a58d6abc</BuildingTypeGuid> <DecisionDate>2026-04-14T21:43:26.9972951+02:00</DecisionDate> <InstallationDate>2026-04-14T21:43:26.9972951+02:00</InstallationDate> <LocationDuration>1</LocationDuration> <ProjectGuid>9cf72f42-69ed-4ed1-9adc-8301c7d2a3f1</ProjectGuid> <ProjectMotivation>sample string 1</ProjectMotivation> <ProjectTypeGuid>54161481-141f-4ae5-ae74-6e72f1103f31</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. |