PUT api/subtypes/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

subtype
NameDescriptionTypeAdditional information
id

integer

None.

name

string

None.

warningPeriod

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "name": "sample string 2",
  "warningPeriod": 3
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.