GET LoyaltyConsoleConfiguration/GetLoyaltyConsoleConfigurationByUrlSegment/{urlSegment}

Gets a Loyalty Console Configuration Account by it's URL Segment, represented as NetworksLoyaltyConsoleConfigurationDto.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
urlSegment

The URL Segment of the NetworksLoyaltyConsoleConfiguration.

string

Required

Body Parameters

None.

Response Information

Resource Description

The NetworksLoyaltyConsoleConfigurationDto data.

NetworksLoyaltyConsoleConfigurationDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

NetworkId

globally unique identifier

None.

TerminalCode

string

None.

TerminalDescription

string

None.

TerminalId

globally unique identifier

None.

UrlSegment

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": "bbe263c9-b0d4-4dd1-8b2d-3274fe3eead4",
  "NetworkId": "7011da3a-d015-44fb-974c-36301b7551f4",
  "TerminalCode": "sample string 3",
  "TerminalDescription": "sample string 4",
  "TerminalId": "5c65551d-0da1-4d53-b2d3-c856373cb05c",
  "UrlSegment": "sample string 5"
}

application/xml, text/xml

Sample:
<NetworksLoyaltyConsoleConfigurationDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model">
  <Id>bbe263c9-b0d4-4dd1-8b2d-3274fe3eead4</Id>
  <NetworkId>7011da3a-d015-44fb-974c-36301b7551f4</NetworkId>
  <TerminalCode>sample string 3</TerminalCode>
  <TerminalDescription>sample string 4</TerminalDescription>
  <TerminalId>5c65551d-0da1-4d53-b2d3-c856373cb05c</TerminalId>
  <UrlSegment>sample string 5</UrlSegment>
</NetworksLoyaltyConsoleConfigurationDto>