Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A list of vesting types.

Collection of Nano.VestingType
NameDescriptionTypeAdditional information
code

Gets or sets the code.

string

None.

description

Gets or sets the description.

string

None.

value

Gets or sets the value.

integer

None.

id

Gets or sets the vesting type identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "code": "sample String 1",
    "description": "sample String 2",
    "value": 3,
    "id": "4"
  },
  {
    "code": "sample String 1",
    "description": "sample String 2",
    "value": 3,
    "id": "4"
  }
]

text/html

Sample:
[{"code":"sample String 1","description":"sample String 2","value":3,"id":"4"},{"code":"sample String 1","description":"sample String 2","value":3,"id":"4"}]

application/xml, text/xml

Sample:
<ArrayOfVestingType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <VestingType>
    <Code>sample String 1</Code>
    <Description>sample String 2</Description>
    <Value>3</Value>
    <VestingTypeId>4</VestingTypeId>
  </VestingType>
  <VestingType>
    <Code>sample String 1</Code>
    <Description>sample String 2</Description>
    <Value>3</Value>
    <VestingTypeId>4</VestingTypeId>
  </VestingType>
</ArrayOfVestingType>

application/vnd.api+json

Sample:

Sample not available.