POST services/api/v1/Get_ItemForPriceChange

Request Information

URI Parameters

None.

Body Parameters

Barcode_SellingPriceLevelId
NameDescriptionTypeAdditional information
Barcode

string

None.

BranchId

integer

None.

SellingPriceLevelid

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Barcode": "sample string 1",
  "BranchId": 2,
  "SellingPriceLevelid": 3
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of PriceChange_Master
NameDescriptionTypeAdditional 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
  }
]