POST api/{database}/GetProductIdCommand?eanCode={eanCode}
No Documentation Found.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
eanCode | No Documentation Found. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "eanCode": "sample string 1", "productId": "sample string 2" }
application/xml, text/xml
Sample:
<GetProductIdCommand xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.Logistics.Commands"> <EANCode>sample string 1</EANCode> <ProductId>sample string 2</ProductId> </GetProductIdCommand>