POST api/RegistroIngresoPatioRFS

Request Information

URI Parameters

None.

Body Parameters

RegistroIngresoPatioModel
NameDescriptionTypeAdditional information
Ingreso

boolean

None.

Retiro

boolean

None.

IdRegistroPorteria

integer

None.

Placa

string

None.

Estado

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Ingreso": true,
  "Retiro": true,
  "IdRegistroPorteria": 3,
  "Placa": "sample string 4",
  "Estado": "sample string 5"
}

application/xml, text/xml

Sample:
<RegistroIngresoPatioModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RFS.Data.Entities.EIR.ApiModels">
  <Estado>sample string 5</Estado>
  <IdRegistroPorteria>3</IdRegistroPorteria>
  <Placa>sample string 4</Placa>
  <Ingreso>true</Ingreso>
  <Retiro>true</Retiro>
</RegistroIngresoPatioModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

multipart/form-data

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.