Retrieve Agent details by Id
GET /Agents/[id]
Code of the Agent
Name of Agent
Agent Code
Email of Agent
Address Line 1 of agent
Address Line 2 of agent
City of agent
State of agent
Postcode of agent
Country of agent (Only used in GET request)
Country Code of agent
Sales Region Code of agent
Flag provides information on whether agent is whole sale agent or not
This is discontinued please use isOnStatement flag in contract level
List of supported currencies for agent
List of effective contracts for agent
List of available payment methods
Is group agent
Is store agent
ID of the resource
URI of the resource
Sequence of product
Currency Code
Currency Name
Is default currency
Web default selling agent id
Currency Code
Flag provides information on whether agent is on statement or not
payment method identifier
payment method name
currency code
selling agent identifier
List of allowed payment cards
payment method is for online payments
payment method identifier
payment card name
unique payment method code
{
"name": "Test Agent",
"code": "12345678",
"email": "test@test.com",
"addressLine1": "2 Dreamworks Street",
"addressLine2": "Dreamworks",
"city": "Sherwood",
"state": "Vic",
"postcode": "3999",
"countryName": "Australia",
"countryCode": "AU",
"salesRegionCode": "AU",
"isWholesaleAgent": true,
"isOnStatement": false,
"supportedCurrencies": [
{
"code": "GBP",
"name": "Great British Pound",
"isDefault": "True"
},
{
"code": "GBP",
"name": "Great British Pound",
"isDefault": "True"
}
],
"contracts": [
{
"sellingAgentId": "12345",
"currencyCode": "GBP",
"isOnStatement": true
},
{
"sellingAgentId": "12345",
"currencyCode": "GBP",
"isOnStatement": true
}
],
"paymentMethods": [
{
"id": "21",
"name": "Payment Gate",
"currencyCode": "AUD",
"sellingAgentId": 12345,
"paymentCards": [
{
"id": "21",
"name": "Visa",
"uniquePaymentMethodCode": "scheme"
},
{
"id": "21",
"name": "Visa",
"uniquePaymentMethodCode": "scheme"
}
],
"onlineFlag": null
},
{
"id": "21",
"name": "Payment Gate",
"currencyCode": "AUD",
"sellingAgentId": 12345,
"paymentCards": [
{
"id": "21",
"name": "Visa",
"uniquePaymentMethodCode": "scheme"
},
{
"id": "21",
"name": "Visa",
"uniquePaymentMethodCode": "scheme"
}
],
"onlineFlag": null
}
],
"isGroupAgent": true,
"isStoreAgent": true,
"id": 887124,
"href": "agents/887124",
"sequence": "202403312359580000"
}