• Register

Confirm Production Order

This API allows SAP to send the confirmation of a production order to Stone system.

Request URI

Header Parameter Type Mandatory Value
SOAPAction String Y confirmProdOrd

Request Structure

Field Type Mandatory Description
ConfirmProdOrder
    ProductionOrder string Y Identificativo univoco dell'ordine di produzione
    ProdStage string Y Fase o stadio della produzione
    BCIReference string Y Riferimento al sistema BCI
    EndDate string Y Data di fine produzione
    MaterialProduced string Y Materiale prodotto finale
    FinalProof decimal Y Grado alcolico finale (Proof)
    FinalSG decimal Y Specific Gravity finale
    FormulaId string Y Identificativo formula
    Obscuration string Y Valore di obscuration
    FinalWeight decimal Y Peso finale prodotto
    FinalWeightUM string Y Unità di misura del peso finale
    FinalWineGallon decimal Y Galloni di vino finali
    FinalProofGallon decimal Y Galloni proof finali
    FinalBatchProduced string Y Lotto finale prodotto
    FinalTank string Y Serbatoio finale
    BlendTankHistory
        LineItem(0...∞)
           BlendTank string Y Serbatoio utilizzato nel blending
    LineDetails
        LineItem(0...∞)
            MaterialConsumed string Y Materiale consumato
            DateConsumed string Y Data di consumo
            Weight decimal Y Peso consumato
            WeightUM string Y Unità di misura del peso
            Proof decimal Y Proof del materiale consumato
            WineGallon decimal Y Galloni vino consumati
            ProofGallon decimal Y Galloni proof consumati
            BatchNumber string Y Lotto del materiale
            StorageLocation string Y Ubicazione di stoccaggio

Request Example

Response Structure

Field Type Mandatory Description
CommonResponse
    ResponseType(1...∞)
        Status string Y Response status
        Class string N Response message class
        Code string N Response or error code
        Message string Y Response message

Response Example

Docs Navigation