POST api/startup/spgetapplogin
Request Information
URI Parameters
None.
Body Parameters
PARAMETRS_spGetAppLogin| Name | Description | Type | Additional information |
|---|---|---|---|
| truckplate | string |
None. |
|
| password | string |
None. |
|
| dateevent | string |
None. |
|
| gpslocation | string |
None. |
|
| pushtoken | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"truckplate": "sample string 1",
"password": "sample string 2",
"dateevent": "sample string 3",
"gpslocation": "sample string 4",
"pushtoken": "sample string 5"
}
application/xml, text/xml
Sample:
<PARAMETRS_spGetAppLogin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <dateevent>sample string 3</dateevent> <gpslocation>sample string 4</gpslocation> <password>sample string 2</password> <pushtoken>sample string 5</pushtoken> <truckplate>sample string 1</truckplate> </PARAMETRS_spGetAppLogin>
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.