PUT api/Acceso

Request Information

URI Parameters

None.

Body Parameters

InsertAccesoDto
NameDescriptionTypeAdditional information
Tarjeta

string

None.

IdServicio

integer

None.

IdOperador

integer

None.

Fecha

date

None.

Direccion

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Tarjeta": "sample string 1",
  "IdServicio": 2,
  "IdOperador": 1,
  "Fecha": "2026-04-14T15:38:58.8841448+02:00",
  "Direccion": true
}

application/xml, text/xml

Sample:
<InsertAccesoDto xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Tarjeta>sample string 1</Tarjeta>
  <IdServicio>2</IdServicio>
  <IdOperador>1</IdOperador>
  <Fecha>2026-04-14T15:38:58.8841448+02:00</Fecha>
  <Direccion>true</Direccion>
</InsertAccesoDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.