POST api/Agenda/EnviarWsp

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
obj
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "fechaAgenda": "2026-07-01T09:01:32.6687011-05:00",
  "fechaInicio": "2026-07-01T09:01:32.6687011-05:00",
  "fechaFin": "2026-07-01T09:01:32.6687011-05:00",
  "idTrabajador": 1,
  "anio": 4,
  "mes": 5,
  "idEmpresa": 1,
  "idRegistro": 6
}

application/xml, text/xml

Sample:
<ModelGlobal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Servicios.Models">
  <anio>4</anio>
  <fechaAgenda>2026-07-01T09:01:32.6687011-05:00</fechaAgenda>
  <fechaFin>2026-07-01T09:01:32.6687011-05:00</fechaFin>
  <fechaInicio>2026-07-01T09:01:32.6687011-05:00</fechaInicio>
  <idEmpresa>1</idEmpresa>
  <idRegistro>6</idRegistro>
  <idTrabajador>1</idTrabajador>
  <mes>5</mes>
</ModelGlobal>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>