GET GetPrice?BarcodeOrName={BarcodeOrName}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
BarcodeOrName

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of tbKenSup
NameDescriptionTypeAdditional information
ID

integer

None.

Name

string

None.

Price

decimal number

None.

PriceType

string

None.

Barcode

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "Name": "sample string 2",
    "Price": 1.0,
    "PriceType": "sample string 3",
    "Barcode": "sample string 4"
  },
  {
    "ID": 1,
    "Name": "sample string 2",
    "Price": 1.0,
    "PriceType": "sample string 3",
    "Barcode": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOftbKenSup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SupKena.Dal">
  <tbKenSup>
    <Barcode>sample string 4</Barcode>
    <ID>1</ID>
    <Name>sample string 2</Name>
    <Price>1</Price>
    <PriceType>sample string 3</PriceType>
  </tbKenSup>
  <tbKenSup>
    <Barcode>sample string 4</Barcode>
    <ID>1</ID>
    <Name>sample string 2</Name>
    <Price>1</Price>
    <PriceType>sample string 3</PriceType>
  </tbKenSup>
</ArrayOftbKenSup>