POST api/General/InfoPlanConsultar
Request Information
URI Parameters
None.
Body Parameters
InfoPlanParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| PrivateKey | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"PrivateKey": "eb352199-ed04-4c7d-8944-f10dd9905242"
}
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>eb352199-ed04-4c7d-8944-f10dd9905242</PrivateKey> </InfoPlanParameters>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |