POST api/INTRANETV1/getAlllogOportunidad

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

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.