Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A list of investor detail types.

Collection of Pico.InvestorDetailType
NameDescriptionTypeAdditional information
code

Gets or sets the code.

string

None.

description

Gets or sets the description.

string

None.

isActive

Gets or sets a value indicating whether this is active.

boolean

None.

uiLabelContent1

Gets or sets the uiLabelContent1.

string

None.

uiLabelContent2

Gets or sets the uiLabelContent2.

string

None.

id

Gets or sets the investor detail type identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "code": "sample String 1",
    "description": "sample String 2",
    "isActive": true,
    "uiLabelContent1": "sample String 4",
    "uiLabelContent2": "sample String 5",
    "id": "6"
  },
  {
    "code": "sample String 1",
    "description": "sample String 2",
    "isActive": true,
    "uiLabelContent1": "sample String 4",
    "uiLabelContent2": "sample String 5",
    "id": "6"
  }
]

text/html

Sample:
[{"code":"sample String 1","description":"sample String 2","isActive":true,"uiLabelContent1":"sample String 4","uiLabelContent2":"sample String 5","id":"6"},{"code":"sample String 1","description":"sample String 2","isActive":true,"uiLabelContent1":"sample String 4","uiLabelContent2":"sample String 5","id":"6"}]

application/xml, text/xml

Sample:
<ArrayOfInvestorDetailType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <InvestorDetailType>
    <Code>sample String 1</Code>
    <Description>sample String 2</Description>
    <IsActive>true</IsActive>
    <UILabelContent1>sample String 4</UILabelContent1>
    <UILabelContent2>sample String 5</UILabelContent2>
    <InvestorDetailTypeId>6</InvestorDetailTypeId>
  </InvestorDetailType>
  <InvestorDetailType>
    <Code>sample String 1</Code>
    <Description>sample String 2</Description>
    <IsActive>true</IsActive>
    <UILabelContent1>sample String 4</UILabelContent1>
    <UILabelContent2>sample String 5</UILabelContent2>
    <InvestorDetailTypeId>6</InvestorDetailTypeId>
  </InvestorDetailType>
</ArrayOfInvestorDetailType>