GET api/SupplierStore?barcode={barcode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| barcode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SupplierStore| Name | Description | Type | Additional information |
|---|---|---|---|
| uid | integer |
None. |
|
| ProductName | string |
None. |
|
| Barcode | string |
None. |
|
| NumberofPieces | decimal number |
None. |
|
| Type | string |
None. |
|
| VAT | integer |
None. |
|
| Category | string |
None. |
|
| PurchasePrice | decimal number |
None. |
|
| SellPriceRec | decimal number |
None. |
|
| ISDiscountable | decimal number |
None. |
|
| Points | decimal number |
None. |
|
| MinimumStock | decimal number |
None. |
|
| Supplier | string |
None. |
|
| LastModifiedTime | date |
None. |
|
| LastCreatedTime | date |
None. |
|
| IsDeleted | boolean |
None. |
|
| Unit | string |
None. |
|
| Quantity | string |
None. |
|
| Verfalldatum | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"uid": 1,
"ProductName": "sample string 2",
"Barcode": "sample string 3",
"NumberofPieces": 1.0,
"Type": "sample string 4",
"VAT": 1,
"Category": "sample string 5",
"PurchasePrice": 1.0,
"SellPriceRec": 1.0,
"ISDiscountable": 1.0,
"Points": 1.0,
"MinimumStock": 1.0,
"Supplier": "sample string 6",
"LastModifiedTime": "2026-02-05T12:32:37.5567398+01:00",
"LastCreatedTime": "2026-02-05T12:32:37.5567398+01:00",
"IsDeleted": true,
"Unit": "sample string 7",
"Quantity": "sample string 8",
"Verfalldatum": "sample string 9"
},
{
"uid": 1,
"ProductName": "sample string 2",
"Barcode": "sample string 3",
"NumberofPieces": 1.0,
"Type": "sample string 4",
"VAT": 1,
"Category": "sample string 5",
"PurchasePrice": 1.0,
"SellPriceRec": 1.0,
"ISDiscountable": 1.0,
"Points": 1.0,
"MinimumStock": 1.0,
"Supplier": "sample string 6",
"LastModifiedTime": "2026-02-05T12:32:37.5567398+01:00",
"LastCreatedTime": "2026-02-05T12:32:37.5567398+01:00",
"IsDeleted": true,
"Unit": "sample string 7",
"Quantity": "sample string 8",
"Verfalldatum": "sample string 9"
}
]
application/xml, text/xml
Sample:
<ArrayOfSupplierStore xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SupplierStoreAPI">
<SupplierStore>
<Barcode>sample string 3</Barcode>
<Category>sample string 5</Category>
<ISDiscountable>1</ISDiscountable>
<IsDeleted>true</IsDeleted>
<LastCreatedTime>2026-02-05T12:32:37.5567398+01:00</LastCreatedTime>
<LastModifiedTime>2026-02-05T12:32:37.5567398+01:00</LastModifiedTime>
<MinimumStock>1</MinimumStock>
<NumberofPieces>1</NumberofPieces>
<Points>1</Points>
<ProductName>sample string 2</ProductName>
<PurchasePrice>1</PurchasePrice>
<Quantity>sample string 8</Quantity>
<SellPriceRec>1</SellPriceRec>
<Supplier>sample string 6</Supplier>
<Type>sample string 4</Type>
<Unit>sample string 7</Unit>
<VAT>1</VAT>
<Verfalldatum>sample string 9</Verfalldatum>
<uid>1</uid>
</SupplierStore>
<SupplierStore>
<Barcode>sample string 3</Barcode>
<Category>sample string 5</Category>
<ISDiscountable>1</ISDiscountable>
<IsDeleted>true</IsDeleted>
<LastCreatedTime>2026-02-05T12:32:37.5567398+01:00</LastCreatedTime>
<LastModifiedTime>2026-02-05T12:32:37.5567398+01:00</LastModifiedTime>
<MinimumStock>1</MinimumStock>
<NumberofPieces>1</NumberofPieces>
<Points>1</Points>
<ProductName>sample string 2</ProductName>
<PurchasePrice>1</PurchasePrice>
<Quantity>sample string 8</Quantity>
<SellPriceRec>1</SellPriceRec>
<Supplier>sample string 6</Supplier>
<Type>sample string 4</Type>
<Unit>sample string 7</Unit>
<VAT>1</VAT>
<Verfalldatum>sample string 9</Verfalldatum>
<uid>1</uid>
</SupplierStore>
</ArrayOfSupplierStore>