POST api/Staff/Stafflogin

Request Information

URI Parameters

None.

Body Parameters

staff_master
NameDescriptionTypeAdditional information
ENTRY_NO

integer

None.

STAFF_ID

string

None.

STAFF_NAME

string

None.

STAFF_DESIG

string

None.

STAFF_MAIL

string

None.

STAFF_MOB

string

None.

STAFF_PASS

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ENTRY_NO": 1,
  "STAFF_ID": "sample string 2",
  "STAFF_NAME": "sample string 3",
  "STAFF_DESIG": "sample string 4",
  "STAFF_MAIL": "sample string 5",
  "STAFF_MOB": "sample string 6",
  "STAFF_PASS": "sample string 7"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.