| GET | /Logistics/LogisticsProductsByCode |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| bcode | query | string | No | |
| code | query | string | No | |
| cr | query | string | No | |
| products_nu | query | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Result | form | List<LogisticsProductsByCode> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ProdPP_id | form | string | No | |
| BCode | form | string | No | |
| Products_nu | form | string | No | |
| Producer_nu | form | string | No | |
| PriceGT | form | decimal | No | |
| Vat | form | decimal | No | |
| lRecipe | form | int | No | |
| MaxDiscount | form | decimal | No | |
| ByWeight | form | int | No | |
| PackCount | form | decimal | No | |
| PriceUR | form | decimal | No | |
| PriceGR | form | decimal | No | |
| PriceUT | form | decimal | No | |
| LNotInPrice | form | bool | No | |
| LifeDate | form | int | No | |
| InCode | form | string | No | |
| MinCountTrade | form | int | No | |
| MinCountRetail | form | int | No | |
| Spend | form | bool | No | |
| Category_id | form | string | No | |
| Category_Code | form | string | No | |
| unit | form | string | No | |
| code | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /Logistics/LogisticsProductsByCode HTTP/1.1 Host: 10.10.0.107 Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"Result":[{"ProdPP_id":"String","BCode":"String","Products_nu":"String","Producer_nu":"String","PriceGT":0,"Vat":0,"lRecipe":0,"MaxDiscount":0,"ByWeight":0,"PackCount":0,"PriceUR":0,"PriceGR":0,"PriceUT":0,"LNotInPrice":false,"LifeDate":0,"InCode":"String","MinCountTrade":0,"MinCountRetail":0,"Spend":false,"Category_id":"String","Category_Code":"String","unit":"String","code":"String"}]}