POST api/Fee/duespay

Request Information

URI Parameters

None.

Body Parameters

dues_pay
NameDescriptionTypeAdditional information
ENTRY_NO

integer

None.

SESSION

string

None.

COMP_ID

integer

None.

M_NAME

string

None.

FEE_CAPTION

string

None.

DUES_AMT

integer

None.

CONC_AMT

integer

None.

BAL_AMT

integer

None.

M_NO

integer

None.

FLAG

boolean

None.

IS_PART

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ENTRY_NO": 1,
  "SESSION": "sample string 2",
  "COMP_ID": 3,
  "M_NAME": "sample string 4",
  "FEE_CAPTION": "sample string 5",
  "DUES_AMT": 6,
  "CONC_AMT": 7,
  "BAL_AMT": 8,
  "M_NO": 9,
  "FLAG": true,
  "IS_PART": true
}

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.