POST api/Venta/AprobarDocMarketing

Request Information

URI Parameters

None.

Body Parameters

respuesta
NameDescriptionTypeAdditional information
estado

boolean

None.

mensaje

string

None.

token

string

None.

objeto

Object

None.

Request Formats

application/json, text/json

Sample:
{
  "estado": true,
  "mensaje": "sample string 2",
  "token": "sample string 3",
  "objeto": {}
}

application/xml, text/xml

Sample:
<DTO.respuesta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INTRANET_API.Models">
  <estado>true</estado>
  <mensaje>sample string 2</mensaje>
  <objeto />
  <token>sample string 3</token>
</DTO.respuesta>

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.