POST api/mobile/sesion/iniciar
Request Information
URI Parameters
None.
Body Parameters
SesionLecturaDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ID_Tipo_Lectura | integer |
None. |
|
| ID_Sucursal | integer |
None. |
|
| ID_Viaje | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID_Tipo_Lectura": 1,
"ID_Sucursal": 2,
"ID_Viaje": 3
}
text/html
Sample:
{"ID_Tipo_Lectura":1,"ID_Sucursal":2,"ID_Viaje":3}
application/xml, text/xml
Sample:
<SesionLecturaDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TMS.API.Controllers"> <ID_Sucursal>2</ID_Sucursal> <ID_Tipo_Lectura>1</ID_Tipo_Lectura> <ID_Viaje>3</ID_Viaje> </SesionLecturaDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.