POST api/House/schhome

Request Information

URI Parameters

None.

Body Parameters

House_Master
NameDescriptionTypeAdditional information
ENTRY_NO

integer

None.

HOUSE_NAME

string

None.

HOUSE_COLOR

string

None.

SR_INCHARGE1

string

None.

SR_INCHARGE2

string

None.

SR_HOUSE_CAP

string

None.

SR_CAP_CLASS

string

None.

SR_VICE_CAP

string

None.

SR_VICE_CLASS

string

None.

JR_INCHARGE2

string

None.

JR_HOUSE_CAP

string

None.

JR_CAP_CLASS

string

None.

JR_VICE_CAP

string

None.

JR_VICE_CLASS

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ENTRY_NO": 1,
  "HOUSE_NAME": "sample string 2",
  "HOUSE_COLOR": "sample string 3",
  "SR_INCHARGE1": "sample string 4",
  "SR_INCHARGE2": "sample string 5",
  "SR_HOUSE_CAP": "sample string 6",
  "SR_CAP_CLASS": "sample string 7",
  "SR_VICE_CAP": "sample string 8",
  "SR_VICE_CLASS": "sample string 9",
  "JR_INCHARGE2": "sample string 10",
  "JR_HOUSE_CAP": "sample string 11",
  "JR_CAP_CLASS": "sample string 12",
  "JR_VICE_CAP": "sample string 13",
  "JR_VICE_CLASS": "sample string 14"
}

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.