Request Information

URI Parameters

None.

Body Parameters

The index.

Pico.Index
NameDescriptionTypeAdditional information
endDate

Gets or sets the end date.

date

None.

startDate

Gets or sets the start date.

date

None.

value

Gets or sets the value.

decimal number

None.

id

Gets or sets the index identifier.

integer

None.

indexType

Gets or sets the index type identifier.

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "endDate": "2025-04-26T00:52:35.2893653Z",
  "startDate": "2025-04-26T00:52:35.2893653Z",
  "value": 1.0,
  "id": "1",
  "indexType": "2"
}

text/html

Sample:
{"endDate":"2025-04-26T00:52:35.2893653Z","startDate":"2025-04-26T00:52:35.2893653Z","value":1.0,"id":"1","indexType":"2"}

application/xml, text/xml

Sample:
<Index xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <EndDate>2025-04-26T00:52:35.2893653Z</EndDate>
  <StartDate>2025-04-26T00:52:35.2893653Z</StartDate>
  <Value>1</Value>
  <IndexId>1</IndexId>
  <IndexTypeId>2</IndexTypeId>
</Index>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

The created index.

Pico.Index
NameDescriptionTypeAdditional information
endDate

Gets or sets the end date.

date

None.

startDate

Gets or sets the start date.

date

None.

value

Gets or sets the value.

decimal number

None.

id

Gets or sets the index identifier.

integer

None.

indexType

Gets or sets the index type identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "endDate": "2025-04-26T00:52:35.2893653Z",
  "startDate": "2025-04-26T00:52:35.2893653Z",
  "value": 1.0,
  "id": "1",
  "indexType": "2"
}

text/html

Sample:
{"endDate":"2025-04-26T00:52:35.2893653Z","startDate":"2025-04-26T00:52:35.2893653Z","value":1.0,"id":"1","indexType":"2"}

application/xml, text/xml

Sample:
<Index xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <EndDate>2025-04-26T00:52:35.2893653Z</EndDate>
  <StartDate>2025-04-26T00:52:35.2893653Z</StartDate>
  <Value>1</Value>
  <IndexId>1</IndexId>
  <IndexTypeId>2</IndexTypeId>
</Index>