POST api/v2/PowerStation/SettingUpTypesOfInvestment
Request Information
URI Parameters
None.
Body Parameters
TypesOfInvestmentRequestModelName | 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