POST api/Product/GetProduct

Documentation for 'GetProduct'.

Request Information

Parameters

NameDescriptionAdditional information
req
Documentation for 'req'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "GetInAllPLU": true,
  "BranchID": "94a8f368-bd4f-4493-9df7-03fae42fb929",
  "ListPLUTargetModel": [
    "sample string 1",
    "sample string 2",
    "sample string 3"
  ]
}

application/xml, text/xml

Sample:
<GetProductModelReq xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <GetInAllPLU>true</GetInAllPLU>
  <BranchID>94a8f368-bd4f-4493-9df7-03fae42fb929</BranchID>
  <ListPLUTargetModel>
    <string>sample string 1</string>
    <string>sample string 2</string>
    <string>sample string 3</string>
  </ListPLUTargetModel>
</GetProductModelReq>