GET Agent/GetSubAgent?agentid={agentid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| agentid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
SubAgent| Name | Description | Type | Additional information |
|---|---|---|---|
| managername | string |
None. |
|
| directorname | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"managername": "sample string 1",
"directorname": "sample string 2"
}
application/xml, text/xml
Sample:
<SubAgent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Realty.Model"> <directorname>sample string 2</directorname> <managername>sample string 1</managername> </SubAgent>