POST api/Staff/stuplogin
Request Information
URI Parameters
None.
Body Parameters
Stafflog| Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.