POST api/Mgt/Insertmgtamtpermission

Request Information

URI Parameters

None.

Body Parameters

MGT_ONLINE_AMT_PERMISSION
NameDescriptionTypeAdditional information
ENTRY_NO

integer

None.

SESSION

string

String length: inclusive between 0 and 12

STF_ID

string

String length: inclusive between 0 and 20

STAFF_NAME

string

String length: inclusive between 0 and 20

ASSIGN_DATE

date

None.

STATUS_A

boolean

None.

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",
  "STF_ID": "sample string 3",
  "STAFF_NAME": "sample string 4",
  "ASSIGN_DATE": "2026-05-24T19:50:38.8261042+05:30",
  "STATUS_A": true,
  "MGT_ID": "sample string 5",
  "EX1": "sample string 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.