| GET | /Warehousing/TfPlnSuppProdPriceD |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Plnid | query | int | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Result | form | List<TfPlnSuppProdPriceD> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ProdPPId | form | string | No | |
| BCode | form | string | No | |
| Products_nu | form | string | No | |
| Category_nu | form | string | No | |
| PPCat_Nu | form | string | No | |
| Producer_nu | form | string | No | |
| Unit | form | string | No | |
| SuppPrice | form | decimal | No | |
| Havevat | form | bool | No | |
| Margine | form | decimal | No | |
| PriceGR | form | decimal | No | |
| PriceGT | form | decimal | No | |
| Spend | form | bool | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /Warehousing/TfPlnSuppProdPriceD HTTP/1.1 Host: 10.10.0.107 Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"Result":[{"ProdPPId":"String","BCode":"String","Products_nu":"String","Category_nu":"String","PPCat_Nu":"String","Producer_nu":"String","Unit":"String","SuppPrice":0,"Havevat":false,"Margine":0,"PriceGR":0,"PriceGT":0,"Spend":false}]}