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": "38d10a9b-12c7-4f19-80be-ce59a914fe85",
"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>38d10a9b-12c7-4f19-80be-ce59a914fe85</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. |