GET api/MerchantApp/BindFSEList?LoginId={LoginId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LoginId | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
ServiceResultMDLOfListOfDropDownMDL| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Description | string |
None. |
|
| Result | boolean |
None. |
|
| Data | Collection of DropDownMDL |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"Description": "sample string 2",
"Result": true,
"Data": [
{
"<ID>k__BackingField": 1,
"<Value>k__BackingField": "sample string 2"
},
{
"<ID>k__BackingField": 1,
"<Value>k__BackingField": "sample string 2"
}
]
}
application/xml, text/xml
Sample:
<ServiceResultMDLOfArrayOfDropDownMDLcwpJ87PI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FTSMDLClassLibrary">
<Data>
<DropDownMDL>
<_x003C_ID_x003E_k__BackingField>1</_x003C_ID_x003E_k__BackingField>
<_x003C_Value_x003E_k__BackingField>sample string 2</_x003C_Value_x003E_k__BackingField>
</DropDownMDL>
<DropDownMDL>
<_x003C_ID_x003E_k__BackingField>1</_x003C_ID_x003E_k__BackingField>
<_x003C_Value_x003E_k__BackingField>sample string 2</_x003C_Value_x003E_k__BackingField>
</DropDownMDL>
</Data>
<Description>sample string 2</Description>
<Message>sample string 1</Message>
<Result>true</Result>
</ServiceResultMDLOfArrayOfDropDownMDLcwpJ87PI>