POST api/MyReport/BindCustomerDropdown?StoreUID={StoreUID}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| StoreUID | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"Code": "sample string 1",
"Description": "sample string 2",
"IsSelected": true
},
{
"Code": "sample string 1",
"Description": "sample string 2",
"IsSelected": true
},
{
"Code": "sample string 1",
"Description": "sample string 2",
"IsSelected": true
}
]
application/xml, text/xml
Sample:
<ArrayOfDropDown xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataLayer.Model">
<DropDown>
<Code>sample string 1</Code>
<Description>sample string 2</Description>
<IsSelected>true</IsSelected>
</DropDown>
<DropDown>
<Code>sample string 1</Code>
<Description>sample string 2</Description>
<IsSelected>true</IsSelected>
</DropDown>
<DropDown>
<Code>sample string 1</Code>
<Description>sample string 2</Description>
<IsSelected>true</IsSelected>
</DropDown>
</ArrayOfDropDown>