POST getDisableFieldOptions
Request Information
URI Parameters
None.
Body Parameters
PanelOptionsName | Description | Type | Additional information |
---|---|---|---|
FieldId | integer |
None. |
|
ParentValue | string |
None. |
|
PanelId | integer |
None. |
|
DependencyType | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "FieldId": 1, "ParentValue": "sample string 2", "PanelId": 3, "DependencyType": "sample string 4" }
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 4</DependencyType> <FieldId>1</FieldId> <PanelId>3</PanelId> <ParentValue>sample string 2</ParentValue> </PanelOptions>
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. |