POST api/PROJECTTYPE

Request Information

URI Parameters

None.

Body Parameters

projecttype
NameDescriptionTypeAdditional information
a0

integer

None.

a1

integer

None.

a2

string

None.

Request Formats

application/json, text/json

Sample:
{
  "a0": 1,
  "a1": 2,
  "a2": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"