GET api/PriceList/GetByItemCode?itemCode={itemCode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
itemCode

string

Required

Body Parameters

None.

Response Information

Resource Description

MultiStoreTrnDbModel
NameDescriptionTypeAdditional information
StoreCode

string

None.

StoreDesc

string

None.

ItemCode

string

None.

ItemDesc

string

None.

Barcode

string

None.

Bin

string

None.

SellExcl01

decimal number

None.

SellExcl02

decimal number

None.

SellExcl03

decimal number

None.

SellExcl04

decimal number

None.

SellExcl05

decimal number

None.

SellExcl06

decimal number

None.

SellExcl07

decimal number

None.

SellExcl08

decimal number

None.

SellExcl09

decimal number

None.

SellExcl10

decimal number

None.

SellIncl01

decimal number

None.

SellIncl02

decimal number

None.

SellIncl03

decimal number

None.

SellIncl04

decimal number

None.

SellIncl05

decimal number

None.

SellIncl06

decimal number

None.

SellIncl07

decimal number

None.

SellIncl08

decimal number

None.

SellIncl09

decimal number

None.

SellIncl10

decimal number

None.

SpecialStartDate

date

None.

SpecialEndDate

date

None.

SpecialPriceExcl

decimal number

None.

SpecialPriceIncl

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "StoreCode": "sample string 1",
  "StoreDesc": "sample string 2",
  "ItemCode": "sample string 3",
  "ItemDesc": "sample string 4",
  "Barcode": "sample string 5",
  "Bin": "sample string 6",
  "SellExcl01": 7.0,
  "SellExcl02": 8.0,
  "SellExcl03": 9.0,
  "SellExcl04": 10.0,
  "SellExcl05": 11.0,
  "SellExcl06": 12.0,
  "SellExcl07": 13.0,
  "SellExcl08": 14.0,
  "SellExcl09": 15.0,
  "SellExcl10": 16.0,
  "SellIncl01": 17.0,
  "SellIncl02": 18.0,
  "SellIncl03": 19.0,
  "SellIncl04": 20.0,
  "SellIncl05": 21.0,
  "SellIncl06": 22.0,
  "SellIncl07": 23.0,
  "SellIncl08": 24.0,
  "SellIncl09": 25.0,
  "SellIncl10": 26.0,
  "SpecialStartDate": "2026-08-26T19:24:21.8875915+02:00",
  "SpecialEndDate": "2026-08-26T19:24:21.8875915+02:00",
  "SpecialPriceExcl": 29.0,
  "SpecialPriceIncl": 30.0
}

application/xml, text/xml

Sample:
<MultiStoreTrnDbModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PASTEL.Api.Library.Models.PSql">
  <Barcode>sample string 5</Barcode>
  <Bin>sample string 6</Bin>
  <ItemCode>sample string 3</ItemCode>
  <ItemDesc>sample string 4</ItemDesc>
  <SellExcl01>7</SellExcl01>
  <SellExcl02>8</SellExcl02>
  <SellExcl03>9</SellExcl03>
  <SellExcl04>10</SellExcl04>
  <SellExcl05>11</SellExcl05>
  <SellExcl06>12</SellExcl06>
  <SellExcl07>13</SellExcl07>
  <SellExcl08>14</SellExcl08>
  <SellExcl09>15</SellExcl09>
  <SellExcl10>16</SellExcl10>
  <SellIncl01>17</SellIncl01>
  <SellIncl02>18</SellIncl02>
  <SellIncl03>19</SellIncl03>
  <SellIncl04>20</SellIncl04>
  <SellIncl05>21</SellIncl05>
  <SellIncl06>22</SellIncl06>
  <SellIncl07>23</SellIncl07>
  <SellIncl08>24</SellIncl08>
  <SellIncl09>25</SellIncl09>
  <SellIncl10>26</SellIncl10>
  <SpecialEndDate>2026-08-26T19:24:21.8875915+02:00</SpecialEndDate>
  <SpecialPriceExcl>29</SpecialPriceExcl>
  <SpecialPriceIncl>30</SpecialPriceIncl>
  <SpecialStartDate>2026-08-26T19:24:21.8875915+02:00</SpecialStartDate>
  <StoreCode>sample string 1</StoreCode>
  <StoreDesc>sample string 2</StoreDesc>
</MultiStoreTrnDbModel>