PUT v1/Location/GetCoreAgentLocations
Get agent locations from core API This endpoint should not be in use, as references to them were removed from Public API and CST
Request Information
Parameters (ParameterName * = required)
Name
Description
Sample Value
MaxNumAgentsToShow
No description available
Not available
Latitude
No description available
Not available
Longitude
No description available
Not available
Radius
No description available
Not available
Service
No description available
Not available
SendLocation
No description available
Not available
PayoutLocation
No description available
Not available
CollectorLocation
No description available
Not available
CurrencyExchangeLocation
No description available
Not available
Country
No description available
Not available
FindLocationType
No description available
Not available
PayAgentId
No description available
Not available
brand
No description available
Not available
CountryFrom
No description available
Not available
CicoLocation
No description available
Not available
ATMFilterType
No description available
Not available
Response Information
Response body formats
application/json, text/json
Sample:
[ { "agentId": 1, "agentLocId": 2, "agentNo": "sample string 3", "name": "sample string 4", "agentLocName": "sample string 5", "distance": 6.0, "sendLocation": true, "payoutLocation": true, "collectLocation": true, "currencyExchangeLocation": true, "eWalletLocation": true, "ownedByCompany": true, "brandIconKey": "sample string 13", "address": { "street": "sample string 1", "postalCode": "sample string 2", "city": "sample string 3", "country": "sample string 4", "latitude": 5.1, "longitude": 6.1 }, "agentTelephone": "sample string 14", "locationDisplayName": "sample string 15", "agentName": "sample string 16", "acceptCash": true, "latitude": 18.0, "longitude": 19.0, "city": "sample string 20", "country": "sample string 21", "street": "sample string 22", "state": "sample string 23", "businessHours": [ { "dayOfWeek": "Monday", "timeOpen": "sample string 1", "timeClose": "sample string 2", "timeZoneAbbrev": "sample string 3", "timeZoneName": "sample string 4", "comments": "sample string 5" }, { "dayOfWeek": "Monday", "timeOpen": "sample string 1", "timeClose": "sample string 2", "timeZoneAbbrev": "sample string 3", "timeZoneName": "sample string 4", "comments": "sample string 5" }, { "dayOfWeek": "Monday", "timeOpen": "sample string 1", "timeClose": "sample string 2", "timeZoneAbbrev": "sample string 3", "timeZoneName": "sample string 4", "comments": "sample string 5" } ] }, { "agentId": 1, "agentLocId": 2, "agentNo": "sample string 3", "name": "sample string 4", "agentLocName": "sample string 5", "distance": 6.0, "sendLocation": true, "payoutLocation": true, "collectLocation": true, "currencyExchangeLocation": true, "eWalletLocation": true, "ownedByCompany": true, "brandIconKey": "sample string 13", "address": { "street": "sample string 1", "postalCode": "sample string 2", "city": "sample string 3", "country": "sample string 4", "latitude": 5.1, "longitude": 6.1 }, "agentTelephone": "sample string 14", "locationDisplayName": "sample string 15", "agentName": "sample string 16", "acceptCash": true, "latitude": 18.0, "longitude": 19.0, "city": "sample string 20", "country": "sample string 21", "street": "sample string 22", "state": "sample string 23", "businessHours": [ { "dayOfWeek": "Monday", "timeOpen": "sample string 1", "timeClose": "sample string 2", "timeZoneAbbrev": "sample string 3", "timeZoneName": "sample string 4", "comments": "sample string 5" }, { "dayOfWeek": "Monday", "timeOpen": "sample string 1", "timeClose": "sample string 2", "timeZoneAbbrev": "sample string 3", "timeZoneName": "sample string 4", "comments": "sample string 5" }, { "dayOfWeek": "Monday", "timeOpen": "sample string 1", "timeClose": "sample string 2", "timeZoneAbbrev": "sample string 3", "timeZoneName": "sample string 4", "comments": "sample string 5" } ] }, { "agentId": 1, "agentLocId": 2, "agentNo": "sample string 3", "name": "sample string 4", "agentLocName": "sample string 5", "distance": 6.0, "sendLocation": true, "payoutLocation": true, "collectLocation": true, "currencyExchangeLocation": true, "eWalletLocation": true, "ownedByCompany": true, "brandIconKey": "sample string 13", "address": { "street": "sample string 1", "postalCode": "sample string 2", "city": "sample string 3", "country": "sample string 4", "latitude": 5.1, "longitude": 6.1 }, "agentTelephone": "sample string 14", "locationDisplayName": "sample string 15", "agentName": "sample string 16", "acceptCash": true, "latitude": 18.0, "longitude": 19.0, "city": "sample string 20", "country": "sample string 21", "street": "sample string 22", "state": "sample string 23", "businessHours": [ { "dayOfWeek": "Monday", "timeOpen": "sample string 1", "timeClose": "sample string 2", "timeZoneAbbrev": "sample string 3", "timeZoneName": "sample string 4", "comments": "sample string 5" }, { "dayOfWeek": "Monday", "timeOpen": "sample string 1", "timeClose": "sample string 2", "timeZoneAbbrev": "sample string 3", "timeZoneName": "sample string 4", "comments": "sample string 5" }, { "dayOfWeek": "Monday", "timeOpen": "sample string 1", "timeClose": "sample string 2", "timeZoneAbbrev": "sample string 3", "timeZoneName": "sample string 4", "comments": "sample string 5" } ] } ]
application/xml, text/xml
Sample:
<ArrayOfCoreAgentLocation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ria.Digital.WebServices.DataModels"> <CoreAgentLocation> <AcceptCash>true</AcceptCash> <Address> <City>sample string 3</City> <Country>sample string 4</Country> <Latitude>5.1</Latitude> <Longitude>6.1</Longitude> <PostalCode>sample string 2</PostalCode> <Street>sample string 1</Street> </Address> <AgentId>1</AgentId> <AgentLocId>2</AgentLocId> <AgentLocName>sample string 5</AgentLocName> <AgentName>sample string 16</AgentName> <AgentNo>sample string 3</AgentNo> <AgentTelephone>sample string 14</AgentTelephone> <BrandIconKey>sample string 13</BrandIconKey> <BusinessHours xmlns:d3p1="http://schemas.datacontract.org/2004/07/Ria.Digital.WebServices.DomainEntities"> <d3p1:AgentToLocationBusinessHours> <d3p1:Comments>sample string 5</d3p1:Comments> <d3p1:DayOfWeek>Monday</d3p1:DayOfWeek> <d3p1:TimeClose>sample string 2</d3p1:TimeClose> <d3p1:TimeOpen>sample string 1</d3p1:TimeOpen> <d3p1:TimeZoneAbbrev>sample string 3</d3p1:TimeZoneAbbrev> <d3p1:TimeZoneName>sample string 4</d3p1:TimeZoneName> </d3p1:AgentToLocationBusinessHours> <d3p1:AgentToLocationBusinessHours> <d3p1:Comments>sample string 5</d3p1:Comments> <d3p1:DayOfWeek>Monday</d3p1:DayOfWeek> <d3p1:TimeClose>sample string 2</d3p1:TimeClose> <d3p1:TimeOpen>sample string 1</d3p1:TimeOpen> <d3p1:TimeZoneAbbrev>sample string 3</d3p1:TimeZoneAbbrev> <d3p1:TimeZoneName>sample string 4</d3p1:TimeZoneName> </d3p1:AgentToLocationBusinessHours> <d3p1:AgentToLocationBusinessHours> <d3p1:Comments>sample string 5</d3p1:Comments> <d3p1:DayOfWeek>Monday</d3p1:DayOfWeek> <d3p1:TimeClose>sample string 2</d3p1:TimeClose> <d3p1:TimeOpen>sample string 1</d3p1:TimeOpen> <d3p1:TimeZoneAbbrev>sample string 3</d3p1:TimeZoneAbbrev> <d3p1:TimeZoneName>sample string 4</d3p1:TimeZoneName> </d3p1:AgentToLocationBusinessHours> </BusinessHours> <City>sample string 20</City> <CollectLocation>true</CollectLocation> <Country>sample string 21</Country> <CurrencyExchangeLocation>true</CurrencyExchangeLocation> <Distance>6</Distance> <EWalletLocation>true</EWalletLocation> <Latitude>18</Latitude> <LocationDisplayName>sample string 15</LocationDisplayName> <Longitude>19</Longitude> <Name>sample string 4</Name> <OwnedByCompany>true</OwnedByCompany> <PayoutLocation>true</PayoutLocation> <SendLocation>true</SendLocation> <State>sample string 23</State> <Street>sample string 22</Street> </CoreAgentLocation> <CoreAgentLocation> <AcceptCash>true</AcceptCash> <Address> <City>sample string 3</City> <Country>sample string 4</Country> <Latitude>5.1</Latitude> <Longitude>6.1</Longitude> <PostalCode>sample string 2</PostalCode> <Street>sample string 1</Street> </Address> <AgentId>1</AgentId> <AgentLocId>2</AgentLocId> <AgentLocName>sample string 5</AgentLocName> <AgentName>sample string 16</AgentName> <AgentNo>sample string 3</AgentNo> <AgentTelephone>sample string 14</AgentTelephone> <BrandIconKey>sample string 13</BrandIconKey> <BusinessHours xmlns:d3p1="http://schemas.datacontract.org/2004/07/Ria.Digital.WebServices.DomainEntities"> <d3p1:AgentToLocationBusinessHours> <d3p1:Comments>sample string 5</d3p1:Comments> <d3p1:DayOfWeek>Monday</d3p1:DayOfWeek> <d3p1:TimeClose>sample string 2</d3p1:TimeClose> <d3p1:TimeOpen>sample string 1</d3p1:TimeOpen> <d3p1:TimeZoneAbbrev>sample string 3</d3p1:TimeZoneAbbrev> <d3p1:TimeZoneName>sample string 4</d3p1:TimeZoneName> </d3p1:AgentToLocationBusinessHours> <d3p1:AgentToLocationBusinessHours> <d3p1:Comments>sample string 5</d3p1:Comments> <d3p1:DayOfWeek>Monday</d3p1:DayOfWeek> <d3p1:TimeClose>sample string 2</d3p1:TimeClose> <d3p1:TimeOpen>sample string 1</d3p1:TimeOpen> <d3p1:TimeZoneAbbrev>sample string 3</d3p1:TimeZoneAbbrev> <d3p1:TimeZoneName>sample string 4</d3p1:TimeZoneName> </d3p1:AgentToLocationBusinessHours> <d3p1:AgentToLocationBusinessHours> <d3p1:Comments>sample string 5</d3p1:Comments> <d3p1:DayOfWeek>Monday</d3p1:DayOfWeek> <d3p1:TimeClose>sample string 2</d3p1:TimeClose> <d3p1:TimeOpen>sample string 1</d3p1:TimeOpen> <d3p1:TimeZoneAbbrev>sample string 3</d3p1:TimeZoneAbbrev> <d3p1:TimeZoneName>sample string 4</d3p1:TimeZoneName> </d3p1:AgentToLocationBusinessHours> </BusinessHours> <City>sample string 20</City> <CollectLocation>true</CollectLocation> <Country>sample string 21</Country> <CurrencyExchangeLocation>true</CurrencyExchangeLocation> <Distance>6</Distance> <EWalletLocation>true</EWalletLocation> <Latitude>18</Latitude> <LocationDisplayName>sample string 15</LocationDisplayName> <Longitude>19</Longitude> <Name>sample string 4</Name> <OwnedByCompany>true</OwnedByCompany> <PayoutLocation>true</PayoutLocation> <SendLocation>true</SendLocation> <State>sample string 23</State> <Street>sample string 22</Street> </CoreAgentLocation> <CoreAgentLocation> <AcceptCash>true</AcceptCash> <Address> <City>sample string 3</City> <Country>sample string 4</Country> <Latitude>5.1</Latitude> <Longitude>6.1</Longitude> <PostalCode>sample string 2</PostalCode> <Street>sample string 1</Street> </Address> <AgentId>1</AgentId> <AgentLocId>2</AgentLocId> <AgentLocName>sample string 5</AgentLocName> <AgentName>sample string 16</AgentName> <AgentNo>sample string 3</AgentNo> <AgentTelephone>sample string 14</AgentTelephone> <BrandIconKey>sample string 13</BrandIconKey> <BusinessHours xmlns:d3p1="http://schemas.datacontract.org/2004/07/Ria.Digital.WebServices.DomainEntities"> <d3p1:AgentToLocationBusinessHours> <d3p1:Comments>sample string 5</d3p1:Comments> <d3p1:DayOfWeek>Monday</d3p1:DayOfWeek> <d3p1:TimeClose>sample string 2</d3p1:TimeClose> <d3p1:TimeOpen>sample string 1</d3p1:TimeOpen> <d3p1:TimeZoneAbbrev>sample string 3</d3p1:TimeZoneAbbrev> <d3p1:TimeZoneName>sample string 4</d3p1:TimeZoneName> </d3p1:AgentToLocationBusinessHours> <d3p1:AgentToLocationBusinessHours> <d3p1:Comments>sample string 5</d3p1:Comments> <d3p1:DayOfWeek>Monday</d3p1:DayOfWeek> <d3p1:TimeClose>sample string 2</d3p1:TimeClose> <d3p1:TimeOpen>sample string 1</d3p1:TimeOpen> <d3p1:TimeZoneAbbrev>sample string 3</d3p1:TimeZoneAbbrev> <d3p1:TimeZoneName>sample string 4</d3p1:TimeZoneName> </d3p1:AgentToLocationBusinessHours> <d3p1:AgentToLocationBusinessHours> <d3p1:Comments>sample string 5</d3p1:Comments> <d3p1:DayOfWeek>Monday</d3p1:DayOfWeek> <d3p1:TimeClose>sample string 2</d3p1:TimeClose> <d3p1:TimeOpen>sample string 1</d3p1:TimeOpen> <d3p1:TimeZoneAbbrev>sample string 3</d3p1:TimeZoneAbbrev> <d3p1:TimeZoneName>sample string 4</d3p1:TimeZoneName> </d3p1:AgentToLocationBusinessHours> </BusinessHours> <City>sample string 20</City> <CollectLocation>true</CollectLocation> <Country>sample string 21</Country> <CurrencyExchangeLocation>true</CurrencyExchangeLocation> <Distance>6</Distance> <EWalletLocation>true</EWalletLocation> <Latitude>18</Latitude> <LocationDisplayName>sample string 15</LocationDisplayName> <Longitude>19</Longitude> <Name>sample string 4</Name> <OwnedByCompany>true</OwnedByCompany> <PayoutLocation>true</PayoutLocation> <SendLocation>true</SendLocation> <State>sample string 23</State> <Street>sample string 22</Street> </CoreAgentLocation> </ArrayOfCoreAgentLocation>