POST getSubProductsByValuesNew
Request Information
URI Parameters
None.
Body Parameters
GetNewSubProducts| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductId | globally unique identifier |
None. |
|
| Keywords | string |
None. |
|
| Lang | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductId": "dbbcafff-067c-44c5-81b3-28d22d5509c4",
"Keywords": "sample string 2",
"Lang": "sample string 3"
}
application/xml, text/xml
Sample:
<GetNewSubProducts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AbbApi.Models"> <Keywords>sample string 2</Keywords> <Lang>sample string 3</Lang> <ProductId>dbbcafff-067c-44c5-81b3-28d22d5509c4</ProductId> </GetNewSubProducts>
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. |