We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We want to attach the information of a global transport label to a digital twin that represents a transport unit.
VDA 4994 Global Transport Label https://www.vda.de/de/aktuelles/publikationen/publication/vda-4992---mat-label-und-emat-datenaustausch
{ "labelType": "M", "shipFrom": { "BPNA": "yedUsFwdkelQbxeTeQOvaScfqIOOmaa", "addess": "eOMtThyhVNLWUZNRcBaQKxI", "supplierId": "RYtGKbgicZaHCBRQDSx", "vatNumber": "JxkyvRnL" }, "customerReference1": { "deliveryNote": "QvBQYuxiXXVytGCxzVllpgTJKhRQq", "supplierNumber": "qszYL" }, "shipTo": { "BPNA": "UfzQhdgLLfDTDGspDb", "addess": "gNfZBdyFGRajVfJNonEnOinZj", "unloadingPoint": "UMaAIKKIkknjWEXJUfPxxQHeWKEJ", "internalDestination": "dpHYZGhtgdntugzvvKAXLhM", "plant": "VLhpfQGTMDYpsBZxvfBoeygjb", "vatNumber": "LlN" } ... }
The text was updated successfully, but these errors were encountered:
FYI @jacewski-bosch @jonbckr @johannsvarela
Sorry, something went wrong.
modeling_team
Successfully merging a pull request may close this issue.
Model Description
We want to attach the information of a global transport label to a digital twin that represents a transport unit.
Relevant Standards
VDA 4994 Global Transport Label https://www.vda.de/de/aktuelles/publikationen/publication/vda-4992---mat-label-und-emat-datenaustausch
Example Data
{
"labelType": "M",
"shipFrom": {
"BPNA": "yedUsFwdkelQbxeTeQOvaScfqIOOmaa",
"addess": "eOMtThyhVNLWUZNRcBaQKxI",
"supplierId": "RYtGKbgicZaHCBRQDSx",
"vatNumber": "JxkyvRnL"
},
"customerReference1": {
"deliveryNote": "QvBQYuxiXXVytGCxzVllpgTJKhRQq",
"supplierNumber": "qszYL"
},
"shipTo": {
"BPNA": "UfzQhdgLLfDTDGspDb",
"addess": "gNfZBdyFGRajVfJNonEnOinZj",
"unloadingPoint": "UMaAIKKIkknjWEXJUfPxxQHeWKEJ",
"internalDestination": "dpHYZGhtgdntugzvvKAXLhM",
"plant": "VLhpfQGTMDYpsBZxvfBoeygjb",
"vatNumber": "LlN"
}
...
}
MS1 Criteria
The text was updated successfully, but these errors were encountered: