GET LoyaltyConsoleConfiguration/GetLoyaltyConsoleConfigurationByNetwork/{networkId}
Gets a Loyalty Console Configuration Account by Network ID, represented as NetworksLoyaltyConsoleConfigurationDto.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| networkId |
The Network ID of the NetworksLoyaltyConsoleConfiguration. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
The NetworksLoyaltyConsoleConfigurationDto data.
NetworksLoyaltyConsoleConfigurationDto| Name | Description | Type | Additional 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": "2d048308-a299-4d1f-b3ab-2652652025e5",
"NetworkId": "3d12732f-72d5-4d3e-b76c-1efc723df8eb",
"TerminalCode": "sample string 3",
"TerminalDescription": "sample string 4",
"TerminalId": "96628006-2560-448e-b028-b4bc922d19b3",
"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>2d048308-a299-4d1f-b3ab-2652652025e5</Id> <NetworkId>3d12732f-72d5-4d3e-b76c-1efc723df8eb</NetworkId> <TerminalCode>sample string 3</TerminalCode> <TerminalDescription>sample string 4</TerminalDescription> <TerminalId>96628006-2560-448e-b028-b4bc922d19b3</TerminalId> <UrlSegment>sample string 5</UrlSegment> </NetworksLoyaltyConsoleConfigurationDto>