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": "6ef12fe7-d4de-40c3-b39d-02321d770f68",
"BuildingTypeGuid": "3a565fbf-2c82-4d8c-97dc-4985e09e31e2",
"ProjectTypeGuid": "893b1efc-885e-4a5f-8ea7-5973ef186504",
"DecisionDate": "2026-08-02T11:18:49.7170706+02:00",
"InstallationDate": "2026-08-02T11:18:49.7170706+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>3a565fbf-2c82-4d8c-97dc-4985e09e31e2</BuildingTypeGuid> <DecisionDate>2026-08-02T11:18:49.7170706+02:00</DecisionDate> <InstallationDate>2026-08-02T11:18:49.7170706+02:00</InstallationDate> <LocationDuration>1</LocationDuration> <ProjectGuid>6ef12fe7-d4de-40c3-b39d-02321d770f68</ProjectGuid> <ProjectMotivation>sample string 1</ProjectMotivation> <ProjectTypeGuid>893b1efc-885e-4a5f-8ea7-5973ef186504</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. |