POST api/PoctLogin/SearchActiveLogin
Request Information
URI Parameters
None.
Body Parameters
log2| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
None. |
|
| empcode | string |
None. |
|
| txtSDesignation | string |
None. |
|
| CopId | integer |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"name": "sample string 1",
"empcode": "sample string 2",
"txtSDesignation": "sample string 3",
"CopId": 4
}
application/xml, text/xml
Sample:
<Login.log2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoctAPI.Models"> <CopId>4</CopId> <empcode>sample string 2</empcode> <name>sample string 1</name> <txtSDesignation>sample string 3</txtSDesignation> </Login.log2>
multipart/form-data
Sample:
<Login.log2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoctAPI.Models"><CopId>4</CopId><empcode>sample string 2</empcode><name>sample string 1</name><txtSDesignation>sample string 3</txtSDesignation></Login.log2>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, multipart/form-data, text/html
Sample:
Sample not available.