POST api/{version}/v2/PowerStation/SettingUpTypesOfInvestment

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

TypesOfInvestmentRequestModel
NameDescriptionTypeAdditional 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

boolean

Response Formats

application/json, text/json

Sample:
true