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
}

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Please do not use this for support questions.
Kunden-Support

Post Comment