Request Information

URI Parameters

NameDescriptionTypeAdditional information
documentationTypeId

The documentation type identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The documentation type, if it exists.

Collection of Nano.DocumentationType
NameDescriptionTypeAdditional information
assetsDeclared

Gets or sets a value indicating whether assets are declared.

boolean

None.

assetsVerified

Gets or sets a value indicating whether assets are verified.

boolean

None.

code

Gets or sets the code.

string

None.

description

Gets or sets the description.

string

None.

employmentDeclared

Gets or sets a value indicating whether employment is declared.

boolean

None.

employmentVerified

Gets or sets a value indicating whether employment is verified.

boolean

None.

incomeDeclared

Gets or sets a value indicating whether income is declared.

boolean

None.

incomeVerified

Gets or sets a value indicating whether income is verified.

boolean

None.

isActive

Gets or sets a value indicating whether this is active.

boolean

None.

nonSubjectPropertyLiabilitiesDeclared

Gets or sets a value indicating whether non-subject property liabilities are declared.

boolean

None.

id

Gets or sets the documentation type identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "assetsDeclared": true,
    "assetsVerified": true,
    "code": "sample String 3",
    "description": "sample String 4",
    "employmentDeclared": true,
    "employmentVerified": true,
    "incomeDeclared": true,
    "incomeVerified": true,
    "isActive": true,
    "nonSubjectPropertyLiabilitiesDeclared": true,
    "id": "11"
  },
  {
    "assetsDeclared": true,
    "assetsVerified": true,
    "code": "sample String 3",
    "description": "sample String 4",
    "employmentDeclared": true,
    "employmentVerified": true,
    "incomeDeclared": true,
    "incomeVerified": true,
    "isActive": true,
    "nonSubjectPropertyLiabilitiesDeclared": true,
    "id": "11"
  }
]

text/html

Sample:
[{"assetsDeclared":true,"assetsVerified":true,"code":"sample String 3","description":"sample String 4","employmentDeclared":true,"employmentVerified":true,"incomeDeclared":true,"incomeVerified":true,"isActive":true,"nonSubjectPropertyLiabilitiesDeclared":true,"id":"11"},{"assetsDeclared":true,"assetsVerified":true,"code":"sample String 3","description":"sample String 4","employmentDeclared":true,"employmentVerified":true,"incomeDeclared":true,"incomeVerified":true,"isActive":true,"nonSubjectPropertyLiabilitiesDeclared":true,"id":"11"}]

application/xml, text/xml

Sample:
<ArrayOfDocumentationType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <DocumentationType>
    <AssetsDeclared>true</AssetsDeclared>
    <AssetsVerified>true</AssetsVerified>
    <Code>sample String 3</Code>
    <Description>sample String 4</Description>
    <EmploymentDeclared>true</EmploymentDeclared>
    <EmploymentVerified>true</EmploymentVerified>
    <IncomeDeclared>true</IncomeDeclared>
    <IncomeVerified>true</IncomeVerified>
    <IsActive>true</IsActive>
    <NonSubjectPropertyLiabilitiesDeclared>true</NonSubjectPropertyLiabilitiesDeclared>
    <DocumentationTypeId>11</DocumentationTypeId>
  </DocumentationType>
  <DocumentationType>
    <AssetsDeclared>true</AssetsDeclared>
    <AssetsVerified>true</AssetsVerified>
    <Code>sample String 3</Code>
    <Description>sample String 4</Description>
    <EmploymentDeclared>true</EmploymentDeclared>
    <EmploymentVerified>true</EmploymentVerified>
    <IncomeDeclared>true</IncomeDeclared>
    <IncomeVerified>true</IncomeVerified>
    <IsActive>true</IsActive>
    <NonSubjectPropertyLiabilitiesDeclared>true</NonSubjectPropertyLiabilitiesDeclared>
    <DocumentationTypeId>11</DocumentationTypeId>
  </DocumentationType>
</ArrayOfDocumentationType>

application/vnd.api+json

Sample:

Sample not available.