POST api/Employee/Validate
Request Information
URI Parameters
None.
Body Parameters
ValidateEMP| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
|
| Username | string |
Required |
|
| Password | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"key": "sample string 1",
"Username": "sample string 2",
"Password": "sample string 3"
}
application/xml, text/xml
Sample:
<ValidateEMP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMS_MVC.Models"> <Password>sample string 3</Password> <Username>sample string 2</Username> <key>sample string 1</key> </ValidateEMP>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.