GET api/MerchantZone

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of MerchantZone
NameDescriptionTypeAdditional information
MerchantId

integer

None.

Name

string

None.

EnName

string

None.

ARName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "MerchantId": 1,
    "Name": "sample string 2",
    "EnName": "sample string 3",
    "ARName": "sample string 4"
  },
  {
    "MerchantId": 1,
    "Name": "sample string 2",
    "EnName": "sample string 3",
    "ARName": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMerchantZone xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerBI.Models.DTOS">
  <MerchantZone>
    <ARName>sample string 4</ARName>
    <EnName>sample string 3</EnName>
    <MerchantId>1</MerchantId>
    <Name>sample string 2</Name>
  </MerchantZone>
  <MerchantZone>
    <ARName>sample string 4</ARName>
    <EnName>sample string 3</EnName>
    <MerchantId>1</MerchantId>
    <Name>sample string 2</Name>
  </MerchantZone>
</ArrayOfMerchantZone>