POST api/Conversion/Match
The match method can receive a list of psmatch elements (see XSD) with information like ean, producer number, ... We try to match this information and link it to an PS id. In the productsearch you can use these id's to get the specific products
Request Information
URI Parameters
None.
Body Parameters
SimpleInputParametersName | Description | Type | Additional information |
---|---|---|---|
Value | string |
None. |
|
IncludeLogging | boolean |
None. |
|
ReturnContentType |
Could be Unknown or Xml |
ContentType |
None. |
Request Formats
application/json, text/json
Sample:
{ "Value": "sample string 1", "IncludeLogging": true, "ReturnContentType": 0 }
application/xml, text/xml
Sample:
<SimpleInputParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PS.WebApi.Core.Data.InputParameters"> <ReturnContentType>Unknown</ReturnContentType> <IncludeLogging>true</IncludeLogging> <Value>sample string 1</Value> </SimpleInputParameters>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |