PUT api/gastos/cancelar

Request Information

URI Parameters

None.

Body Parameters

GastoCancelDTO
NameDescriptionTypeAdditional information
IdGasto

integer

None.

MotivoCancelacion

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IdGasto": 1,
  "MotivoCancelacion": "sample string 2"
}

application/xml, text/xml

Sample:
<GastoCancelDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiLana.DTOs">
  <IdGasto>1</IdGasto>
  <MotivoCancelacion>sample string 2</MotivoCancelacion>
</GastoCancelDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.