Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The index type identifier.

integer

Required

Body Parameters

The index type.

Pico.IndexType
NameDescriptionTypeAdditional information
code

Gets or sets the code.

string

None.

description

Gets or sets the description.

string

None.

id

Gets or sets the Index Type identifier.

integer

None.

isActive

Gets or sets a value indicating whether this is active.

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "code": "sample String 1",
  "description": "sample String 2",
  "id": "3",
  "isActive": true
}

text/html

Sample:
{"code":"sample String 1","description":"sample String 2","id":"3","isActive":true}

application/xml, text/xml

Sample:
<IndexType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Code>sample String 1</Code>
  <Description>sample String 2</Description>
  <IndexTypeId>3</IndexTypeId>
  <IsActive>true</IsActive>
</IndexType>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

The updated index type.

Pico.IndexType
NameDescriptionTypeAdditional information
code

Gets or sets the code.

string

None.

description

Gets or sets the description.

string

None.

id

Gets or sets the Index Type identifier.

integer

None.

isActive

Gets or sets a value indicating whether this is active.

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "code": "sample String 1",
  "description": "sample String 2",
  "id": "3",
  "isActive": true
}

text/html

Sample:
{"code":"sample String 1","description":"sample String 2","id":"3","isActive":true}

application/xml, text/xml

Sample:
<IndexType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Code>sample String 1</Code>
  <Description>sample String 2</Description>
  <IndexTypeId>3</IndexTypeId>
  <IsActive>true</IsActive>
</IndexType>