POST getProductPanelsNew
Request Information
URI Parameters
None.
Body Parameters
GetNewPanelModelName | Description | Type | Additional information |
---|---|---|---|
ProductId | globally unique identifier |
None. |
|
SelectedFields | Collection of KeyValueModel |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProductId": "c56d9146-edfe-4c53-9be6-f570ca8455f6", "SelectedFields": [ { "Key": 1, "Value": "sample string 2" }, { "Key": 1, "Value": "sample string 2" } ] }
application/xml, text/xml
Sample:
<GetNewPanelModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AbbApi.Models"> <ProductId>c56d9146-edfe-4c53-9be6-f570ca8455f6</ProductId> <SelectedFields> <KeyValueModel> <Key>1</Key> <Value>sample string 2</Value> </KeyValueModel> <KeyValueModel> <Key>1</Key> <Value>sample string 2</Value> </KeyValueModel> </SelectedFields> </GetNewPanelModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | 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. |