POST api/PlanTratamientoPrestacion/EliminarSeccion

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objeto
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "id": 1,
  "nombre": "sample string 2",
  "comando": "sample string 3",
  "adicional": 1,
  "idPlanTratamientoSeccion": 4,
  "idPlanTratamiento": 5,
  "tipo": 6
}

application/xml, text/xml

Sample:
<GestionarItemBasicoPoco xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Negocio.Poco">
  <adicional>1</adicional>
  <comando>sample string 3</comando>
  <id>1</id>
  <idPlanTratamiento>5</idPlanTratamiento>
  <idPlanTratamientoSeccion>4</idPlanTratamientoSeccion>
  <nombre>sample string 2</nombre>
  <tipo>6</tipo>
</GestionarItemBasicoPoco>

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>