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": "22f2e59b-55a9-4ba2-8c8e-0b5601f2fb18",
"BuildingTypeGuid": "0291ac52-895c-4384-8bb6-3bc96bcad230",
"ProjectTypeGuid": "cf677b41-6ec1-4170-a542-92e4c2db1204",
"DecisionDate": "2025-12-24T18:07:34.4104483+01:00",
"InstallationDate": "2025-12-24T18:07:34.4104483+01: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>0291ac52-895c-4384-8bb6-3bc96bcad230</BuildingTypeGuid> <DecisionDate>2025-12-24T18:07:34.4104483+01:00</DecisionDate> <InstallationDate>2025-12-24T18:07:34.4104483+01:00</InstallationDate> <LocationDuration>1</LocationDuration> <ProjectGuid>22f2e59b-55a9-4ba2-8c8e-0b5601f2fb18</ProjectGuid> <ProjectMotivation>sample string 1</ProjectMotivation> <ProjectTypeGuid>cf677b41-6ec1-4170-a542-92e4c2db1204</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. |