POST api/Product/GetPOProducts

Request Information

URI Parameters

None.

Body Parameters

ProductSearchParameter
NameDescriptionTypeAdditional information
SearchKey

string

None.

SearchValue

Object

None.

Request Formats

application/json, text/json

Sample:
{
  "SearchKey": "sample string 1",
  "SearchValue": {}
}

application/xml, text/xml

Sample:
<ProductSearchParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://promotionaloffice.promidata.com/2012/08/08">
  <SearchKey>sample string 1</SearchKey>
  <SearchValue />
</ProductSearchParameter>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.