Request Information

URI Parameters

NameDescriptionTypeAdditional information
organizationTypeId

The organization type identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The organization type.

Nano.OrganizationType
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 organization type is active.

boolean

None.

id

Gets or sets the organization type identifier.

integer

None.

organizations

Gets or sets the organization identifiers.

Collection of string

None.

Response Formats

application/json, text/json

Sample:
{
  "code": "sample String 1",
  "description": "sample String 2",
  "isActive": true,
  "id": "4",
  "organizations": [
    "sample String 1",
    "sample String 2"
  ]
}

text/html

Sample:
{"code":"sample String 1","description":"sample String 2","isActive":true,"id":"4","organizations":["sample String 1","sample String 2"]}

application/vnd.api+json

Sample:

Sample not available.