POST api/mobile/configuracion

Request Information

URI Parameters

None.

Body Parameters

ConfigMovilDto
NameDescriptionTypeAdditional information
Intervalo_GPS_Min

integer

None.

Tipo_Vista

string

None.

Notificaciones

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Intervalo_GPS_Min": 1,
  "Tipo_Vista": "sample string 2",
  "Notificaciones": true
}

text/html

Sample:
{"Intervalo_GPS_Min":1,"Tipo_Vista":"sample string 2","Notificaciones":true}

application/xml, text/xml

Sample:
<ConfigMovilDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TMS.API.Controllers">
  <Intervalo_GPS_Min>1</Intervalo_GPS_Min>
  <Notificaciones>true</Notificaciones>
  <Tipo_Vista>sample string 2</Tipo_Vista>
</ConfigMovilDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.