POST api/Reports/InputPickList?reportName={reportName}¶meter={parameter}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| reportName | string |
Required |
|
| parameter | string |
Required |
Body Parameters
Dictionary of string [key] and Object [value]Request Formats
application/json, text/json
Sample:
{
"sample string 1": {},
"sample string 3": {}
}
application/xml, text/xml
Sample:
<ArrayOfKeyValueOfstringanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<KeyValueOfstringanyType>
<Key>sample string 1</Key>
<Value />
</KeyValueOfstringanyType>
<KeyValueOfstringanyType>
<Key>sample string 3</Key>
<Value />
</KeyValueOfstringanyType>
</ArrayOfKeyValueOfstringanyType>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of PickListItem| Name | Description | Type | Additional information |
|---|---|---|---|
| Text | string |
None. |
|
| Value | string |
None. |
|
| InputParameter | string |
None. |
|
| Children | Collection of PickListItem |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample: