Retrieve List of Store Agents
GET /StoreAgents
List of Store Agents
Id of the Agent
Name of the Agent
Phone No of the Agent
Email 1 of the Agent
Email 2 of the Agent
Address Line 1 of agent
Address Line 2 of agent
City of agent
State of agent
Postcode of agent
Country id of agent
Mailing address Line 1 of agent
Mailing address Line 2 of agent
Mailing city of agent
Mailing state of agent
Mailing post code of agent
Mailing country id of agent
Indicates whether the office address and mailing address are the same
{
"storeAgents": [
{
"agentId": "18359",
"agentName": "Test Agent",
"phone": "Test Agent",
"email1": "test@example.com",
"email2": "test@example.com",
"addressLine1": "2 Dreamworks Street",
"addressLine2": "Dreamworks",
"city": "Sherwood",
"state": "Vic",
"postcode": "3999",
"countryId": "12",
"mailingAddressLine1": "2 Dreamworks Street",
"mailingAddressLine2": "Dreamworks",
"mailingCity": "Sherwood",
"mailingState": "Vic",
"mailingPostcode": "3999",
"mailingCountryId": "12",
"officeAddressAndMailingAddressAreIdentical": "true"
},
{
"agentId": "18359",
"agentName": "Test Agent",
"phone": "Test Agent",
"email1": "test@example.com",
"email2": "test@example.com",
"addressLine1": "2 Dreamworks Street",
"addressLine2": "Dreamworks",
"city": "Sherwood",
"state": "Vic",
"postcode": "3999",
"countryId": "12",
"mailingAddressLine1": "2 Dreamworks Street",
"mailingAddressLine2": "Dreamworks",
"mailingCity": "Sherwood",
"mailingState": "Vic",
"mailingPostcode": "3999",
"mailingCountryId": "12",
"officeAddressAndMailingAddressAreIdentical": "true"
}
]
}