GET api/Entities/MerchantTypeList?includeSubMerchant={includeSubMerchant}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| includeSubMerchant | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ListItemOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidIdentity | globally unique identifier |
None. |
|
| Code | string |
None. |
|
| Name | string |
None. |
|
| Tag | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidIdentity": "8ca0b39e-4854-4ad8-8c9c-5403586d7549",
"Code": "sample string 1",
"Name": "sample string 2",
"Tag": "sample string 3"
},
{
"GuidIdentity": "8ca0b39e-4854-4ad8-8c9c-5403586d7549",
"Code": "sample string 1",
"Name": "sample string 2",
"Tag": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfListItemOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">
<ListItemOfstring>
<Code>sample string 1</Code>
<GuidIdentity>8ca0b39e-4854-4ad8-8c9c-5403586d7549</GuidIdentity>
<Name>sample string 2</Name>
<Tag>sample string 3</Tag>
</ListItemOfstring>
<ListItemOfstring>
<Code>sample string 1</Code>
<GuidIdentity>8ca0b39e-4854-4ad8-8c9c-5403586d7549</GuidIdentity>
<Name>sample string 2</Name>
<Tag>sample string 3</Tag>
</ListItemOfstring>
</ArrayOfListItemOfstring>