Chargenzuweisung zu Warenausgängen
Route:
AssignBatchNumber
Payload:
{
DeliveryNoteNumber: string,
DeliveryNotePosition: int,
BatchNumber: string,
Quantity: double
}
Rückgabe:
string.Empty
wenn Operation erfolgreich, enthält ansonsten Fehlermeldung
Verknüpfung von mehreren MHU mit VDA-Label ab Revision 39
Route:
LinkMHUList
Parameter:
sessionKey: string
mhuList: List<LinkMHUListParams>
Typ: LinkMHUListParams
{
Mhu: string
Vda: string
}
Rückgabe:
Typ: LinkMHUListResponse
{
LinkMHUListResult : bool
Errors : List<Data.Error>
}
Meldung von bereitgestelltem Ausschuss ab Revision 26
Route:
ReportExistingScrap
Parameter:
reportParams: ReportExistingScrapParams
Typ: ReportExistingScrapParams
{
SessionKey: string
ProductionCallOffDocNum: int
ProductionFrameDocNum: int
ScrapReports: List<ScrapReportModel>
}
Typ: ScrapReportModel
{
ItemCode: string
RejectionReasonCode: string
RejectionReasonName: string
Quantity: double
}
Rückgabe:
Typ: ReportExistingScrapResponse
{
ErrorMessage: string
}
Hinterlasse einen Kommentar.