Preparation Details

Get preparation including rows by unique identifier

URL : /api/v1/xpreparation/{Id}

Method : GET

Auth required : Key-Value pairs on Header

Example : https://demo.calybra.com/api/v1/xpreparation/ca0709bc-9e39-417a-b563-861f88935e15

Success Response

Code : 200 OK

Content examples

[
    {
        "Id": "ca0709bc-9e39-417a-b563-861f88935e15",
        "StartDate": "2023-05-11T12:36:36",
        "EndDate": "2023-05-11T12:36:36",
        "ExpectedQuantity": 3000.000,
        "EffectiveQuantity": 3000.000,
        "Description": "ricetta neutra",
        "RecipeId": "247dc67c-7094-42bd-ab95-87d7cafc2d32",
        "MeasureUnitId": "g",
        "SpecificWeight": 1.000,
        "User": "Administrator",
        "ScaleSerialNumber": "3007V1000461100",
        "BatchProductionName": "L231311236",
        "LastUpdate": "2023-05-11T10:36:47.2",
        "Suspended": null,
        "SuspendedDate": null,
        "Planned": null,
        "PlannedDate": null,
        "WeightLoss": null,
        "Rows": [
            {
                "Id": "18c1175a-05ec-487d-ad3b-7c74651041f6",
                "RowNumber": 1,
                "MeasureUnitId": "g",
                "IngredientId": "480795b8-03ed-4fcd-80c1-4a6c221734fb",
                "Ingredient": "zucchero",
                "EffectiveQuantity": 1000.000,
                "BatchProductionName": "",
                "Description": "zucchero",
                "Batches": null
            },
            {
                "Id": "44f620f3-ca0b-4844-b639-5e40dbdaca7f",
                "RowNumber": 0,
                "MeasureUnitId": "g",
                "IngredientId": "0dd19a09-c7a9-4aae-a78a-0159dc9c3b95",
                "Ingredient": "acqua",
                "EffectiveQuantity": 1000.000,
                "BatchProductionName": "",
                "Description": "acqua",
                "Batches": null
            },
            {
                "Id": "a2b21b6b-1a86-4cbe-b9b9-f5f03439d919",
                "RowNumber": 2,
                "MeasureUnitId": "g",
                "IngredientId": "920df9dd-3fb1-48b3-a711-b2d9ef29099c",
                "Ingredient": "farina",
                "EffectiveQuantity": 1000.000,
                "BatchProductionName": "",
                "Description": "farina",
                "Batches": null
            }
        ],
        "RequestedFormats": []
    }
]

Copyright © 2017-2018. All right reserved