POST api/{version}/v2/PowerStation/SettingUpTypesOfInvestment
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
TypesOfInvestmentRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PlantIds | Collection of string |
None. |
|
| ModeOfContribution | ModeOfContribution |
None. |
Request Formats
application/json, text/json
Sample:
{
"plantIds": [
"sample string 1",
"sample string 2"
],
"modeOfContribution": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true