POST api/Student/studues

Request Information

URI Parameters

None.

Body Parameters

DUES_MASTER
NameDescriptionTypeAdditional information
ENTRY_NO

integer

None.

COMP_ID

integer

None.

DUES_MONTH

string

None.

DUES_AMT

integer

None.

DUES_REMARK

string

None.

CLASS_TIME

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ENTRY_NO": 1,
  "COMP_ID": 2,
  "DUES_MONTH": "sample string 3",
  "DUES_AMT": 4,
  "DUES_REMARK": "sample string 5",
  "CLASS_TIME": 6
}

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.