Request Information

URI Parameters

None.

Body Parameters

The investor detail.

Pico.InvestorDetail
NameDescriptionTypeAdditional information
content1

Gets or sets the content1.

string

None.

content2

Gets or sets the content2.

string

None.

email

Gets or sets the email.

string

None.

phone

Gets or sets the phone.

string

None.

id

Gets or sets the investor detail identifier.

integer

None.

investor

Gets or sets the investor identifier.

integer

None.

investorDetailType

Gets or sets the investor detail type identifier.

integer

None.

address

Gets or sets the address identifier.

integer

None.

states

Gets or sets the state identifiers.

Collection of string

None.

Request Formats

application/json, text/json

Sample:
{
  "content1": "sample String 1",
  "content2": "sample String 2",
  "email": "sample String 3",
  "phone": "sample String 4",
  "id": "5",
  "investor": "1",
  "investorDetailType": "1",
  "address": "1",
  "states": [
    "sample String 1",
    "sample String 2"
  ]
}

text/html

Sample:
{"content1":"sample String 1","content2":"sample String 2","email":"sample String 3","phone":"sample String 4","id":"5","investor":"1","investorDetailType":"1","address":"1","states":["sample String 1","sample String 2"]}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

The created investor detail.

Pico.InvestorDetail
NameDescriptionTypeAdditional information
content1

Gets or sets the content1.

string

None.

content2

Gets or sets the content2.

string

None.

email

Gets or sets the email.

string

None.

phone

Gets or sets the phone.

string

None.

id

Gets or sets the investor detail identifier.

integer

None.

investor

Gets or sets the investor identifier.

integer

None.

investorDetailType

Gets or sets the investor detail type identifier.

integer

None.

address

Gets or sets the address identifier.

integer

None.

states

Gets or sets the state identifiers.

Collection of string

None.

Response Formats

application/json, text/json

Sample:
{
  "content1": "sample String 1",
  "content2": "sample String 2",
  "email": "sample String 3",
  "phone": "sample String 4",
  "id": "5",
  "investor": "1",
  "investorDetailType": "1",
  "address": "1",
  "states": [
    "sample String 1",
    "sample String 2"
  ]
}

text/html

Sample:
{"content1":"sample String 1","content2":"sample String 2","email":"sample String 3","phone":"sample String 4","id":"5","investor":"1","investorDetailType":"1","address":"1","states":["sample String 1","sample String 2"]}