GET api/Merchant
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Merchant| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| MerchantName | string |
None. |
|
| MerchantCategory | string |
None. |
|
| IsDeleted | boolean |
None. |
|
| ActivationDate | date |
None. |
|
| MerchnatType | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"MerchantName": "sample string 2",
"MerchantCategory": "sample string 3",
"IsDeleted": true,
"ActivationDate": "2026-01-10T02:14:03.149438+01:00",
"MerchnatType": "sample string 5"
},
{
"Id": 1,
"MerchantName": "sample string 2",
"MerchantCategory": "sample string 3",
"IsDeleted": true,
"ActivationDate": "2026-01-10T02:14:03.149438+01:00",
"MerchnatType": "sample string 5"
}
]
application/xml, text/xml
Sample:
<ArrayOfMerchant xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerBI.Models.DTOS">
<Merchant>
<ActivationDate>2026-01-10T02:14:03.149438+01:00</ActivationDate>
<Id>1</Id>
<IsDeleted>true</IsDeleted>
<MerchantCategory>sample string 3</MerchantCategory>
<MerchantName>sample string 2</MerchantName>
<MerchnatType>sample string 5</MerchnatType>
</Merchant>
<Merchant>
<ActivationDate>2026-01-10T02:14:03.149438+01:00</ActivationDate>
<Id>1</Id>
<IsDeleted>true</IsDeleted>
<MerchantCategory>sample string 3</MerchantCategory>
<MerchantName>sample string 2</MerchantName>
<MerchnatType>sample string 5</MerchnatType>
</Merchant>
</ArrayOfMerchant>