POST api/productconfiguration/update
Request Information
URI Parameters
None.
Body Parameters
UpdateProductConfigurationDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ProductConfigurationKeyValueItems | Object |
None. |
|
| ApplicationState | Object |
None. |
|
| MountingMaterialItems | Object |
None. |
|
| configurationNotes | Collection of CreateConfigurationNoteDto |
None. |
|
| Status | integer |
None. |
|
| ChangedPrice | decimal number |
None. |
|
| ChargeId | integer |
None. |
|
| MyAccessories | Object |
None. |
|
| Customer | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"productConfigurationKeyValueItems": {},
"applicationState": {},
"mountingMaterialItems": {},
"configurationNotes": [
{
"id": 1,
"description": "sample string 1"
},
{
"id": 1,
"description": "sample string 1"
}
],
"status": 5,
"changedPrice": 6.0,
"chargeId": 7,
"myAccessories": {},
"customer": {}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.