GET Agent/GetAgentSummary

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of AgentSummary
NameDescriptionTypeAdditional information
agent_type

string

None.

totalnumberofunit

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "agent_type": "sample string 1",
    "totalnumberofunit": 2
  },
  {
    "agent_type": "sample string 1",
    "totalnumberofunit": 2
  }
]

application/xml, text/xml

Sample:
<ArrayOfAgentSummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Realty.Model">
  <AgentSummary>
    <agent_type>sample string 1</agent_type>
    <totalnumberofunit>2</totalnumberofunit>
  </AgentSummary>
  <AgentSummary>
    <agent_type>sample string 1</agent_type>
    <totalnumberofunit>2</totalnumberofunit>
  </AgentSummary>
</ArrayOfAgentSummary>