POST api/Application/GetApplicationStausByKey

Request Information

URI Parameters

None.

Body Parameters

GetProductDetailsRequest
NameDescriptionTypeAdditional information
ApplicationKey

integer

None.

EditionKey

integer

None.

ProductGuid

string

None.

CustomerKey

integer

None.

secureopen

boolean

None.

CustomerEmail

string

None.

Searchallprod

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ApplicationKey": 1,
  "EditionKey": 2,
  "ProductGuid": "sample string 3",
  "CustomerKey": 4,
  "secureopen": true,
  "CustomerEmail": "sample string 6",
  "Searchallprod": "sample string 7"
}

text/xml

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

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.