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": "71a00692-34fe-4440-b60f-a7c871b3e4a8",
"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>71a00692-34fe-4440-b60f-a7c871b3e4a8</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. |