POST api/PostLogRegistro

Request Information

URI Parameters

None.

Body Parameters

TB_LogRegistro
NameDescriptionTypeAdditional information
banNuevo

boolean

None.

idUser

globally unique identifier

None.

idSesion

globally unique identifier

None.

idPantalla

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "banNuevo": true,
  "idUser": "e7efa6a6-88ff-42d3-b919-698c3af49ae3",
  "idSesion": "b1dc3ad1-e025-4c42-8c78-353bb813d147",
  "idPantalla": "ddc1cbe7-1ba6-4ffe-b6e9-d3dd47a193be"
}

application/xml, text/xml

Sample:
<TB_LogRegistro xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuperAPPpruebas">
  <banNuevo>true</banNuevo>
  <idPantalla>ddc1cbe7-1ba6-4ffe-b6e9-d3dd47a193be</idPantalla>
  <idSesion>b1dc3ad1-e025-4c42-8c78-353bb813d147</idSesion>
  <idUser>e7efa6a6-88ff-42d3-b919-698c3af49ae3</idUser>
</TB_LogRegistro>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

MsgRespuesta
NameDescriptionTypeAdditional information
codigo

string

None.

mensaje

string

None.

contenido

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "codigo": "sample string 1",
  "mensaje": "sample string 2",
  "contenido": {}
}

application/xml, text/xml

Sample:
<MsgRespuesta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuperAPPpruebas">
  <codigo>sample string 1</codigo>
  <contenido />
  <mensaje>sample string 2</mensaje>
</MsgRespuesta>