POST api/Popupmsg/stftknin

Request Information

URI Parameters

None.

Body Parameters

sa_token_staff
NameDescriptionTypeAdditional information
ENTRY_NO

integer

None.

TOKEN_ID

string

None.

STAFF_ID

string

None.

STATUS_A

boolean

None.

ENT_DATE

date

None.

DEVICE_INFO

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ENTRY_NO": 1,
  "TOKEN_ID": "sample string 2",
  "STAFF_ID": "sample string 3",
  "STATUS_A": true,
  "ENT_DATE": "2025-01-10T13:30:43.3016648+05:30",
  "DEVICE_INFO": "sample string 5"
}

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.