POST api/Application/GetSubscriptionDetails

Request Information

URI Parameters

None.

Body Parameters

GetCompanyRequest
NameDescriptionTypeAdditional information
CompKey

integer

None.

ApplicationKey

integer

None.

EditionKey

integer

None.

ProductGuid

string

None.

CustomerKey

integer

None.

secureopen

boolean

None.

CustomerEmail

string

None.

Searchallprod

string

None.

CompSusbsTag

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CompKey": 1,
  "ApplicationKey": 2,
  "EditionKey": 3,
  "ProductGuid": "sample string 4",
  "CustomerKey": 5,
  "secureopen": true,
  "CustomerEmail": "sample string 7",
  "Searchallprod": "sample string 8",
  "CompSusbsTag": "sample string 9"
}

text/xml

Sample:
<GetCompanyRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Com.seld.ng.Domain.Transport">
  <ApplicationKey>2</ApplicationKey>
  <CompKey>1</CompKey>
  <CompSusbsTag>sample string 9</CompSusbsTag>
  <CustomerEmail>sample string 7</CustomerEmail>
  <CustomerKey>5</CustomerKey>
  <EditionKey>3</EditionKey>
  <ProductGuid>sample string 4</ProductGuid>
  <Searchallprod>sample string 8</Searchallprod>
  <secureopen>true</secureopen>
</GetCompanyRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.