POST getProductConfigurators

Request Information

URI Parameters

None.

Body Parameters

ProductConfigModel
NameDescriptionTypeAdditional information
ProductId

globally unique identifier

None.

IsConfig

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductId": "2bcfaea3-1fcf-47ab-8725-2f3693025e4c",
  "IsConfig": 2
}

application/xml, text/xml

Sample:
<ProductConfigModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AbbApi.Models">
  <IsConfig>2</IsConfig>
  <ProductId>2bcfaea3-1fcf-47ab-8725-2f3693025e4c</ProductId>
</ProductConfigModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ProductConfigModel'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.