POST api/Fee/duestemp
Request Information
URI Parameters
None.
Body Parameters
duesName | Description | Type | Additional 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. |
|
IS_PART | boolean |
None. |
|
dsession | string |
None. |
|
Studues | Collection of dues |
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, "IS_PART": true, "dsession": "sample string 10", "Studues": [] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.