GET api/MerchantService/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
MerchantService| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ShortName | string |
None. |
|
| FullName | string |
None. |
|
| LogoName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "95198e4c-c520-4475-90fb-c9c6974cd765",
"ShortName": "sample string 2",
"FullName": "sample string 3",
"LogoName": "sample string 4"
}
application/xml, text/xml
Sample:
<MerchantService xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MesHalles.API.Models"> <FullName>sample string 3</FullName> <Id>95198e4c-c520-4475-90fb-c9c6974cd765</Id> <LogoName>sample string 4</LogoName> <ShortName>sample string 2</ShortName> </MerchantService>