GET api/MerchantService

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of CommonMerchantService
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

ShortName

string

None.

FullName

string

None.

LogoName

string

None.

LogoContent

string

None.

ImageUrl

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": "e837e556-f7db-48ca-98a6-8e61951958ea",
    "ShortName": "sample string 2",
    "FullName": "sample string 3",
    "LogoName": "sample string 4",
    "LogoContent": "sample string 5",
    "ImageUrl": "sample string 6"
  },
  {
    "Id": "e837e556-f7db-48ca-98a6-8e61951958ea",
    "ShortName": "sample string 2",
    "FullName": "sample string 3",
    "LogoName": "sample string 4",
    "LogoContent": "sample string 5",
    "ImageUrl": "sample string 6"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCommonMerchantService xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MesHalles.Common.Objects">
  <CommonMerchantService>
    <FullName>sample string 3</FullName>
    <Id>e837e556-f7db-48ca-98a6-8e61951958ea</Id>
    <ImageUrl>sample string 6</ImageUrl>
    <LogoContent>sample string 5</LogoContent>
    <LogoName>sample string 4</LogoName>
    <ShortName>sample string 2</ShortName>
  </CommonMerchantService>
  <CommonMerchantService>
    <FullName>sample string 3</FullName>
    <Id>e837e556-f7db-48ca-98a6-8e61951958ea</Id>
    <ImageUrl>sample string 6</ImageUrl>
    <LogoContent>sample string 5</LogoContent>
    <LogoName>sample string 4</LogoName>
    <ShortName>sample string 2</ShortName>
  </CommonMerchantService>
</ArrayOfCommonMerchantService>