POST api/Staff/stlogin

Request Information

URI Parameters

None.

Body Parameters

Stafflog
NameDescriptionTypeAdditional information
STAFF_ID

string

None.

PRESENT_CONTACT

string

None.

SPASS

string

None.

REMARK

string

None.

Request Formats

application/json, text/json

Sample:
{
  "STAFF_ID": "sample string 1",
  "PRESENT_CONTACT": "sample string 2",
  "SPASS": "sample string 3",
  "REMARK": "sample string 4"
}

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.