POST api/Login/ChangeIMEIRequest
Request Information
URI Parameters
None.
Body Parameters
ChangeIMEIRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| emp_identity | string |
None. |
|
| password | string |
None. |
|
| newIMEI | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"emp_identity": "sample string 1",
"password": "sample string 2",
"newIMEI": "sample string 3"
}
application/xml, text/xml
Sample:
<ChangeIMEIRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS_HRM_API.Models.loginModels"> <emp_identity>sample string 1</emp_identity> <newIMEI>sample string 3</newIMEI> <password>sample string 2</password> </ChangeIMEIRequestModel>
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.