PUT api/Item/PutItemPriceList
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| itemModel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ItemID": 1,
"ItemNO": "sample string 2",
"ItemName": "sample string 3",
"ItemBarCode": "sample string 4",
"ItemSalePrice": 1.1,
"UnitId": 1,
"UnitName": "sample string 5",
"EnterpriseId": 1,
"itemupdateprice": 1.1,
"itemupdateRatioprice": 1.1,
"UpdatePriceDate": "sample string 6"
},
{
"$ref": "1"
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.