POST services/api/v1/Get_AtributesByBarcode

Request Information

URI Parameters

None.

Body Parameters

ItemType_Barcode_SellingPriceLevel_Branch_Location_ItemId
NameDescriptionTypeAdditional information
ItemType

integer

None.

Barcode

string

None.

SellingPriceLevel

integer

None.

Branch

integer

None.

Location

integer

None.

ItemId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ItemType": 1,
  "Barcode": "sample string 2",
  "SellingPriceLevel": 3,
  "Branch": 4,
  "Location": 5,
  "ItemId": 6
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ItemMasterAtributes
NameDescriptionTypeAdditional information
AvgCost

decimal number

None.

LastPurCost

decimal number

None.

StkQty

decimal number

None.

Margin

decimal number

None.

MarginPer

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "AvgCost": 1.0,
  "LastPurCost": 2.0,
  "StkQty": 3.0,
  "Margin": 4.0,
  "MarginPer": 5.0
}