POST api/Product/GetProductGiamGia
Request Information
URI Parameters
None.
Body Parameters
ParamGetGiaBanLeInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| SupplierID | string |
None. |
|
| ProductID | string |
None. |
|
| Ngay | string |
None. |
|
| SoLuong | decimal number |
None. |
|
| DonViTinh | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SupplierID": "sample string 1",
"ProductID": "sample string 2",
"Ngay": "sample string 3",
"SoLuong": 4.1,
"DonViTinh": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2",
"Data": {}
}