POST api/General/InfoPlanConsultar

Request Information

URI Parameters

None.

Body Parameters

InfoPlanParameters
NameDescriptionTypeAdditional information
PrivateKey

globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
{
  "PrivateKey": "dea166df-d15f-4fde-8794-055ce1c9bdf5"
}

application/xml, text/xml

Sample:
<InfoPlanParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SEDI_CDN.Class.Entities.General">
  <PrivateKey>dea166df-d15f-4fde-8794-055ce1c9bdf5</PrivateKey>
</InfoPlanParameters>

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.