POST api/Mgt/Mgtamtsessionwise
Request Information
URI Parameters
None.
Body Parameters
MGT_ONLINE_AMT_REMARK| Name | Description | Type | Additional information |
|---|---|---|---|
| ENTRY_NO | integer |
None. |
|
| SESSION | string |
String length: inclusive between 0 and 12 |
|
| TOTAL_AMT | integer |
None. |
|
| CASH_AMT | integer |
None. |
|
| ONLINE_AMT | integer |
None. |
|
| ONLINE_BANK_AMT | integer |
None. |
|
| BANK_AMT | integer |
None. |
|
| BANK_NAME | string |
String length: inclusive between 0 and 50 |
|
| ACC_NO | string |
String length: inclusive between 0 and 30 |
|
| REMARK | string |
None. |
|
| DATE1 | date |
None. |
|
| ENTRY_DATE | date |
None. |
|
| STATUS_A | boolean |
None. |
|
| STF_ID | string |
String length: inclusive between 0 and 30 |
|
| MGT_ID | string |
String length: inclusive between 0 and 20 |
|
| EX1 | string |
String length: inclusive between 0 and 50 |
Request Formats
application/json, text/json
Sample:
{
"ENTRY_NO": 1,
"SESSION": "sample string 2",
"TOTAL_AMT": 1,
"CASH_AMT": 1,
"ONLINE_AMT": 1,
"ONLINE_BANK_AMT": 1,
"BANK_AMT": 1,
"BANK_NAME": "sample string 3",
"ACC_NO": "sample string 4",
"REMARK": "sample string 5",
"DATE1": "2026-05-24T19:50:39.1230639+05:30",
"ENTRY_DATE": "2026-05-24T19:50:39.1230639+05:30",
"STATUS_A": true,
"STF_ID": "sample string 6",
"MGT_ID": "sample string 7",
"EX1": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.