PATCH api/v2/electrical/projects/pricequotes/patch
PatchElectricalProjectPriceQuote
Request Information
URI Parameters
None.
Body Parameters
The command
PatchElectricalProjectPriceQuoteCommand| Name | Description | Type | Additional information |
|---|---|---|---|
| ElectricalProjectVersionId | universally unique identifier |
Required |
|
| ClearFields | Collection of PatchElectricalProjectPriceQuoteCommandClearField |
None. |
|
| OutbuildingCount | integer (32 bits) |
Range: inclusive between 0 and 1000 |
|
| BasePrice | decimal number |
Range: inclusive between 0 and 100000 |
|
| SquareMeterCount | integer (32 bits) |
Range: inclusive between 0 and 10000000 |
|
| PricePerSquareMeter | decimal number |
Range: inclusive between 0 and 10000000 |
|
| DistributionBoardCount | integer (32 bits) |
Range: inclusive between 0 and 10000 |
|
| PricePerDistributionBoard | decimal number |
Range: inclusive between 0 and 10000000 |
|
| ControlBoxCount | integer (32 bits) |
Range: inclusive between 0 and 10000 |
|
| PricePerControlBox | decimal number |
Range: inclusive between 0 and 10000000 |
|
| PricePerRepeatInspection | decimal number |
Range: inclusive between 0 and 10000000 |
|
| DiscountPercentage | decimal number |
Range: inclusive between 0 and 25 |
|
| PVInverterCount | integer (32 bits) |
Range: inclusive between 0 and 10000 |
|
| PricePerPVInverter | decimal number |
Range: inclusive between 0 and 10000000 |
|
| PVPanelCount | integer (32 bits) |
Range: inclusive between 0 and 10000 |
|
| PricePerPVPanel | decimal number |
Range: inclusive between 0 and 10000000 |
Request Formats
application/json
Sample:
{
"ElectricalProjectVersionId": "00000000-0000-0000-0000-000000000000",
"ClearFields": [
"OutbuildingCount",
"OutbuildingCount"
],
"OutbuildingCount": 1,
"BasePrice": 1.0,
"SquareMeterCount": 1,
"PricePerSquareMeter": 1.0,
"DistributionBoardCount": 1,
"PricePerDistributionBoard": 1.0,
"ControlBoxCount": 1,
"PricePerControlBox": 1.0,
"PricePerRepeatInspection": 1.0,
"DiscountPercentage": 1.0,
"PVInverterCount": 1,
"PricePerPVInverter": 1.0,
"PVPanelCount": 1,
"PricePerPVPanel": 1.0
}
Response Information
Resource Description
PatchElectricalProjectPriceQuoteCommandResult
PatchElectricalProjectPriceQuoteCommandResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | PatchElectricalProjectPriceQuoteCommandResultKind |
Required |
Response Formats
application/json
Sample:
{
"Result": "Success"
}