| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
None.
| Name | Description | Type | Additional information |
|---|---|---|---|
| piCode |
Production Item Code |
string |
None. |
| piId |
Production Item Id (PaNr) |
integer |
None. |
| piName |
Production Item Name |
string |
None. |
| piUnitfactor1 |
Production Item Factor Unit 1 |
decimal number |
None. |
| piUnit1 |
Production Item Unit 1 |
string |
None. |
| piUnitfactor2 |
Production Item Factor Unit 2 |
decimal number |
None. |
| piUnit2 |
Production Item Unit 2 |
string |
None. |
| pgName |
Production Group Name |
string |
None. |
| AllergenShorties |
Allergen Shorties |
string |
None. |
| IngredientShorties |
Ingredient Shorties |
string |
None. |
| BarcodeList |
Dictionary of Barcodes (Barcode(string), Type(integer)); Type 0 = Barcode is for Unit1, 1 = Barcode is for Unit2 |
Dictionary of string [key] and integer [value] |
None. |
{
"piCode": "sample string 1",
"piId": 2,
"piName": "sample string 3",
"piUnitfactor1": 4.1,
"piUnit1": "sample string 5",
"piUnitfactor2": 6.1,
"piUnit2": "sample string 7",
"pgName": "sample string 8",
"AllergenShorties": "sample string 9",
"IngredientShorties": "sample string 10",
"BarcodeList": {
"sample string 1": 2,
"sample string 3": 4
}
}
<ProductionItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KOSTIFC">
<AllergenShorties>sample string 9</AllergenShorties>
<BarcodeList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:KeyValueOfstringint>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Value>2</d2p1:Value>
</d2p1:KeyValueOfstringint>
<d2p1:KeyValueOfstringint>
<d2p1:Key>sample string 3</d2p1:Key>
<d2p1:Value>4</d2p1:Value>
</d2p1:KeyValueOfstringint>
</BarcodeList>
<IngredientShorties>sample string 10</IngredientShorties>
<pgName>sample string 8</pgName>
<piCode>sample string 1</piCode>
<piId>2</piId>
<piName>sample string 3</piName>
<piUnit1>sample string 5</piUnit1>
<piUnit2>sample string 7</piUnit2>
<piUnitfactor1>4.1</piUnitfactor1>
<piUnitfactor2>6.1</piUnitfactor2>
</ProductionItem>