POST api/Hpcmarks/hpcsetupsubinfo

Request Information

URI Parameters

None.

Body Parameters

HPC_MARK_SETUP
NameDescriptionTypeAdditional information
ENTRY_NO

integer

None.

SCLASS

string

None.

SUB_CODE

string

None.

SUB_NAME

string

None.

GROUP_ID

integer

None.

SUBGROUP_ID

string

None.

SS_GROUP_ID

string

None.

STF_ID

string

None.

STP_DATE

date

None.

HSESSION

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ENTRY_NO": 1,
  "SCLASS": "sample string 2",
  "SUB_CODE": "sample string 3",
  "SUB_NAME": "sample string 4",
  "GROUP_ID": 5,
  "SUBGROUP_ID": "sample string 6",
  "SS_GROUP_ID": "sample string 7",
  "STF_ID": "sample string 8",
  "STP_DATE": "2024-12-13T16:19:55.6244046+05:30",
  "HSESSION": "sample string 9"
}

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.