GET api/Prices

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Prices
NameDescriptionTypeAdditional information
CompanyId

string

None.

ItemNumber

string

None.

StartDate

date

None.

PriceGroup

string

None.

Price

decimal number

None.

SellQty1

decimal number

None.

Price1

decimal number

None.

SellQty2

decimal number

None.

Price2

decimal number

None.

SellQty3

decimal number

None.

Price3

decimal number

None.

SellQty4

decimal number

None.

Price4

decimal number

None.

PriceId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CompanyId": "sample string 1",
    "ItemNumber": "sample string 2",
    "StartDate": "2025-12-10T16:38:58.1229775-04:00",
    "PriceGroup": "sample string 4",
    "Price": 5.0,
    "SellQty1": 6.0,
    "Price1": 7.0,
    "SellQty2": 8.0,
    "Price2": 9.0,
    "SellQty3": 10.0,
    "Price3": 11.0,
    "SellQty4": 12.0,
    "Price4": 13.0,
    "PriceId": 14
  },
  {
    "CompanyId": "sample string 1",
    "ItemNumber": "sample string 2",
    "StartDate": "2025-12-10T16:38:58.1229775-04:00",
    "PriceGroup": "sample string 4",
    "Price": 5.0,
    "SellQty1": 6.0,
    "Price1": 7.0,
    "SellQty2": 8.0,
    "Price2": 9.0,
    "SellQty3": 10.0,
    "Price3": 11.0,
    "SellQty4": 12.0,
    "Price4": 13.0,
    "PriceId": 14
  }
]

application/xml, text/xml

Sample:
<ArrayOfPrices xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EGas.DataAccess">
  <Prices>
    <CompanyId>sample string 1</CompanyId>
    <ItemNumber>sample string 2</ItemNumber>
    <Price>5</Price>
    <Price1>7</Price1>
    <Price2>9</Price2>
    <Price3>11</Price3>
    <Price4>13</Price4>
    <PriceGroup>sample string 4</PriceGroup>
    <PriceId>14</PriceId>
    <SellQty1>6</SellQty1>
    <SellQty2>8</SellQty2>
    <SellQty3>10</SellQty3>
    <SellQty4>12</SellQty4>
    <StartDate>2025-12-10T16:38:58.1229775-04:00</StartDate>
  </Prices>
  <Prices>
    <CompanyId>sample string 1</CompanyId>
    <ItemNumber>sample string 2</ItemNumber>
    <Price>5</Price>
    <Price1>7</Price1>
    <Price2>9</Price2>
    <Price3>11</Price3>
    <Price4>13</Price4>
    <PriceGroup>sample string 4</PriceGroup>
    <PriceId>14</PriceId>
    <SellQty1>6</SellQty1>
    <SellQty2>8</SellQty2>
    <SellQty3>10</SellQty3>
    <SellQty4>12</SellQty4>
    <StartDate>2025-12-10T16:38:58.1229775-04:00</StartDate>
  </Prices>
</ArrayOfPrices>