POST services/api/v1/Update_ItemPrice
Request Information
URI Parameters
None.
Body Parameters
Collection of PriceChange_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Barcode | string |
None. |
|
| ItemName | string |
None. |
|
| Unit | string |
None. |
|
| Contain | string |
None. |
|
| CostPrice | decimal number |
None. |
|
| SellingPrice | decimal number |
None. |
|
| UserId | integer |
None. |
|
| BranchId | integer |
None. |
|
| CompanyId | integer |
None. |
|
| SellingPriceLevelId | integer |
None. |
|
| ItemMasterTypeId | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Barcode": "sample string 2",
"ItemName": "sample string 3",
"Unit": "sample string 4",
"Contain": "sample string 5",
"CostPrice": 6.0,
"SellingPrice": 7.0,
"UserId": 8,
"BranchId": 9,
"CompanyId": 10,
"SellingPriceLevelId": 11,
"ItemMasterTypeId": 12
},
{
"Id": 1,
"Barcode": "sample string 2",
"ItemName": "sample string 3",
"Unit": "sample string 4",
"Contain": "sample string 5",
"CostPrice": 6.0,
"SellingPrice": 7.0,
"UserId": 8,
"BranchId": 9,
"CompanyId": 10,
"SellingPriceLevelId": 11,
"ItemMasterTypeId": 12
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of PriceChange_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Barcode | string |
None. |
|
| ItemName | string |
None. |
|
| Unit | string |
None. |
|
| Contain | string |
None. |
|
| CostPrice | decimal number |
None. |
|
| SellingPrice | decimal number |
None. |
|
| UserId | integer |
None. |
|
| BranchId | integer |
None. |
|
| CompanyId | integer |
None. |
|
| SellingPriceLevelId | integer |
None. |
|
| ItemMasterTypeId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Barcode": "sample string 2",
"ItemName": "sample string 3",
"Unit": "sample string 4",
"Contain": "sample string 5",
"CostPrice": 6.0,
"SellingPrice": 7.0,
"UserId": 8,
"BranchId": 9,
"CompanyId": 10,
"SellingPriceLevelId": 11,
"ItemMasterTypeId": 12
},
{
"Id": 1,
"Barcode": "sample string 2",
"ItemName": "sample string 3",
"Unit": "sample string 4",
"Contain": "sample string 5",
"CostPrice": 6.0,
"SellingPrice": 7.0,
"UserId": 8,
"BranchId": 9,
"CompanyId": 10,
"SellingPriceLevelId": 11,
"ItemMasterTypeId": 12
}
]