POST api/productconfiguration/save

Request Information

URI Parameters

None.

Body Parameters

CreateProductConfigurationDto
NameDescriptionTypeAdditional information
CreatedBy

integer

None.

CompanyId

integer

None.

ProductConfigurationKeyValueItems

Object

None.

MountingMaterialItems

Object

None.

ApplicationState

Object

None.

configurationNotes

Collection of CreateConfigurationNoteDto

None.

Status

integer

None.

ChargeId

integer

None.

MyAccessories

Object

None.

Customer

Object

None.

Request Formats

application/json, text/json

Sample:
{
  "createdBy": 1,
  "companyId": 2,
  "productConfigurationKeyValueItems": {},
  "mountingMaterialItems": {},
  "applicationState": {},
  "configurationNotes": [
    {
      "id": 1,
      "description": "sample string 1"
    },
    {
      "id": 1,
      "description": "sample string 1"
    }
  ],
  "status": 6,
  "chargeId": 7,
  "myAccessories": {},
  "customer": {}
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.