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.
NetworksLoyaltyConsoleConfigurationDtoName | 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": "64a73e38-6520-436a-baf2-d0553e042ee3", "NetworkId": "375972ad-10d1-4f17-a88e-46e63ee7fab3", "TerminalCode": "sample string 3", "TerminalDescription": "sample string 4", "TerminalId": "a47031aa-c16c-483f-98ec-e261184c7dc8", "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>64a73e38-6520-436a-baf2-d0553e042ee3</Id> <NetworkId>375972ad-10d1-4f17-a88e-46e63ee7fab3</NetworkId> <TerminalCode>sample string 3</TerminalCode> <TerminalDescription>sample string 4</TerminalDescription> <TerminalId>a47031aa-c16c-483f-98ec-e261184c7dc8</TerminalId> <UrlSegment>sample string 5</UrlSegment> </NetworksLoyaltyConsoleConfigurationDto>