DELETE api/MotivosAusencias/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

MotivosAusencias
NameDescriptionTypeAdditional information
IdMotivo

integer

None.

Motivo

string

None.

Ausencias

Collection of Ausencias

None.

Response Formats

application/json, text/json

Sample:
{
  "IdMotivo": 1,
  "Motivo": "sample string 2"
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'WebAPI.Models.Ausencias' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'WebAPI.Models.Ausencias' contains cycles and cannot be serialized if reference tracking is disabled.