POST getPanelFieldOptionsByParentId
Request Information
URI Parameters
None.
Body Parameters
PanelOptions| Name | Description | Type | Additional information |
|---|---|---|---|
| Lang | string |
None. |
|
| FieldId | integer |
None. |
|
| ParentValue | string |
None. |
|
| PanelId | integer |
None. |
|
| DependencyType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Lang": "sample string 1",
"FieldId": 2,
"ParentValue": "sample string 3",
"PanelId": 4,
"DependencyType": "sample string 5"
}
application/xml, text/xml
Sample:
<PanelOptions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AbbApi.Models"> <DependencyType>sample string 5</DependencyType> <FieldId>2</FieldId> <Lang>sample string 1</Lang> <PanelId>4</PanelId> <ParentValue>sample string 3</ParentValue> </PanelOptions>
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. |