Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appId |
The application identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The trustee.
Nano.Trustee| Name | Description | Type | Additional information |
|---|---|---|---|
| address |
Gets or sets the address. |
string |
None. |
| city |
Gets or sets the city. |
string |
None. |
| isActive |
Gets or sets a value indicating whether trustee is active. |
boolean |
None. |
| isIndividual |
Gets or sets a value indicating whether trustee is individual. |
boolean |
None. |
| isOverridden |
Gets or sets a value indicating whether trustee is overridden. |
boolean |
None. |
| name |
Gets or sets the name. |
string |
None. |
| phone |
Gets or sets the phone. |
string |
None. |
| state |
Gets or sets the state. |
string |
None. |
| zipCode |
Gets or sets the zipcode. |
string |
None. |
| app |
Gets or sets the application identifier. |
integer |
None. |
| id |
Gets or sets the trustee identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"address": "sample String 1",
"city": "sample String 2",
"isActive": true,
"isIndividual": true,
"isOverridden": true,
"name": "sample String 4",
"phone": "sample String 5",
"state": "sample String 6",
"zipCode": "sample String 7",
"app": "8",
"id": "9"
}
text/html
Sample:
{"address":"sample String 1","city":"sample String 2","isActive":true,"isIndividual":true,"isOverridden":true,"name":"sample String 4","phone":"sample String 5","state":"sample String 6","zipCode":"sample String 7","app":"8","id":"9"}
application/xml, text/xml
Sample:
<Trustee xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Address>sample String 1</Address> <City>sample String 2</City> <IsActive>true</IsActive> <IsIndividual>true</IsIndividual> <IsOverridden>true</IsOverridden> <Name>sample String 4</Name> <Phone>sample String 5</Phone> <State>sample String 6</State> <ZipCode>sample String 7</ZipCode> <AppId>8</AppId> <TrusteeId>9</TrusteeId> </Trustee>
application/vnd.api+json
Sample:
Sample not available.