POST api/Feecall/Concsdetail
Request Information
URI Parameters
None.
Body Parameters
cons_masterName | Description | Type | Additional information |
---|---|---|---|
ENTRY_NO | integer |
None. |
|
COMP_ID | integer |
None. |
|
ADMIN_NO | string |
None. |
|
FEE_CAPTION | string |
None. |
|
M_NAME | string |
None. |
|
M_NO | integer |
None. |
|
ENTRY_DATE | date |
None. |
|
CUR_AMT | integer |
None. |
|
CONC_AMT | integer |
None. |
|
BAL_AMT | integer |
None. |
|
SESSION | string |
None. |
|
OPERATOR_NAME | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ENTRY_NO": 1, "COMP_ID": 2, "ADMIN_NO": "sample string 3", "FEE_CAPTION": "sample string 4", "M_NAME": "sample string 5", "M_NO": 6, "ENTRY_DATE": "2024-11-21T15:30:22.4203626+05:30", "CUR_AMT": 7, "CONC_AMT": 8, "BAL_AMT": 9, "SESSION": "sample string 10", "OPERATOR_NAME": "sample string 11" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.