POST services/api/v1/Get_SellingPriceByBarcode

Request Information

URI Parameters

None.

Body Parameters

Barcode_Id
NameDescriptionTypeAdditional information
Barcode

string

None.

Id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Barcode": "sample string 1",
  "Id": 2
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SellingPrice
NameDescriptionTypeAdditional information
SellingPrice

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "SellingPrice": 1.0
}