POST api/PostVideoConsulta

Request Information

URI Parameters

None.

Body Parameters

TB_PostConsultaJornadas
NameDescriptionTypeAdditional information
idProveedor

globally unique identifier

None.

idSucursal

globally unique identifier

None.

idPersona

globally unique identifier

None.

FecAgendaIni

date

None.

FecAgendaFin

date

None.

Token

string

None.

Observaciones

string

None.

banVideoConsulta

boolean

None.

banAdomicilio

boolean

None.

idUser

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "idProveedor": "ee653df4-0e6b-4bca-a984-dc65e9d1e675",
  "idSucursal": "bae59067-2acc-4d58-96d5-90b556e8ca4f",
  "idPersona": "92ead71c-90a2-4c3f-a1dd-13c3956956bc",
  "FecAgendaIni": "2026-03-21T19:41:40.2916735-04:00",
  "FecAgendaFin": "2026-03-21T19:41:40.2916735-04:00",
  "Token": "sample string 6",
  "Observaciones": "sample string 7",
  "banVideoConsulta": true,
  "banAdomicilio": true,
  "idUser": "d00e90be-91f9-4c4d-ba16-46ab8efd9946"
}

application/xml, text/xml

Sample:
<TB_PostConsultaJornadas xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuperAPPpruebas">
  <FecAgendaFin>2026-03-21T19:41:40.2916735-04:00</FecAgendaFin>
  <FecAgendaIni>2026-03-21T19:41:40.2916735-04:00</FecAgendaIni>
  <Observaciones>sample string 7</Observaciones>
  <Token>sample string 6</Token>
  <banAdomicilio>true</banAdomicilio>
  <banVideoConsulta>true</banVideoConsulta>
  <idPersona>92ead71c-90a2-4c3f-a1dd-13c3956956bc</idPersona>
  <idProveedor>ee653df4-0e6b-4bca-a984-dc65e9d1e675</idProveedor>
  <idSucursal>bae59067-2acc-4d58-96d5-90b556e8ca4f</idSucursal>
  <idUser>d00e90be-91f9-4c4d-ba16-46ab8efd9946</idUser>
</TB_PostConsultaJornadas>

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>