POST getProductConfigurators
Request Information
URI Parameters
None.
Body Parameters
ProductConfigModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductId | globally unique identifier |
None. |
|
| IsConfig | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductId": "9f42a86b-8ffa-449b-9dc7-26fc8fce9158",
"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>9f42a86b-8ffa-449b-9dc7-26fc8fce9158</ProductId> </ProductConfigModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |