POST api/Hpcmaster/hpcgroup

Request Information

URI Parameters

None.

Body Parameters

HPC_GROUP_MASTER
NameDescriptionTypeAdditional information
ENTRY_NO

integer

None.

GROUP_ID

integer

None.

HPC_GROUP

string

None.

SUBGROUP_ID

string

None.

HPC_SUB_GROUP

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ENTRY_NO": 1,
  "GROUP_ID": 2,
  "HPC_GROUP": "sample string 3",
  "SUBGROUP_ID": "sample string 4",
  "HPC_SUB_GROUP": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.