POST api/Technician/Tech_login
Request Information
URI Parameters
None.
Body Parameters
Tech_LoginRQ| Name | Description | Type | Additional information |
|---|---|---|---|
| mobileno | string |
None. |
|
| device_token | string |
None. |
|
| os_type | string |
None. |
|
| password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"mobileno": "sample string 1",
"device_token": "sample string 2",
"os_type": "sample string 3",
"password": "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.